Hello,
I started to use the Dolby Atmos Music Mixing Track Panning package and it's awesome. I am just hoping to find a way to skip the first step (open track output window) if the track output window is already open.
Right now if you run the script with the panner open, it fails because it closes the output window instead of opening it.
I hope this makes sense.
Thanks a lot
- SSoundFlow Bot @soundflowbot
Thanks for posting a question or an issue related to the 'Dolby Atmos Music Mixing Track Panning' package.
This package is made by @David_Stagl. We're auto-tagging them here so that they will hopefully be able to help you.Please note, that the best way to get help with a script, macro or other content installed from the Store is to select the script you installed, then click the red Need help button, and then click "Get help with this script or macro".
By using this workflow, the developer of the package will get access to more information so they'll be able to help you quicker.
You can read more about how to best get help in this article: bit.ly/sfscripthelp - In reply toEli_Savoie_Levac⬆:David Stagl @David_Stagl
Thanks for the feedback. I have also been looking for a way to skip that first step because it can be very annoying. Unfortunately, I'm not a coder, and I think this is something that would require a bit of code to implement. I keep waiting for someone else to share better scripts with a more elegant way to do this.
- OOwen Granich-Young @Owen_Granich_Young
This should do ya. I use it a lot in my Any ATMOS Panner Knob Package.
if (!sf.ui.proTools.mainTrackOutputWindow.groups.first.exists) { sf.ui.proTools.selectedTrack.trackOutputToggleShow(); }
- EEli Savoie-Levac @Eli_Savoie_Levac
Thank you so much! that did it.
Cheers