Accesing the remote controls independently

Post Reply New Topic
RELATED
PRODUCTS

Post

Hi guys,

i'm writing a controller script for a dj setup (using api 8 ). So i need to control the lows, mids and highs of the "EQ-DJ" independently from the cursor selection. But i just can't get it to work and the current api documentation is hell on earth.

In the documentation the function "createIndependentRemoteControls" is mentioned. But it seems to be not implemented.
I even did a grep on the whole resources-folder but all i can find is just the sentence "The remote controls deprecate this feature. Instead create remote controls with createIndependentRemoteControls(String, int, String)".
Any idea how to implement the independent controls?

Post

Got it.
And in case someone else is stumbling across this: You need to create a cursorDevice and then a CursorRemoteControlsPage. That's actually really misleading because a cursorDevice does not follow the user selection if you give it a name. (Just if you pass an empty string.)
The Bitwig Crew should really fix this 'createIndependentRemoteControls' message. It cost me almost a day.

Post Reply

Return to “Controller Scripting”