vline clicks.pd
Encountering a problem with lots of patches i'm trying to make where line~ and vline~ objects create the effect I want but add unwanted clicks at the start of transients, been reading about different line objects and haven't yet found the solution to this problem, can anyone help?
-
vline clicks on amplitude (beginner)
-
@JCahbsen Basically what you need to do is allow a few milliseconds for [vline~] to jump to a new value. As I understand it, if you don't, you are telling your dac~ to jump to immediate amplitude values, which makes your actual speakers snap to a particular position which causes a "pop".
One way to do is is add a 5 ms ramp time to the "attack", and 5 ms delay before the release so that the ramp can reach it's full value before heading back to 0.
-
@rjp9 ah perfect thanks man! at some point i need to get my head round adsrs but i like this quick way of adding envelopes