Piotr Majdak wrote:
correct is: pd [{option}]
the correct syntax is pd [{option}] [{patches_to_open}]
where option can be: -open filename -rt -noaudio etc...
thus you should be able to do "pd -rt -noloadbang /path/to/my/patch.pd" and (equivalent) "pd -rt -noloadbang -open /path/to/my/patch.pd" and (equivalent) "pd -rt -open /path/to/my/patch.pd -noloadbang"
however, you cannot do "pd -rt /path/to/my/patch.pd -noloadbang" (this would try to load an abstraction "-noloadbang")
however, this doesn't solve max's problem...
max: could you try with miller's release of pd?
mfga.dr. IOhannes