[how to] va-advanced buffer techniques
Dec 07 2011 | 2:44 am
hello everyone.. hope you are all having a great night programming in MaxMSP: given a list like the following, in which I have pointers to a buffer stored with the help of a snapshot~ object and a zl stream 2, to a buffer~/record~, how do I create like messages to record the files from the buffer pointers into a wav or aiff name by giving it a name like sampname_$1_$2, in which the $1 and $2 symbols would be iterated points in a one bi-dimensional vector, considering $1 as a number that already exists in a analysis system that comes from 0 to 127, and $2 as an iterated point in a list of 10 values for an instance. also, how do I iterate and save the list 2nd list (127 values ranging from 1 to 10) with the patch? and also how to rewrite files after the first iteration cycle (imagine it as [127][10])?
if possible, I would prefer not to do this with mxj~. also, how to instantly load the mentioned files into a polybuffer~, immediately after recording them. thanks in advance tiago
0, 0 0.;
1, 0. 0.;
2, 0. 10332.880859;
3, 10332.880859 15325.169922;
4, 15325.169922 20317.460938;
5, 20317.460938 24729.251953;
6, 24729.251953 36107.03125;