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.
an arbitrary integer that will be sent along with the
"/tr"
message.
an arbitrary integer that will be sent along with the
"/tr"
message. This is useful to distinguish between
several SendTrig instances per SynthDef.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
the trigger signal causing the value to be read and sent.
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
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 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 argument order is different from its sclang counterpart.
SendReply