aboutsummaryrefslogtreecommitdiff
path: root/examples/demo-show.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo-show.scm')
-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")