SendReply:
Filter:
Classes | UGens > Triggers

SendReply : SendTrig : UGen : AbstractFunction : Object

Send an array of values from the server to all notified clients
Source: Trig.sc

Description

A message is sent to all notified clients. See Server.

Class Methods

SendReply.ar(trig: 0.0, cmdName: '/reply', values, replyID: -1)

SendReply.kr(trig: 0.0, cmdName: '/reply', values, replyID: -1)

Arguments:

trig

a non-positive to positive transition triggers a message.

cmdName

a string or symbol, as a message name.

values

array of ugens, or valid ugen inputs.

replyID

integer id (similar to SendTrig).

Inherited class methods

Instance Methods

Inherited instance methods

Examples

Identitying the time a message was sent

Sometimes, we need to know when a message was sent. Because SendReply can send only messages (which have no timestamp) and no bundles (which have), we can't use the time argument of the OSCdef's function. Instead, you can send a time stamp with the data, by using the Sweep UGen.