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.
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.
WIRE Envelop Double Triggers
Re: WIRE Envelop Double Triggers
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.
Try inserting an If node from logic after OnChange, and use only the True output.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
- elecdashtron
- Posts: 26
- Joined: Thu Feb 08, 2018 00:06
Re: WIRE Envelop Double Triggers
Great that worked thankyouZoltán wrote: Mon Jun 14, 2021 08:10 Try inserting an If node from logic after OnChange, and use only the True output.