Hi guys,
Just in case you're interested, I wanted to use my sustain pedal in
Pd, so wrote these abstractions:
sustain, with three inputs: note, velocity, pedal (nonzero for
sustain, zero for no effect)
dam, with two inputs: a list value, and flow bool.
I guess when flow is 0 it's like a [pipe 1e999], and flow set to 1 it
flushes. I thought of doing it that way but felt that using lists
would be better. I think after actually implementing it though I've
changed my mind.
Question: is there a simpler way than these that I'm missing?
Thanks,
Amos Robinson