No internet connection
  1. Home
  2. How to

List of common SF script commands?

By Steve @stevef
    2018-07-27 09:53:46.242Z

    Sorry for hogging things, but just trying to get my head around it all. I wondered if there is a list somewhere of the most common script commands, such as sf.interaction.popupText, sf.keyboard.press, sf.keyboard.type, mouseClickElement etc. I have looked at posts here and on facebook and looked into some scripts and managed to at least put a couple of simple ones together. But it meant flitting between different existing scripts, reading them to find commands etc. I just feel if there was a list, it would then spark some ideas of what I could do.

    p.s. the ability to see the scripts of the standard built in commands (but not edit) would be very useful for learning as well

    Thanks!

    Solved in post #3, click to view
    • 2 replies
    1. We don't have a manual just yet.

      This guide shows how to discover new functions:
      https://forum.soundflow.org/-128/how-to-use-code-completion-to-find-new-actions-and-ui-elements-in-soundflow

      For the discussion around seeing what's inside the built in commands, basically that's not technically possible since they're not Javascript.
      https://forum.soundflow.org/-205/add-the-ability-to-access-the-code-from-the-default-sf-macros

      However, we do have some ideas around making this more discoverable - so stay tuned.

      1. SSteve @stevef
          2018-07-27 11:02:22.746Z

          Thanks again. Also found this: https://github.com/christianscheuer/soundflow (when searching for the MIDI command), which is useful.

          ReplySolution