on ubuntu, every time i double click on a pd file to open it, a new instance of pd is created.
is there any way i can restrict this so that only one instance of pd is opened, and then new files are opened within that same instance?
hard off wrote:
on ubuntu, every time i double click on a pd file to open it, a new instance of pd is created.
is there any way i can restrict this so that only one instance of pd is opened, and then new files are opened within that same instance?
pd/src$ grep -- -new notes.txt pd to find running ones (pd -new to defeat)
afaik, currently there is no way to tell a running Pd to open a patch from outside (i mean, without a helper-patch).
(but then i don't use features like clicking on a pd-patch to open it)
mfga.dsr IOhannes
hard off wrote:
pd/src$ grep -- -new notes.txt
pd to find running ones (pd -new to defeat)<<
sorry, i am quite clueless with this stuff. exactly what do i type or modify, and where?
sorry for being unclear. what i was trying to say is that this is on miller's todo list (not yet implemented)
mfgadr IOhannes