I'm trying to encapsulate a wavefolder, that I'm creating with a script. I want to use the script so I can choose how many folding stages I have, each time I use it. It works fine as long as I use an oscillator as input. Now I want to encapsulate it, but when I change the input from an oscillator to a variable, the script doesn't seem to work, at prompts me to put in values for all my ?variables, that I'm taking care of in my script, not just the ones I want to use as parameters in my encapsulated sound. Encapsulation works fine when I use an oscillator as my input. It seems that having to variables (prototypes) is confusing the encapsulation. As one variable should be used by the script to chain all my folding stages, and the other variable should be used for the encapsulation to give me an input for the encapsulated sound. I've attaced my sound that I'd like to encapsulate.
Wavefolder for encapsulation