I'm working on a Granular Synthesizer that uses a combination of vline~ and tabwrite4~ for sample playback. How can I scroll dynamically through the audio buffer - practically changing the playback starting point in the vline~ - without triggering sample playback?
Below is the example patch. Thanks =)
example.pd
- 
				
				
				
				tabread4~ : changing playback starting point without triggering sound playback 
 
- 
				
				
				
				@SonOfAGlitch You can hold the message for [vline~] in a message box, using the "set" message, and bang it through when you are ready to play the sample....... vl~.pd 
 David.
  
- 
				
				
				
				Thank you! It seems to have solved my issue =) 
 
					