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!
- Christian Scheuer @chrscheuer2018-07-27 10:30:38.112Z
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-soundflowFor 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-macrosHowever, we do have some ideas around making this more discoverable - so stay tuned.
- SSteve @stevef
Thanks again. Also found this: https://github.com/christianscheuer/soundflow (when searching for the MIDI command), which is useful.