diff options
author | Thomas White <taw@physics.org> | 2021-09-12 18:08:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-09-12 18:14:09 +0200 |
commit | 730ed8b6b63bb3fdce9db8320e5b37963616e41e (patch) | |
tree | 2fb50126442d8a39b244b851e9e385db44fd902f /examples | |
parent | 4167a41b3a0137651316ccb046a73893e3cf3e63 (diff) |
Variable sensitivity for jogwheels
Use make-sensitivity-knob
Diffstat (limited to 'examples')
-rw-r--r-- | examples/show.scm | 3 |
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")) |