clock-set-cycle   scheme


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

Implementation

(define clock-set-cycle
  (lambda (bpm cycle)
    (io:osc:send (now) *toplap-clock-server* "/clock/cycle/set"
                 (rational->n beat) (rational->d beat) cycle)))


Back to Index