-clock:metro-from-host-   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

(define -clock:metro-from-host-
   (lambda ()
      (let ((mark (*metro* 'get-mark)))
   (list (*metro* 'get-tempo)
         (car mark)
         (samples->clock (cdr mark))))))


Back to Index

Similar Entries