Collapsing/expanding/pinning/copying tracks by SQL? #2847
-
|
In the UI, there are several helpful commands to rearrange the workspace based on regex matching the track names (e.g., "Pin tracks by regex"). Is it possible to select tracks by some other method (e.g., those with slices with particular args or categories)? I can very easily generate a list of track_ids according to whatever criteria I want in SQL, but then it's not clear to me how I would use that to change the state of the workspace. (Also, if this doesn't exist, is this something that would be doable in a plugin, and can I add it to TrackUtils?) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
I think we'd be in favour of adding a new command to "Pin Tracks by SQL" or similar. If you want to send a PR, I think we'd be happy to review it! |
Beta Was this translation helpful? Give feedback.
I think we'd be in favour of adding a new command to "Pin Tracks by SQL" or similar. If you want to send a PR, I think we'd be happy to review it!