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.
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?
Access More than 8 device parameters at once from a TrackBank
- KVRist
- 393 posts since 12 Apr, 2020
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
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
- KVRAF
- 9560 posts since 6 Jan, 2017 from Outer Space
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…
- KVRist
- Topic Starter
- 393 posts since 12 Apr, 2020
I fully agree and would simplify much of my codes. Thanks for your vote. I’ll send it in.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…
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
