No internet connection
  1. Home
  2. How to

Advanced Soundminer shortcuts

By Stepan Sevastyanov @Stepan_Sevastyanov
    2019-09-26 22:44:52.016Z

    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!

    • 2 replies
    1. For 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 :)

      1. Thanks a lot for incredible support, Christian! Ill give it all a try (including macro editor) in a few days :)