Question 1:
How would one go about adding a “Feedback” control for a Delay?
EDIT: Found Rymd and I’m trying to use that as an example of how to do feedback amount, but it seems a bit touchy so far and some gain values make it get louder each repeat (?)
Question 2:
What do you think about a LongDelay module with something like:
'DelayTime' -> (
Spec: ControlSpec(1, 120, 'lin', 0, 4, "sec"),
I’m trying to add a LongDelay module by copying Delay in R.sc, but I can’t seem to get it to work. (even just copying Delay and changing just it’s name)
I get an error unable to create "Delay". invalid module type "LongDelay" in maiden when starting my test script. I’ve ;restarted SC after making changes to R.sc and setup an appropriate listing in r.lua. What else am I missing?