Getting a reference to a plugin Device without using cursors

Post Reply New Topic
RELATED
PRODUCTS

Post

I am writing a script that dedicates the entire controller to managing 2 particular plugins simultaneously. The user's UI view into the Bitwig is irrelevant in this use case. It doesn't matter where the user selection is in the project, the controller must only deal with these two plugins that permanently sit on the Master Track.

Is there a way to get a reference to a device without any mediation by cursors.

Post

amg56 wrote:I am writing a script that dedicates the entire controller to managing 2 particular plugins simultaneously. The user's UI view into the Bitwig is irrelevant in this use case. It doesn't matter where the user selection is in the project, the controller must only deal with these two plugins that permanently sit on the Master Track.

Is there a way to get a reference to a device without any mediation by cursors.
Currently, no. But you can create 2 CursorDevices and lock them to the devices you want to control.

Post Reply

Return to “Controller Scripting”