I use [envgen] in a patch, by default this control is limited to y=1. How can I set a new y maximum?
-
Envgen limits
-
envgen accepts creation arguments. Check its help out.
envgen xsize ysize xmax ymax
You want to set its ymax. On my version of pd it's kinda weird. The actual ymax turns out to be the value you place in ymax subtracted from 99. Note sure if it's supposed to be this way or whether it's a bug.
-
hello
In the help patch for envgen, it says when you create the object you have to specify the parameters - don't think this can be change once created
or just multiply the output, but the first option might be cleaner.
boonier
-
ok thank you for your help I'll try this options