ClockAudioMulch:
Filter:
AudioMulchClock/Classes (extension) | Scheduling > Clocks

ClockAudioMulch
ExtensionExtension

clock that master AudioMulch over network

Description

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.

Network setup

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.

Class Methods

.new

same as TempoClock.new except that it takes an additional argument addr.

Instance Methods

.addr

A NetAddr that specifies IP address and port of the AudioMulch program.

.tick

An Integer that counts up indefinitely. Can be set to make AudioMulch jump in time.

.shift

An Integer specifying latency compensation in ticks.

Examples