Ive got a question
I 've recorded in tabwrite  (88200 samples long )
When scanning through the file with else function  ( lenght 2 seconds ) or phasor it reads perfectly and can do some nifty modulation (with else functin)
BUt , when I want to read through the file with another tabread ( this tabread~ draw  is 512 samples and driven by phasor  set to 0.5Hz ~) and then obviously multiplied by 88200.
The resut is either verry grainy ( using non interpol) , when using tabread4~ the result is wobbly ( due to the interpoaltion )
Any help is welcome

- 
				
				
				
				tabread~ for reading through another tabread~ 
 
- 
				
				
				
				@gentleclockdivider 
 So I recorded a sine into tabwrite and then read out with the different methods .
 Using function
  Using phasor directly 
  
 Using tabread ~
  
 using tabread4~
  
- 
				
				
				
				Found the solution To use a tabread to read through another tabread , it's best to set the driver tabread also to a long sample lenght 
