Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
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