diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-08 21:45:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-08 21:45:24 +0000 |
commit | 0b0a879fa48e611b5faa02570ac6b25b05c0fbd5 (patch) | |
tree | ef3501e5dda84062ff55afeb934df48fc8470e7d /open-help.pd | |
parent | 410662b0898e88b56ee8dbbd83d852830b61b9e8 (diff) |
ported to 0.39 GOP; added status querying to dsp.pd, and made open.pd support relative paths
svn path=/trunk/abstractions/pddp/; revision=4851
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; |