Clamps Dictionary
show-midi-cc-fns
Function
(show-midi-cc-fns channel ccnum)
Show all functions stored in *midi-cc-fns* for channel and ccnum.
Arguments
| channel | Integer in the range [1..16] denoting the MIDI channel. | 
| ccnum | Integer in the range [1..128] denoting the MIDI Controller number. | 
Example
(show-midi-cc-fns 1 1) ; => nil ;; Output in the REPL: ;; cc-fns of channel 1, ccnum 1: (#<function (lambda (ccval)) {564E441B}>)
Created: 2025-10-25 Sa 13:53