aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-14 21:48:05 +0200
committerThomas White <taw@physics.org>2023-05-14 21:48:05 +0200
commita1feb3a6fe9bdadbc39294ddaf3d07c8655fc9f4 (patch)
tree1d9aecf85f2df712ed7537353b53d7ff54e5a5cc /examples
parentd2138c27ffc90080fe7e0b16a9e7f3109200ee23 (diff)
Send selection via OSC
Diffstat (limited to 'examples')
-rw-r--r--examples/demo-show.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/demo-show.scm b/examples/demo-show.scm
index 6d54a01..207e0c7 100644
--- a/examples/demo-show.scm
+++ b/examples/demo-show.scm
@@ -97,6 +97,8 @@
(define osc-server (make-osc-server-thread "osc.udp://:7770"))
(define x1k2 (make-osc-address "osc.udp://localhost:7771"))
+(send-selection-updates-to (make-osc-address "osc.udp://localhost:7772"))
+
(osc-send x1k2 "/x1k2/leds/*" 'off)
(osc-playback-indicators pb x1k2 "/x1k2/leds/101" "/x1k2/leds/29" "/x1k2/leds/25")