|
Post by ericbridenbaker on Feb 21, 2021 23:42:47 GMT 1
Hey all, I'm stuck on this one. I have a stepped animated image with ten positions.
The idea is to trigger an ADSR every time the image is clicked. (It's for a soft selector to mute changes between waveshaping formulas, to avoid clicks and pops).
So far, I can only get it to trigger when the animation wraps back to its original position.
Here is the approach I'm trying (which isn't working). And a look at the nearly finished plugin. The plugin is finished once this issue is solved.
Thanks, Eric.
Attachments:

|
|
|
Post by ericbridenbaker on Feb 24, 2021 2:33:15 GMT 1
After trying a long list of approaches, I got something that works using the native modules. The choice from the 10 step control comes in and the spare values are set at 1 through 10. Perhaps redundant as the choice number must be contained in the input, but a useful technique for many other things nonetheless. It essentially is creating a lookup table. The choice number, now expressed in volts goes to two comparators and a delay set to 0.05 seconds. It will output a value of 1 anytime something changes, otherwise the output to the trigger is zero.
|
|