No internet connection
  1. Home
  2. How to

How to set the track size of all PT tracks in a session?

By Samuel Mittelman @Samuel_Mittelman
    2020-09-17 09:55:21.215Z


    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 !!

    Solved in post #2, click to view
    • 3 replies
    1. 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

      ReplySolution
      1. BBruno Tarrière @Bruno_Tarriere
          2020-09-17 10:28:53.320Z

          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).

          1. @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")