Downsides To "writestring"?
Anyone know of any downsides to using writestring
to stream lots of data to file? I've got data streaming into a patch at 60 Hz from a udpreceive
object, which I then stream to file with a js
object (using writestring
). Is JavaScript a good, reliable way to do this?