aboutsummaryrefslogtreecommitdiff
path: root/examples/show.scm
AgeCommit message (Collapse)Author
2021-10-19Rename group "floor" to "all-floor".Thomas White
Because "floor" is already a function.
2021-09-12Variable sensitivity for jogwheelsThomas White
Use make-sensitivity-knob
2021-09-11Re-assert MIDI control map on parameter changeThomas White
This makes the MIDI controller stay in sync with the programmer state values. It's kind of a coarse solution, though. It would be better to: 1. Only re-assert the map if the changed parameter currently appears on the MIDI control surface 2. Only re-assert the part of the map related to the parameter Almost as a side-effect, this enables switching between multiple control maps. Just call 'set-midi-control-map!' on the controller with the new map.
2021-08-08Make each MIDI controller into its own objectThomas White
2021-07-03Add example of loading cue lists from fileThomas White