Hi everyone,
I've been looking for a Soundflow script that allows me to bypass the calibration in the Sound ID Reference App (not the plugin). This could be helpful for many people, but it seems like there is no such script available in the Soundflow store yet.
Could someone please help me how to write such a script?
Basically the following steps would be needed (from my understanding):
-Going to the Sound ID app window
-Locating the calibration bypass button on the bottom right corner
-Toggle this button
Thanks!
- Christian Scheuer @chrscheuer2023-04-03 10:47:03.281Z
Hi Niklas,
You may be able to find some inspiration in these videos:
And finally, if the UI elements in the Sound ID app aren't detectable, you'll probably need something like this:
- In reply toNiklas_Lueger⬆:Brenden @nednednerb
For example, with your three steps:
- Using the "+ Add Action" button for a macro, search for "Activate App" (hint: it's number 3 in my alphabetical list), or you can type the command you want to use. Then you choose your app from the list.
2 + 3) Using the "+ Add Action", search for "Click UI Element", which will pop the action onto your macro. Then you use the "Pick" button. Navigate to the app and click the calibration bypass button.
Likely, this wouldn't be uploaded to the store because it really is as simple as the above steps.
If you do not understand how to do the above, then surely the SoundFlow intro videos, including those mentioned above, are a natural prerequisite. After that, you might have more specific questions than just asking for a script.
As I described above, this workflow seems doable with a simple macro; there is no need for a fancy script at this point.
- NNiklas Lueger @Niklas_Lueger
Wow, I really didn't know it would be that easy.
Thanks a lot for your explanation!