hi list, hi miller
i work with pd-0.32patch6-linux-debian.
when i start pd without foreign libraries, and do the following procedure:
File | New, Put | Array, take the default properties, (name: array1, size: 100, save contents: yes, in new graph: yes), File | Save as: bad_one.pd, File | Close, File | Open: bad_one.pd, File | Close, File | Open: bad_one.pd,
then pd crashed;
/usr/local/lib/pd/bin/pd
rcfile option = -r 44100 rcfile option = -audiobuf 50 rcfile option = -frags 32 saved to: bad_one.pd error: graph: no method for 'list' ... you might be able to track this down from the Find menu. Segmentation fault
pd_gui: pd process exited
when i change the property to: "save contents: no", before saving, everything is ok.
has anybody tried to save an array with its contents and reopen it?
TM
On Sat, May 12, 2001 at 05:47:56AM +0200, Thomas Musil wrote:
hi list, hi miller
...
Segmentation fault
pd_gui: pd process exited
TM
Thanks Thomas. I've heard about this one before but finally I can make it happen on my machine... I'll try to track it down now...
dear pd-ers
I load soundfiles into arrays using [soudfiler] with -resize option to accomodate different file sizes. Is there a way of getting the array size after this operation?
thanks.
./MiS
Yes... soundfiler outputs the number of points in the resized array.
cheers M On Sat, May 12, 2001 at 01:08:58AM -0400, Michal Seta wrote:
dear pd-ers
I load soundfiles into arrays using [soudfiler] with -resize option to accomodate different file sizes. Is there a way of getting the array size after this operation?
thanks.
./MiS