 
            I see the following functions in the Chuck manual, for SndBuf: .read - (string, WRITE only) - loads file for reading .chunks - (int, READ/WRITE) - size of chunk (# of frames) to read on-demand; 0 implies entire file, default; must be set before reading to take effect. .write - (string, WRITE only) - loads a file for writing (or not) .pos - (int, READ/WRITE) - set position (0
 int j ; j < 10000 ; j++) {
	j => a.pos ;
	j => samp_pos ;
	a.valueAt() => samp_val ;
//	<<