midi-cc   scheme


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

Implementation

;; should be redefined to 'do' something
(define midi-cc
  (lambda (timestamp controller value chan)
    (println "midi-cc:" controller value chan "timestamp:" timestamp)))


Back to Index

Similar Entries