Trying to script a knob for timestretch funtion!!
-
I have the two separate scripts working for the two different functions in different projects. When I try to put the functions together in the script it says I can't because I have duplicate constants. Is there another function or variable?
-
@swishrr You can call your variables anything you want (almost), so just change the name of the second one.
Alternatively just use the first one and when you need access to the sampler functions use
Sampler1.asSampler()