start-note   scheme


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

Implementation

(define start-note
  (lambda (time inst pitch vol . args)
    (apply play-note time inst pitch vol 10000000.0 args)))


Back to Index