On 2020-06-09 15:55, Christof Ressi wrote:
Does Pd open a patch that doesn't have the .pd extension?
Yes.
not here.
$ ls -l
mypatch.pd
$ pd -stderr -verbose mypatch.pd
[...]
tried .../mypatch.pd and succeeded
^C
Pd: signal 2
$ pd -stderr -verbose mypatch
[...]
tried .../mypatch and failed
[...]
error: mypatch: can't open
$