ServerClock:
Filter:
BBCut/Classes (extension) | Libraries > BBCut > Core

ServerClock
ExtensionExtension

A server-controlled clock

Description

A scheduling clock driven from OSC Triggers from the Server. Allows the use of a UGen as a beat tracker controlling scheduling. This class assumes a UGen running on the Server, sending OSC trig messages at each beat.

Instance Methods

.play

Arguments:

trigID

Trigger OSC message ID number.

s

Server.

.stop

A ServerClock must be stopped to remove the OSC responder that reacts to triggers sent from the Server.

Examples