I wanted to use the lists with vars to slide from note to note but nothing I do seems to get it done. Help please!
-
Fairly new and problems everywhere
-
The reason why this isn't working is because once [line] reaches the end of its ramp, it stops spitting out numbers. So opening the [spigot] doesn't pass anything through because nothing is being sent.
You could really simplify this by getting rid of the [spigot]s altogether. [line] will start ramping from where it left off, so you don't need to start the message from there. So you just need to send it a message of where to go and how long to get there.
Also, you'd get better results if you use [line~] instead of [line] here. [line~] works at the audio rate and will produce a much smoother ramp.
-
Thanks! Great results so far