aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-04-18 18:08:24 +0200
committerThomas White <taw@physics.org>2021-04-18 18:08:24 +0200
commitc0399a0a1b4c309bbf6f39ea461687cd3e87a5e2 (patch)
tree8ab28b92fcb02b610c3bed080ad327365152c7b2 /examples
parent0f9c0e4731024e1166bd12c1b463e6b0d24b97f0 (diff)
Update MIDI buttons
Diffstat (limited to 'examples')
-rw-r--r--examples/demo.scm20
1 files changed, 12 insertions, 8 deletions
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)