rdias wrote on Fri, 17 April 2009 20:20Hello
Does anyone know if there's any way to instantiate a bpatcher file (I mean a patcher intended to be used inside a bpatcher) from a regular object box
you can create a bpatcher object by typing it in a box, but not including the source file.
this could be done better by scripting the bpatcher.
for max 4.x, send the following message to a [thispatcher]:
"script new uniquename bpatcher 0 0 100 100 0 0 filename 0"
eventually followed by
"script bringtofront uniquename"
in max 5 no idea.
Quote:
Also, is it possible to send messages from a nested patcher to its parent bpatcher? I'd like, for example, to be able to resize a bpatcher by trigering events or buttons from inside its subpatch.
absolutly possible, just try it.
the other way it is more problematic: under circumstances you can see loadbanging from a bpatcher to its parent fails. a [pipe 0] before the bpatchers outlet or send usually solves it.
-110