You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [adc~] and [dac~] objects are used to handle audio IO, both in the standalone and the plugin version. Make sure DSP is enabled, and the master volume is on.
If you are using the standalone and you don't get any audio IO, check your audio settings in the settings panel.
Communicating with the DAW
The [param] object is used to send/receive DAW automation. It takes one argument, the index of the parameter you want to send/receive. You can also create a [param] object from the automation panel.
The [playhead] object can be used to receive information about the current position of the DAW's playhead. It also passes on various other information, such as BPM, time signature, loop status and more.
For more information about [param] and [playhead], right click on the object and select "Help".