send-midi-cc   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/portmidi.xtm

Implementation

(impc:aot:do-or-emit
 (define send-midi-cc
   (lambda (time device cc val channel)
     (callback time 'pm_send device *midi-cc* channel (real->integer cc) (real->integer val)))))


Back to Index