Re: [PD] Capturing data to file

2008-03-21 Thread cyrille henry
hello, i use textfile to record data on a file without any problem. i tested with files up to 100Mo with no problem or overload. but writing in a table in memory is also a good option. cyrille nicholas ward a écrit : Hi, Ive been using cyclone/coll to capture data and write it to file but

[PD] Capturing data to file

2008-03-20 Thread nicholas ward
Hi, Ive been using cyclone/coll to capture data and write it to file but the patch stops responding after about 2 minutes. My data is 4 streams at 500 samples a second. Has anyone any better ways of doing this? Im wondering should I be writing to tables instead perhaps? In which case how

Re: [PD] Capturing data to file

2008-03-20 Thread marius schebella
hi, [;tablename write filename.txt( will write the content of a table into a textfile. it is strange that coll stops working, but it looks like there is a limit after 24 entries? how much do you want to record? marius. nicholas ward wrote: Hi, Ive been using cyclone/coll to capture data

Re: [PD] Capturing data to file

2008-03-20 Thread nicholas ward
Hi Andy, Thanks for that I'll have a look in a sec. Ive opened activity monitor here and as i capture data I can see the cpu for my patch going up a percent every second or so. If i send coll the write to file message it drops back down to 15%. Evidently something is getting more and more