From a1feb3a6fe9bdadbc39294ddaf3d07c8655fc9f4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 14 May 2023 21:48:05 +0200 Subject: Send selection via OSC --- examples/demo-show.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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") -- cgit v1.2.3