A bundle object that allows to add preparation messages for async processes. If this feature is not needed, a list object can be used instead.
Add an osc message to the bundle.
Add an array of osc messages to the bundle.
Add a preparation osc message, which is sent before the bundle is sent.
Send the bundle to a server. If preparation messages are given, they are sent, the process waits for their reception abd then sends the bundle.
Like send, but the sending is synced to a given clock to the next beat.
server |
A Server. |
clock |
A TempoClock. |
quant |
Can be a pair of values: [quant, offset]. |