Like ListeningClock, a telepathic clock adjusts to others, but it does so over the network. It was developed for the project Virtual Gamelan Graz by Rainer Schütz, Alberto de Campo, and Julian Rohrhuber.
First code examples:
the name of the command for adding TelepathicClocks.
Creates a new instance with the given tempo and starting times. If not supplied, tempo defaults to 1.0, beats defaults to 0.0 and seconds defaults to the current elapsed time since SuperCollider startup. The default queueSize is 256, see queue (see TempoClock).
permanent |
if true (default: false), the clock is not removed on cmdPeriod (or equivalent). |
addr |
The address given is a NetAddr which serves as a message receiver, usually this is the local broadcast address. |
channel |
For several independent networks of telepathic clocks, different channels may be used. The name is used as osc command. Default: '/teleclock' |
start |
If true, the new clock starts to listen immediately (default: true). |
The OSCresponder
name |
flag |
name |