Fold a group track directly with the API

Post Reply New Topic
RELATED
PRODUCTS

Post

Fold/unfold a group track using the API.

Has anybody found a way to do this directly using the controller scripting API?
I've checked the documentation and it seems this functionality isn't available, but thought I'd ask to see if anyone has?
I'm aware of the shortcut, Fold/Unfold all groups tracks but I'm looking for something specific that will work on a track basis.

Post

fhill2 wrote: Thu Sep 10, 2020 9:50 am Fold/unfold a group track using the API.

Has anybody found a way to do this directly using the controller scripting API?
I've checked the documentation and it seems this functionality isn't available, but thought I'd ask to see if anyone has?
I'm aware of the shortcut, Fold/Unfold all groups tracks but I'm looking for something specific that will work on a track basis.
No, not possible. Would like to see it too. Complain loudly to Bitwig :-)

Post

If they are reading, BITWIG!!!

Is it possible to programmatically get CursorDevice/CursorTrack for a track in a folded group without unfolding it?

Post

minortom wrote: Mon Oct 05, 2020 5:17 pm If they are reading, BITWIG!!!

Is it possible to programmatically get CursorDevice/CursorTrack for a track in a folded group without unfolding it?
Hmm, played a bit with it but it seems it is not possible. Guess you should contact Bitwig.

Post

minortom wrote: Mon Oct 05, 2020 5:17 pm If they are reading, BITWIG!!!

Is it possible to programmatically get CursorDevice/CursorTrack for a track in a folded group without unfolding it?
It's kinda of possible, if you use createTrackBank(tracks, sends, scenes, false) and have the user use the group selector in the upper left corner, but this method is not purely programmatic, and requires user input, so I'm not sure it fits your criterion.

Post

UPDATE! Added in Bitwig 4.1:

Controller API improvements
Option to expand/collapse group tracks [26342]

:tu:

Post

fhill2 wrote: Mon Nov 08, 2021 11:48 pm UPDATE! Added in Bitwig 4.1:

Controller API improvements
Option to expand/collapse group tracks [26342]

:tu:
I read the changelog carefully but still somehow missed that part, thanks!

Post

Anyone get around to implementing this in their scripts?
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest

Post

Kirkwood West wrote: Tue Feb 15, 2022 8:44 pm Anyone get around to implementing this in their scripts?
Yes. See from about 3:30:

Post

Kirkwood West wrote: Tue Feb 15, 2022 8:44 pm Anyone get around to implementing this in their scripts?
Yep, https://github.com/unthingable/monster- ... 12cd69d119

Post

moss wrote: Tue Feb 15, 2022 8:58 pm
Kirkwood West wrote: Tue Feb 15, 2022 8:44 pm Anyone get around to implementing this in their scripts?
Yes. See from about 3:30:
thanks again man!! the tutorials are a gamechanger.
minortom wrote: Wed Feb 16, 2022 10:54 am Yep, <span class="skimlinks-unlinked">https://github.com/unthingable/monster- ... d119</span>
Too legit!
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest

Post Reply

Return to “Controller Scripting”