bpatcher with arguments?
I'm trying to create an intrument with 6 independent sampler engines using the groove~ object. The engines are supposed to be identical except they access different polybuffer~ objects. How can I add different argument (buffer name) to each groove object? Can I use the patcherarg object?
bpatchers can take arguments. They are entered in the inspector.
Thanks for the answer! How can I pass on the argument as the name argument for the groove~ object?
Max Patch
Copy patch and select New From Clipboard in Max.
#1 as with normal patchers...
That's fantastic! Thanks very much!