Advanced Soundminer shortcuts
By Stepan Sevastyanov @Stepan_Sevastyanov
Hi there! Can you help me to do this feature with Soundflow 3?
- Advanced Soundminer shortcuts. For example, I really want a shortcut for toggling “spot as region” on and off. Also I want to control SM playback volume via a mousewheel. So here comes the global question of "non-javascript-guru” user - “Is there a worklflow to understand what i need to write in code for selecting a function, toggling a button etc in particular app? (SM, for instance)
Thanks a lot for the support!
Christian Scheuer @chrscheuer2019-09-27 06:20:35.911ZFor your 1st question - we are getting Spot As Region control in Soundminer in version 3.1 as a separate, built in action.
You could also try building it yourself with a "Click UI Element" action in a macro.Playback volume might be a little more difficult to do in a macro.
For your 2nd question:
The workflow to figure out which code to use is to either use the Macro editor, then click the 3 small dots on an action and choose "Copy as Javascript", or to ask here in the forum :)
Stepan Sevastyanov @Stepan_SevastyanovThanks a lot for incredible support, Christian! Ill give it all a try (including macro editor) in a few days :)