aboutsummaryrefslogtreecommitdiff
path: root/examples/show.scm
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-12 18:08:10 +0200
committerThomas White <taw@physics.org>2021-09-12 18:14:09 +0200
commit730ed8b6b63bb3fdce9db8320e5b37963616e41e (patch)
tree2fb50126442d8a39b244b851e9e385db44fd902f /examples/show.scm
parent4167a41b3a0137651316ccb046a73893e3cf3e63 (diff)
Variable sensitivity for jogwheels
Use make-sensitivity-knob
Diffstat (limited to 'examples/show.scm')
-rw-r--r--examples/show.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/show.scm b/examples/show.scm
index d672572..1928e64 100644
--- a/examples/show.scm
+++ b/examples/show.scm
@@ -87,6 +87,9 @@
(list 'focus 'fader 10 '(118 82))))
+(make-sensitivity-knob controller 20)
+
+
(define pb
(make-playback
#:cue-list-file "examples/show.qlist.scm"))