On Tue, 2019-11-26 at 15:12 +0100, Csaba Láng wrote:
Dear list,
I want to open from a pd patch a pd patch withe the message:
[; pd open $1.pd /path-topatch;(
[...]
just to be clear, if I want to open cat.pd, a message [cat( will not make it happen.
Use [symbol cat(.
Read about Pd's message types: https://puredata.info/docs/manuals/pd/x2.htm#s3.1
Roman