[maxmsp] Endless recording into a buffer~
Andrew Benson
andrewb at cycling74.com
Thu Feb 21 12:16:21 MST 2008
- Previous message: [maxmsp] Endless recording into a buffer~
- Next message: [maxmsp] Endless recording into a buffer~
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For "endless" recording, you can use sfrecord~, which records directly to disk. If you then need access to this from within a buffer, just read/replace the file back in to your buffer~ object. Otherwise, set up a buffer~ that is longer than you will ever need to record into. Best, Andrew Wade wrote: > Is the only way to do this in Max/MSP by making the buffer~ incredibly > large, or is it not possible to make a buffer~ dynamically grow in > size? > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp >
- Previous message: [maxmsp] Endless recording into a buffer~
- Next message: [maxmsp] Endless recording into a buffer~
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
