I read:
i guess there is some way to dynamically open patches in Pd (from within a patch). lets say i have a patch, which listens with OSCdump to OSC messages and i want to open a patch with an OSC message dynamically.
is this what you're looking for:
#N canvas 0 0 409 173 10; #X obj 49 39 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 49 90 ; pd open test.pd /home/x/audio/sw/pd; #X text 98 72 filename; #X text 157 72 /path/to/the/file; #X connect 0 0 1 0;
HTH
x