I'm struggling to get VST or CLAP parameters from a CursorDevice obtained with
Code: Select all
CursorTrack cursorTrack = host.createCursorTrack(0, 0);
CursorDevice cursorDevice = cursorTrack.createCursorDevice();
For the context, I'm working on https://github.com/kernicPanel/bitwig-randomizer and I want to randomize parameters for any plugin, without the need for the user to build remote controls.
Using DrivenByMoss with a Push 2, I see that only remote controls are accessible, so I highly doubt this is doable.
