aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-07-17 16:19:14 +0200
committerThomas White <taw@physics.org>2022-07-17 16:37:27 +0200
commit9f780ca658d55f33f63f4fe972e1564891b9fc83 (patch)
tree01d4a1e252073c2ddff611f27e7ab76411b388b2 /docs
parentb102d2403623d515b02eac957690df6a9cbb1e0f (diff)
Improve the syntax of "set-midi-control-map!"
This replaces the mess of "list" forms: (set-midi-control-map! controller (list (list 'intensity 'fader 16 '(108 72)) ...)) With something a bit clearer: (set-midi-control-map! controller (fader 16 'intensity #:congruent 108 #:incongruent 72) ...) There's a corresponding improvement in the internal code.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions