TempoBusClock:
Filter:
Classes | JITLib > NodeProxy | Live Coding

TempoBusClock : TempoClock : Clock : Object

a clock that synchronizes its tempo with the server

Class Methods

TempoBusClock.new(control, tempo, beats, seconds)

return a new instance.

Arguments:

control

can be anything that responds to the message set(key, val, ...) e.g. a Synth or a NodeProxy. The control key set is "tempo". otherwise TempoBusClock works just like a TempoClock.

tempo

see TempoClock

beats

see TempoClock

seconds

see TempoClock

Inherited class methods

Undocumented class methods

TempoBusClock.default

TempoBusClock.default = value

Instance Methods

Inherited instance methods

Undocumented instance methods

.control

.control = value

.setTempoAtBeat(newTempo, beats)

.setTempoAtSec(newTempo, secs)

Examples