Hi guys, I don’t know if you remember that Ragan’s tutorial on presets with DATS…
I need to Run text2 Script without pressing Ctrl+r, how do I do that?
May I write an onValueChange expression? What is that expression?
Thanks
Hi guys, I don’t know if you remember that Ragan’s tutorial on presets with DATS…
this is the python command to run the script in text2 DAT:
op("text2").run()
and indeed you can use this in any Python code, such as in a Chop Exec’s onValueChange
method