Tempo unit

*** tempo unit generators ***
 tempo @az ([bps dur bps dur ...] rate --> out) returns a signal of tempo vs time given a list of interleaved tempos (in beats per second) and durations (in beats).

I may be totally off ( prob am ) but just noticed this and curious if anyone has played with it? can you generate multiple clocks with dif tempos at once? feel like this is a tricky thing to do in sc

1 Like

what am I missing? It’s trivial to make as many Tempo Clock’s as you llike.

TempoClock.tempo forwarding to the default instance might give the impression that TempoClock is a singleton. Not awesome design perhaps…