pass arguments
how can i pass the arguments from the bpatcher to a number box inside his subpatch?
any help will be much aprecciated!
In the embedded subpatch, connect a [loadmess #1] to your number box ; and set the bpatcher's argument in the inspector.
Ch.
Or instead of the #1 #2 notation you could use [patcherargs] and something like [unpack] or [zl nth] to route the different arguments.
lh
thanks a lot!