Skip to main content

seq_start

Function seq_start 

Source
pub fn seq_start(
    program: &str,
    macro_str: &str,
    bridge: &BlockingBridge,
    db: &PvDatabase,
) -> Result<(), String>
Expand description

Start a std-module SNL program by name.

NameMacrosProgram
delayDoP, RdelayDo.st — wait out an active condition, then process doSeq
femtoP, H, F, G1, G2, G3, NOfemto.st — Femto amplifier gain control

Must be called with the runtime reachable — from st.cmd that means CommandContext::bridge(), because the shell runs on a blocking thread.