close-note-gate   scheme


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

Implementation

(define close-note-gate
  (lambda (time note)
    (callback time 'xtm_gate_off note)))


Back to Index