stop-note   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/instruments-scm.xtm

Implementation

(define stop-note
  (lambda (time note)
    (callback time 'xtm_stop_note note)))


Back to Index