ancora più semplice per disegnare forme d'onda tramite multislider:
multislider->listfunnel->peek~ nomebuffer
così si aggira anche il problema del numero di elementi che la zl-family può contenere, ovvero 256, che nel caso di una forma d'onda equivarrebbero a 256 punti...ovvero campioni
in questo modo possiamo fare forme d'onda anche a 512 e 1024
#P window setfont "Sans Serif" 9.;
#P number 508 28 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#P newex 508 61 27 9109513 t i i;
#P message 90 95 37 9109513 size \$1;
#P user multiSlider 90 122 333 86 -1. 1. 512 2681 15 0 0 2 0 0 0;
#M frgb 0 0 0;
#M brgb 255 255 255;
#M rgb2 127 127 127;
#M rgb3 0 0 0;
#M rgb4 37 52 91;
#M rgb5 74 105 182;
#M rgb6 112 158 18;
#M rgb7 149 211 110;
#M rgb8 187 9 201;
#M rgb9 224 62 37;
#M rgb10 7 114 128;
#P newex 542 169 60 9109513 prepend size;
#P newex 525 139 62 9109513 sampstoms~;
#P newex 542 202 65 9109513 buffer~ buffo;
#P newex 90 256 62 9109513 peek~ buffo;
#P newex 90 225 46 9109513 listfunnel;
#P comment 546 28 100 9109513 lunghezza in campioni;
#P connect 9 0 8 0;
#P connect 8 1 4 0;
#P fasten 8 0 7 0 513 87 95 87;
#P connect 6 0 1 0;
#P connect 7 0 6 0;
#P connect 5 0 3 0;
#P connect 4 1 5 0;
#P connect 1 0 2 0;
#P window clipboard copycount 10;