No internet connection
  1. Home
  2. How to

Input toggle on track by name Pro tools 2024.10

By Patrik Strom @Patrik_Strom
    2024-11-29 16:26:33.362Z

    Trying scripts from different post, but can't get any to work in toggle the input my "Mix" track. Anyone who can help?

    • 1 replies
    1. Kitch Membery @Kitch2024-11-29 19:31:08.656Z

      Hi @Patrik_Strom ,

      Try a script like this. :-)

      const trackName = "Mix"
      
      const track = sf.ui.proTools.trackGetByName({ name: trackName }).track;
      track.buttons.whoseTitle.startsWith("Input monitoring").first.elementClick();