pass arguments

i.te's icon

how can i pass the arguments from the bpatcher to a number box inside his subpatch?

any help will be much aprecciated!

ch's icon

In the embedded subpatch, connect a [loadmess #1] to your number box ; and set the bpatcher's argument in the inspector.
Ch.

Luke Hall's icon

Or instead of the #1 #2 notation you could use [patcherargs] and something like [unpack] or [zl nth] to route the different arguments.

lh

i.te's icon

thanks a lot!