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?
- 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!
- JJason Freeman @Jason_Freeman
Works perfectly! Thank you!
Kitch Membery @Kitch2021-12-13 23:08:13.985Z
You're welcome @Jason_Freeman :-)
- In reply toKitch⬆:SSøren Valur @Szren_Valur
Do you know if its possible to change pre sets in plugins with the soundflow version that comes with Avid Pro tools?
- SIn reply toJason_Freeman⬆:Søren Valur @Szren_Valur
I was wondering how I make this work with Valhalla Vintage verb?. I can't seem to figure it out
Chris Shaw @Chris_Shaw2024-10-30 19:17:55.260Z
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.Christian Scheuer @chrscheuer2024-10-30 19:31:40.004Z
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.
Chris Shaw @Chris_Shaw2024-10-30 19:40:17.136Z
ooh, that sounds interesting…