Hi Do you now a way to change the track size of all PT tracks in a session?
it's difficult for me to set the zoom size. Not for the time line but for the Track size... Any idea. I would be enjoy to open also a line automation of plugins for all tracks. I give you screen shot to understand, if you hav any idea to help, many thanks !!
Linked from:
- Christian Scheuer @chrscheuer2020-09-17 09:59:07.041Z
Hi Samuel
Thanks for taking your question here.
If I understand you correctly, you'd like to set all PT tracks to a specific height.
You should be able to use this script (change the first line 'small' to which ever height you desire):
var size = 'small'; var f = sf.ui.proTools.selectedTrack.frame; var popupMenu = sf.ui.proTools.selectedTrack.popupMenuOpenFromElement({ relativePosition: { x: f.w - 10, y: 5 }, isOption: true, }).popupMenu; popupMenu.menuClickPopupMenu({ menuPath: [size] });
Read more here:
https://forum.soundflow.org/-1066#post-4- BBruno Tarrière @Bruno_Tarriere
Thanks a lot Christian, it's working well, with an option hold key set, we can change all the tracks in the session (very nice for big mixing session).
Christian Scheuer @chrscheuer2020-09-18 09:03:17.512Z
@Samuel_Mittelman I received a notification from our forum developer that you'd sent an email. Please be aware that forum email replies don't show up as replies here so I won't see your reply (hence the text "But do not reply to this email")