the trigger signal causing the value to be read and sent. A trigger occurs when passing from non-positive to positive.
a changing signal or constant that will be polled at the time of trigger, and its value passed with the trigger message
an arbitrary integer that will be sent along with the
"/tr"
message. This is useful to distinguish between
several SendTrig instances per SynthDef.
the trigger signal causing the value to be read and sent. A trigger occurs when passing from non-positive to positive.
a changing signal or constant that will be polled at the time of trigger, and its value passed with the trigger message
an arbitrary integer that will be sent along with the
"/tr"
message. This is useful to distinguish between
several SendTrig instances per SynthDef.
A UGen that sends a value from the server to all notified clients upon receiving triggers. The message sent is
osc.Message("/tr", <(Int) nodeID>, <(Int) trigID>, <(Float) value>)
.For sending an array of values, or using an arbitrary reply command, see
SendReply
.The argument order is different from its sclang counterpart.
SendReply