Access More than 8 device parameters at once from a TrackBank

Post Reply New Topic
RELATED
PRODUCTS

Post

I'm wanting to get access to more than 8 device parameters at once on a device derived from TrackBank. From what I found a cursorRemoteControlsPage is limited to 8 controls. So I attempted to create two cursor Remote pages on the device but get an error.
one set of main remote controls.png
trackbank = CreateTrackBank(...)
devicebank = trackbank.createDeviceBank(1);
device = devicebank.getItemAt(0);
controls_2 = device.createCursorRemoteControlsPage(8);
controls_2 = device.createCursorRemoteControlsPage(8);

Any suggestions here? I had done this in the past by creating cursor tracks/cursor devices/cursor remotes. and having a script that assigns them to the proper position. It would be way more convenient and simpler if i could just use the track bank here.

Thoughts? Should I ask bitwig why we can't create a remote page bigger than 8?
You do not have the required permissions to view the files attached to this post.
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest

Post

This is pretty crucial, I would ask Bitwig to enhance that. Most of my controllers with encoders have 16, and I have multiple of those. I don‘t know why this isn‘t implemented already…

Post

Tj Shredder wrote: Wed May 25, 2022 11:57 am This is pretty crucial, I would ask Bitwig to enhance that. Most of my controllers with encoders have 16, and I have multiple of those. I don‘t know why this isn‘t implemented already…
I fully agree and would simplify much of my codes. Thanks for your vote. I’ll send it in.
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest

Post Reply

Return to “Controller Scripting”