Pipe probz
Hey all,
I've been using Max for a few months now, but I'm having trouble with something that seems like it should be an easy fix (but I can't figure it out for the life of me).
I have a patch going with a few pipes and pitch increases trying to create an echo effect with the raised pitches. Raising the pitch and getting the delay works just fine, but when I try to affect the velocity with each new note, something horrible happens and no audio comes through anymore, even if I sever the tie to the velocity changing number box. I know that's not the best explanation, so I've made a video illustrating the problem.
Any help would be GREATLY appreciated!
As you keep subtracting 20 from the number, you eventually reduce it to 0 and your notes constructed by [makenote] thus have a 0 velocity. Even after you disconnect the input to the velocity inlet, the most recently received velocity value is still 0, so all subsequent notes continue to be constructed with velocity 0.
Aha! That makes total sense. I've added a multiplier object and changed some values around after doing some math and it now works perfectly. Much appreciated.