Skip to content

Basic operation

Timothy Schoen edited this page Sep 3, 2022 · 2 revisions

Audio

Screenshot 2022-09-03 at 17 06 06

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. Screenshot 2022-09-03 at 17 09 39

If you are using the standalone and you don't get any audio IO, check your audio settings in the settings panel.

Screenshot 2022-09-02 at 14 09 45

Communicating with the DAW

Screenshot 2022-09-02 at 14 09 45

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.

Screenshot 2022-09-03 at 17 14 49

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".

Clone this wiki locally