[javascript-dev] setInterval
Patrick Delges
pdelges at radiantslab.com
Thu Mar 6 04:40:33 MST 2008
- Previous message: [javascript-dev] setInterval
- Next message: [javascript-dev] setInterval
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 6 mars 08, at 12:23, Garth Paine wrote: > I am using a for loop to read lines from a text file of data. I > want to > read one line every 20 ms. In processing or similar I would use the > pause() > function can I use SetInterval() to do this? What would the usual > approach > to timed loops for reading events like this is Javascript? I don't think there is such a thing. I woud use a [metro 20] in Max and send its output to the [js] object. > _____________________________ Patrick Delges Centre de Recherches et de Formation Musicales de Wallonie asbl http://www.crfmw.be/max
- Previous message: [javascript-dev] setInterval
- Next message: [javascript-dev] setInterval
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
