midi effect
Hi there,
This hopefully isn't too hard but I'm trying to do it efficiently and without too much patching.
I'm making a midi effect - lets just say a simple delay for now - but I want to be able to delay different notes by different times. Is there an object like route or select where I don't have to write down every possible path, (ideally I'd like to have all 127 notes available) and one that would output the first item of a list after it has used that item to designate the output.
Hopefully there is something very simple I'm missing.
Possibly listfunnel or funnel + spray? Also have a look at zl whenever using lists.
Thanks - that will do it,
but now I've thought about it a bit - I might look into using poly~ and making some sort of dynamic interface with multislider based on what notes are being played, even though I'll only be using it for max - that way it will only load the effect objects for the amount of notes it is receiving, and I won't have to connect 127 outputs to 127 patches.
Not sure if it's possible but I'll check it out when I get home.