Hello
Having a bit of trouble getting my head around structuring ramps using vline~ and wondered if someone would mind explaining it a bit.
I've looked at the vline~ help file but I'm evidently missing something....
The example they give is:
[1 1000, 0 0 1000, 1 1000 1000]
ramp up, jump down, ramp up again.
I understand the logic of the first ramp up as being "take 1000ms to reach 1" but beyond that I get a bit lost. Why two lots of zeros for the ramp down and then a 1 1000 to ramp back up?
What I want to do is to ramp up to 1 and then ramp back down again softly, kind of like having a [1 1000] message followed by [0 1000] but combined.
Thanks
pmj