Pro Tools 2024.3.0 Playlist selector
Hey!
just updated to latest PT and noticed some of my SF's aren't working. Mainly to do with selecting 'duplicate playlist'
This is the line of script that seems to not work now:
sf.ui.proTools.selectedTrack.popupButtons.whoseTitle.is('Playlist selector').first.popupMenuSelect({
menuPath: ["Duplicate..."],
});
Any ideas on what it's called now?
thanks!
Linked from:
- JJoe Kearns @Joe_Kearns
Actually an update here. It appears anything to do with the track dropdown menus has changed. Like 'Move to' etc.
Any help greatly appreciated!
Chris Shaw @Chris_Shaw2024-03-12 16:16:12.550Z
This is a known issue that will hopefully be fixed sometime in the future.
For the time being you need to add a relative position to the playlist selector
(I also think this needs to be done when using the track title popup as well):sf.ui.proTools.selectedTrack.popupButtons.whoseTitle.is("Playlist selector").first.popupMenuSelect({ menuPath: ["New...], relativePosition: {x:5, y:5} })
- SIn reply toJoe_Kearns⬆:SoundFlow Bot @soundflowbot
This report was now added to the internal issue tracked by SoundFlow as SF-869
- SIn reply toJoe_Kearns⬆:SoundFlow Bot @soundflowbot
Linked issue SF-869 updated: This issue should now be resolved in SoundFlow 5.7.1 which is available as a manual download from https://my.soundflow.org - We changed the behavior of popupMenuSelect ("Open & Select Item in Popup Menu") so that it simulates a mouse click in the center of the button, instead of in the top-left corner. This should ensure that buttons with non-clickable borders, like certain track-related buttons in recent versions of Pro Tools, will keep working without having to set up custom offsets.
- SIn reply toJoe_Kearns⬆:SoundFlow Bot @soundflowbot
The linked internal issue SF-869 has been marked as Done