-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)))
   (println 'mark-remote: mark 'time: (samples->clock (car mark)))
   (list (*metro* 'get-tempo)
         (samples->clock (car mark))
         (cdr mark)))))


Back to Index

Similar Entries