No internet connection
  1. Home
  2. How to

Select Preset from specific audio suite plugin

By Jason Freeman @Jason_Freeman
    2021-12-13 21:53:53.154Z

    My fellow dialogue editors and myself have been trying to figure this out with no luck. We want to select a preset from the menu within Undertone. But all of the pre-made macros/scripts seem to only use the AudioSuite plugin that is in focus. Which sometimes that is not the case for us. What is the best way to go about this?

    Solved in post #2, click to view
    • 8 replies
    1. Kitch Membery @Kitch2021-12-13 22:19:54.967Z

      Hi @Jason_Freeman,

      This should do the trick :-)

      const audiosuitePluginName = "EQ3 1-Band";
      const presetName = "Preset 1"
      
      sf.ui.proTools.appActivateMainWindow();
      
      sf.ui.proTools.getAudioSuiteWindow(audiosuitePluginName).audioSuiteSelectPreset({
          presetMenuPath: [presetName],
      });
      

      Rock on!

      Reply1 LikeSolution
      1. JJason Freeman @Jason_Freeman
          2021-12-13 23:07:24.860Z

          Works perfectly! Thank you!

          1. Kitch Membery @Kitch2021-12-13 23:08:13.985Z

            You're welcome @Jason_Freeman :-)

          2. In reply toKitch:
            SSøren Valur @Szren_Valur
              2024-10-31 09:58:50.162Z

              Do you know if its possible to change pre sets in plugins with the soundflow version that comes with Avid Pro tools?

            • S
              In reply toJason_Freeman:
              Søren Valur @Szren_Valur
                2024-10-29 11:50:46.761Z

                I was wondering how I make this work with Valhalla Vintage verb?. I can't seem to figure it out

                1. Unfortunately, it's not possible (or very difficult) to selecta a preset using Valhalla's preset selector as shown below.


                  Your beset bet would be to save the Valhalla presets you use the most using the PT preset menu. You'll then be able to use SF macros to recall those presets from the same menu.
                  1. If somebody knows somebody at Valhalla, please put them in touch with the SF team at support@soundflow.org - we have a solution coming up for this.

                    1. ooh, that sounds interesting…