Fold a group track directly with the API
-
- KVRist
- 41 posts since 23 Dec, 2012
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.
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.
- KVRAF
- 4889 posts since 13 May, 2004
No, not possible. Would like to see it too. Complain loudly to Bitwigfhill2 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.
- KVRAF
- 4889 posts since 13 May, 2004
Hmm, played a bit with it but it seems it is not possible. Guess you should contact Bitwig.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?
-
- KVRist
- 45 posts since 12 Jan, 2018 from Cambridge, MA
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.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?
-
- KVRist
- 316 posts since 18 Sep, 2020
I read the changelog carefully but still somehow missed that part, thanks!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]
![]()
- KVRist
- 393 posts since 12 Apr, 2020
Anyone get around to implementing this in their scripts?
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
- KVRAF
- 4889 posts since 13 May, 2004
Yes. See from about 3:30:Kirkwood West wrote: Tue Feb 15, 2022 8:44 pm Anyone get around to implementing this in their scripts?
-
- KVRist
- 316 posts since 18 Sep, 2020
Yep, https://github.com/unthingable/monster- ... 12cd69d119Kirkwood West wrote: Tue Feb 15, 2022 8:44 pm Anyone get around to implementing this in their scripts?
- KVRist
- 393 posts since 12 Apr, 2020
thanks again man!! the tutorials are a gamechanger.moss wrote: Tue Feb 15, 2022 8:58 pmYes. See from about 3:30:Kirkwood West wrote: Tue Feb 15, 2022 8:44 pm Anyone get around to implementing this in their scripts?
Too legit!minortom wrote: Wed Feb 16, 2022 10:54 am Yep, <span class="skimlinks-unlinked">https://github.com/unthingable/monster- ... d119</span>
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
