Use this class to send sync and have SuperCollider act as a master.
AudioMulch is a program written by Ross Bencina. http://www.audiomulch.com/
ClockAudioMulch is a SuperCollider class for synchronising playback with this program via network sync.
This clock is built upon TempoClock and the only additional feature is that is sends out tick messages via network. It can also be used in combo with the AudioMulchClock class to synchronize two SuperCollider programs.
In AudioMulch's preference panel under the Network Sync tab, note which UDP Port is used for receiving sync (default is 7000). Use this number for the addr argument in SuperCollider. Also activate Chase Network Sync under AudioMulch's Control menu.
same as TempoClock.new
except that it takes an additional argument addr.
A NetAddr that specifies IP address and port of the AudioMulch program.
An Integer that counts up indefinitely. Can be set to make AudioMulch jump in time.
An Integer specifying latency compensation in ticks.