diff options
Diffstat (limited to 'open-help.pd')
-rw-r--r-- | open-help.pd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/open-help.pd b/open-help.pd new file mode 100644 index 0000000..9bda3f7 --- /dev/null +++ b/open-help.pd @@ -0,0 +1,10 @@ +#N canvas 176 296 462 312 10; +#X text 48 47 open the specified file on the click of the button:; +#X text 66 200 only relative paths work \, no absolute.; +#X text 29 241 for better or worse \, the .pd is automatically appended +; +#X obj 56 78 pddp/open dsp-help; +#X text 19 9 BUG: relative paths now work \, but files with no path +don't; +#X obj 57 107 pddp/open dsp-help; +#X obj 57 137 pddp/open ../../3.audio.examples/F02.just.say; |