Does old Script FX api work on the new develop branch?
-
The delay compensation is done with Script FX module with using
Engine.setLatencySamples();API in the old master branch.How can we use the delay compensation with the scriptnode branch?
Same thing for the
const var lib = Libraries.load("core");orfunction processBlock(channels)orfunction processBlock(channels)....Does old Script FX functions work on the new develop branch (on Script FX module)?
-
@harris-rosendahl Yes all of that should still work with the develop branch.
-
@d-healey Where we can see and edit the code inside the Script FX module?
-
@harris-rosendahl In the usual code editor on the left

-
@d-healey Oh I see now, Thank You!