![]() |
Avid Pro Audio CommunityHow to Join & Post • Community Terms of Use • Help Us Help YouKnowledge Base Search • Community Search • Learn & Support |
#1
|
|||
|
|||
![]()
Hi, I'm trying to select all clips across multiple tracks and group them together. I initially planned to use 'SelectAllClipsOnTrack' followed by 'GroupClips,' but iteratively selecting clips on different tracks doesn't work since selecting new clips deselects the previously selected ones. Is there a way to select clips on multiple tracks using the SDK? Ideally, I'd like to use 'SelectAllClipsOnTrack' with a list of tracks as an argument. Or is there another approach that I might be overlooking?"
|
#2
|
|||
|
|||
![]()
You could try the following:
1. save a list of all tracks with attribute "contains_clips": true in the session with GetTrackList 2. SetEditModeOptions: "link_track_and_edit_selection": true 3. call SelectAllClipsOnTrack on one track 4. call SelectTracksByName with your saved list of track names this way the selection should be expanded on all tracks containing clips and you can group them in one clip group. I just realized, that this ignores clips outside the bounds of the timeline selection of the first track. so it might not be the right solution for you. But maybe it still works for your use case... |
#3
|
|||
|
|||
![]()
That worked! Thank you so much!
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Select All / Clips - Not Working? | Llamaguy | Pro Tools 2019 | 2 | 07-31-2019 08:27 AM |
FX only on select clips | jgiannis | Getting Started | 3 | 11-04-2018 10:03 AM |
How to select clips that are on the timeline shortcut | ZdonTheRapper | Pro Tools 12 | 8 | 03-21-2018 05:38 PM |
Select multiple clips | Thenewexhibit | Pro Tools 12 | 3 | 02-16-2017 04:30 PM |
PT10 (HD?) BUG: Select Unused Clips | Bassturbator | Pro Tools 10 | 2 | 12-24-2011 11:52 PM |