aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-05-22 15:03:11 +0200
committerThomas White <taw@physics.org>2021-05-22 15:03:48 +0200
commit82f75f966b1d8c02ac87b0030a724855c31881af (patch)
treeacd75677eb1564e7f0068c717a71de2151ef2289 /examples
parent9e618f370634eb578b7b14899cf892c8daddc4f2 (diff)
Add make-back-button
Diffstat (limited to 'examples')
-rw-r--r--examples/demo.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/demo.scm b/examples/demo.scm
index a49bf7b..4ae93c6 100644
--- a/examples/demo.scm
+++ b/examples/demo.scm
@@ -266,14 +266,18 @@
;; Set up MIDI controller buttons to run cues
(make-go-button pb 12)
(make-stop-button pb 24)
+(make-back-button pb 28)
(send-note-on 20)
(send-note-on 24)
+(send-note-on 28)
;; A second set of go/stop buttons, because this works well on my controller
(make-go-button pb 15)
(make-stop-button pb 27)
+(make-back-button pb 31)
(send-note-on 23)
(send-note-on 27)
+(send-note-on 31)
;; Set up some buttons for quick access to fixtures