From c0399a0a1b4c309bbf6f39ea461687cd3e87a5e2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 18 Apr 2021 18:08:24 +0200 Subject: Update MIDI buttons --- examples/demo.scm | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'examples') diff --git a/examples/demo.scm b/examples/demo.scm index 21149d8..648e8b8 100644 --- a/examples/demo.scm +++ b/examples/demo.scm @@ -276,12 +276,16 @@ ;; Set up some buttons for quick access to fixtures +(select-on-button 32 ltruss) +(select-on-button 33 rtruss) +(select-on-button 34 foh3) +(select-on-button 35 floor) +(send-note-on 68) +(send-note-on 69) +(send-note-on 70) +(send-note-on 71) + + +;; Red button de-selects everything (select-on-button 26 #f) -(select-on-button 36 ltruss) -(select-on-button 37 rtruss) -(select-on-button 38 foh3) -(select-on-button 39 floor) -;;(send-note-on 72) -(send-note-on 73) -(send-note-on 74) -(send-note-on 75) +(send-note-on 26) -- cgit v1.2.3