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.
Getting a reference to a plugin Device without using cursors
- KVRAF
- 4899 posts since 13 May, 2004
Currently, no. But you can create 2 CursorDevices and lock them to the devices you want to control.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.
