midi-note-on   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-note-on
  (lambda (timestamp pitch volume chan)
    (println "note-on:" pitch volume chan "timestamp:" timestamp)))


Back to Index