From 39b8c0e3f0e47ebd70ce42ede9810a19de5900c6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 19 Aug 2020 17:10:28 +0200 Subject: Set all notes (LEDs) off at start --- examples/demo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/demo.scm b/examples/demo.scm index 1ff0832..457718d 100644 --- a/examples/demo.scm +++ b/examples/demo.scm @@ -10,7 +10,7 @@ (start-ola-output) (start-midi-control "/dev/snd/midiC1D0") - +(all-notes-off! 14) ;; Light up some LEDs on the MIDI controller (define led1 -- cgit v1.2.3