Skip to content

Instantly share code, notes, and snippets.

@oliviano
Last active July 31, 2021 02:37
Show Gist options
  • Save oliviano/74f261c86b1c80e443b9618a975d6ef6 to your computer and use it in GitHub Desktop.
Save oliviano/74f261c86b1c80e443b9618a975d6ef6 to your computer and use it in GitHub Desktop.
# Run Command
myOP = op('dasOp')
myOp.run()
run(myOp, delayFrames = 10)
run( some_script, delayMilliSeconds = 10 ) # milli = option
#Pulse with frame args
myOp.par.myParam.pulse(1, frame=10)
#nice run + format example:
run("op('{}').par.Sending = False".format(src), delayFrames = 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment