Clamps Dictionary
remove-all-channel-midi-cc-fns
Function
(remove-all-channel-midi-cc-fns channel)
Remove all functions from *midi-cc-fns* for all ccnums of channel.
Arguments
channel |
Integer in the range [1..16] denoting the MIDI channel. |
Example
(remove-all-channel-midi-cc-fns 1) ; => nil
Created: 2025-02-18 Di 12:58