-
Notifications
You must be signed in to change notification settings - Fork 19
output ramp? #47
Copy link
Copy link
Open
Labels
Description
This is more of a question.
How do I change output value of a plugin over time? I tried to use the following syntax but it seems like not working.
cverb.set('output', [[0.0], [1.0, 2, 1], [0.0, 3, 2]]); // cverb is a WX.ConVerb
This goes into GenericParam.prototype.set() but does not work since this.$callback is not defined.
cverb.param.output.set(1.0, 2, 1) also works but it only change abruptly.
Cheers!
Reactions are currently unavailable