Page 1 of 1

WIRE Envelop Double Triggers

Posted: Mon Jun 14, 2021 04:29
by elecdashtron
I am getting very strange behavior from the Envelop module in WIRE.

I have a custom oscillator
(adds 1 to itself ever 0.25 seconds, the output is MOD X and if MODx-1 it triggers)
This is fed into the trigger input of an envelop mofule. It triggers fine, but when i hook up the Envelops output to, for example, the radius of a circle, the circle DOUBLE POPS before shrinking.
Capture.JPG
Here is a video example
https://drive.google.com/file/d/1OKDYF8 ... sp=sharing

The wire patch is here

https://drive.google.com/file/d/189jxMZ ... sp=sharing

Note when i manually trigger the envelop the circle Pops once as intended.

Re: WIRE Envelop Double Triggers

Posted: Mon Jun 14, 2021 08:10
by Zoltán
If you hover your mouse over the outlet of the Onchange node, you can see it switches to True, then to False quickly. Those are two triggers, so it starts the Attack-release twice quickly.
Try inserting an If node from logic after OnChange, and use only the True output.

Re: WIRE Envelop Double Triggers

Posted: Tue Jun 15, 2021 03:29
by elecdashtron
Zoltán wrote: Mon Jun 14, 2021 08:10 Try inserting an If node from logic after OnChange, and use only the True output.
Great that worked thankyou