send_cue
Trigger sync points in Sonic Pi code by sending an OSC cue. Specify a path like /trigger/drop to start live_loops or one_shot blocks waiting for synchronization.
Instructions
Send an OSC cue to trigger a sync point in running Sonic Pi code.
Use to trigger live_loops or one_shot blocks waiting on sync. Path must start with /. Example: /trigger/drop
Args: path: OSC address, e.g. "/trigger/drop" or "/scene/chorus" value: Optional value passed as the cue argument. Integers and floats are sent as their native OSC types; anything else as a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |