I am getting similar problems like andy, and it looks like a bug.
try the following: if you are at the end of the file and hit bang, then you lose all data of msgfile.
marius.


Frank Barknecht wrote:
Hallo,
Andy Graybeal hat gesagt: // Andy Graybeal wrote:

Thanks for responding.

Here's a very simple patch I made to share this problem... and in making
this patch, I'm finding that once I play to the end of a sequence in
[msgfile] that it won't rewind to the beginning.. no matter how many times
i tell it to "rewind"

Okay, this is not related to any execution order bugs. But I cannot
reproduce the behaviour you describe. Your patch on my machine works
without problems. You may try to use  [textfile] instead of [msgfile]
in that patch, to see if it's a bug in your version of msgfile. What
you do in the example can also be done with textfile.

Ciao

#N canvas 192 232 665 376 10;
#X obj 207 245 msgfile;
#X msg 146 100 add 34 45;
#X obj 207 274 print;
#X obj 255 272 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X msg 166 126 flush;
#X msg 408 247 clear;
#X msg 412 224 rewind;
#X msg 181 156 bang;
#X msg 405 273 _____________;
#X text 221 100 1 \, enter some lines;
#X text 222 123 2 \, click flush (outputs stored data);
#X text 222 153 3 \, bang outputs one row \, but then stored data is
gone.;
#X msg 197 192 flush;
#X text 243 189 4 \, click flush again (no more data output);
#X connect 0 0 2 0;
#X connect 0 1 3 0;
#X connect 1 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 2 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to