Hi list,
in the attached patch I supply a filename from savepanel to splitfilename. This works as expected *except* if I happen to choose "decay" as filename, in which case pd crashes. Any help?
By the way, there doesn't seem to be a help file for splitfilename.
Thanks, Matthias
#N canvas 0 0 288 305 10; #X obj 63 138 savepanel; #X obj 63 111 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 63 171 splitfilename .; #X obj 63 199 print; #X obj 163 199 print; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 4 0;
Matthias Blau wrote:
Hi list,
in the attached patch I supply a filename from savepanel to splitfilename. This works as expected *except* if I happen to choose "decay" as filename, in which case pd crashes. Any help?
this is a known bug in splifilename, which i think is fixed in the latest and greatest iemlib2 release (or in the CVS code; at least it doesn't crash here).
<promotion> and you could also use zexy's [symbol2list] which provides similar functionality </promotion>
By the way, there doesn't seem to be a help file for splitfilename.
there certainly is: http://pure-data.cvs.sourceforge.net/pure-data/externals/iemlib/iemlib2/spli...
nmfgasdr IOhannes
thanks, I still was on 1.15! Works well now with iemlib1.17.
--Matthias
IOhannes m zmoelnig schrieb:
Matthias Blau wrote:
Hi list,
in the attached patch I supply a filename from savepanel to splitfilename. This works as expected *except* if I happen to choose "decay" as filename, in which case pd crashes. Any help?
this is a known bug in splifilename, which i think is fixed in the latest and greatest iemlib2 release (or in the CVS code; at least it doesn't crash here).
<promotion> and you could also use zexy's [symbol2list] which provides similar functionality </promotion>
By the way, there doesn't seem to be a help file for splitfilename.
there certainly is: http://pure-data.cvs.sourceforge.net/pure-data/externals/iemlib/iemlib2/spli...
nmfgasdr IOhannes