-
fornarinics
Hello,
When a try to read with "textfile" a text file name that doesn't exist (e.g. wer.txt), it (of course) returns to errors messages at Pd main window:
error: wert.txt: can't open
error: wert.txt: read failedMy question is: can I handle these "errors messages" as an output message (bang, etc.) in my patch (for instance, to read a default text file)?
Thank you in advance!
-
fornarinics
http://student-kmt.hku.nl/~tjeerd/pd/pd_fileformat.html
was all I found about it .. although very helpfull, it is out-of-date and incomplete (as it doesn't mention methods such as 'click' or 'cut')Does anyone has a complete version of PureData's patchfile format?
Thanks!!
-
fornarinics
Hello,
I just learned that it is possible to use message box to create all sort of boxes such as: objects (obj), message boxes (msg), and so.. as well as connect and disconnecting them (w/ methods: 'connect' and 'disconnect') and I learned it by the word of mouth (once it is not written in the tutorial) and checkins on the PD script w/ a text editor... This largely expands the already great potentials of PD... so, my questions is:
- does anyone know, or has any documentation with ALL methods that can be used in a message box the create, select, delete objects, supatches, etc....? (specially the DELETE thing, once it is not written in the *.pd script)
Thank you!
-
fornarinics
the attached file may describe better my question.. please take a look.
-
fornarinics
yes, I've done it. that's how a learned how to create all kind of boxes using methods such: obj, msg, as well as, connect or disconnect them usings the methods 'connect' and 'disconnect' ... My question is: how do I erase boxes?
Thx, -
fornarinics
ops... I just found a documentation at:
https://www.puredata.org/community/pdwiki/PdInternalMessages
that seems to work it out..
Thx,