patchers within patchers, question about instances/reference
Posted: Thu Nov 12, 2009 1:25 pm
Hi there, i am having a simple problem that an experienced max user will probably laugh at
i have a patcher i have made,
inside that patcher are more patchers
now i made lots of copies of [p doMidiProcessing] in my main patch, and it proceeded to copy all the patchers within it.
My Main Patch Window Looks Like this:
but now when i go and click on the first instance of [p doMidiProcessing] and then go in and edit for example [p doVelocity], it only updates the copy of doVelocity inside *this particular instance of [p doMidiProcessing]*
doVelocity remains unchanged if i go in to say the second instance of doMidiProcessing in the main window.
What should i be doing to make reusable pieces of patcher code?
thanks in advance
i have a patcher i have made,
Code: Select all
[p doMidiProcessing]
Code: Select all
[p doMidiProcessing]
[p doVelocity]
[p doPitch]
[p doLength]
[p doLatency]
My Main Patch Window Looks Like this:
Code: Select all
[p doMidiProcessing]
[p doMidiProcessing]
[p doMidiProcessing]
[p doMidiProcessing]
etc...

What should i be doing to make reusable pieces of patcher code?
thanks in advance
