[PD] Array Size limits

brandt at subnet.at brandt at subnet.at
Fri Oct 21 17:07:29 CEST 2011


hi daniel

may this patch may help you

der.brandt




Zitat von "Daniel Embleton" <crumbly.bwfc at hotmail.co.uk>:

>
> I know this question has been asked a couple of times before but i  
> see that the posts are now quite old and, to be honest, i couldn't  
> make sense of the replies as my understanding of puredata is  
> somewhat limited. Basically i've been tasked with creating a patch  
> that will accept full quality audio files, playing sections of the  
> file back in a random order, to do this i understand that i will  
> have to load the file into an array but the number of samples seems  
> to be limited. Is there a way to lift this limit? I'm running  
> windows 7 if that is relevant in any way.
> Thanks, Dan.
>


-------------- next part --------------
#N canvas 623 67 450 300 10;
#X obj 99 107 soundfile_info;
#X obj 57 46 openpanel;
#X obj 57 27 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 57 66 t a a;
#N canvas 0 0 450 300 (subpatch) 0;
#X array testarray 100 float 2;
#X coords 0 1 100 -1 200 140 1;
#X restore 228 26 graph;
#X obj 57 246 soundfiler;
#X obj 99 129 list split 2;
#X obj 134 149 list split 1;
#X msg 134 171 \; testarray resize \$1 \;;
#X msg 98 83 read \$1;
#X msg 57 225 read \$1 testarray;
#X text 114 67 first resize;
#X text 68 208 writes the file;
#X text 75 25 browse and open file;
#X connect 0 0 6 0;
#X connect 1 0 3 0;
#X connect 2 0 1 0;
#X connect 3 0 10 0;
#X connect 3 1 9 0;
#X connect 6 1 7 0;
#X connect 7 0 8 0;
#X connect 9 0 0 0;
#X connect 10 0 5 0;


More information about the Pd-list mailing list