see attachment
tjers
Steffen Leve Poulsen
gottlieb skrev:
dear List,
This is a pretty basic query, I think. I am trying to make a sample-scrambler where I can nbavigate through a large database of samples. I'm using soundfiler to load all the samples and tabplay~ . I named all the samples array# (array1,array2,etc) I am trying to use list to allow me to shift the numeric value at the end of the array message, but how can I get rid of the space between 'array' and the new number? Or, is there another way to do this?
thanks
BG
#N canvas 318 125 454 304 10; #X obj 147 171 print; #X obj 147 117 makefilename array%d.wav; #X msg 147 143 open $1; #X floatatom 147 94 5 0 0 0 - - -; #X connect 1 0 2 0; #X connect 2 0 0 0; #X connect 3 0 1 0;