Hey all,
Very basic question, I'm sure. I am trying to track the amplitude of an incoming signal using [sigmund~]. I'd like to measure time between attack and release, and also measure time between release and the next attack. Hopefully will use live input evenutally, but I''ve just set it up with a phasor~ for now. Problem is that the amplitude outlet of sigmund follows the envelope I set up for phasor~ (although it only ramps up to around 0.3, rather than 1, why is that?), but after it is finished, it returns again to the initial value (around .3), rather than remaining at zero, and I'm not sure why. Here is what I have set up:
[440(
|
[t f b]
| \____
| \
[phasor~] |
| [0, 1 150, 0 1000 150(
| /
| [vline~]
| /
| /
[*~ ]
|
[sigmund~ notes env]
| |
[bang( [dbtorms]
|
[0 \ <-------this value won't stay at 0 between notes
Thanks for your help!