hi all
i looking for a way to shape audiofiles with pd - like saveing sample cuts from a bigger soundfile -and stuff like that... any suggestions?
thanks. jon
- 
				
				
				
				Audio editing 
 
- 
				
				
				
				for saving sample cuts, just make a few arrays, and then use a tabwrite~ object to put your cuts in those arrays. i do this realtime, with no problems. 
 
 you can then read back from those arrays, using tabplay~, if you just want the same pitch/speed, or tabread4~ if you want to alter the speed.
 
 as for "shaping" , i'm not really sure what you mean here, but i'm guessing you want to use an envelope (stored in an array) to control a filter or the pitch or speed of playback. or something like that. there are other data structures you can use, bu i have found just freedrawing an envelope into an array is pretty simple.
- 
				
				
				
				thanks for the reply... what i ment by shaping was: to cut the original soundfile and then re-save it - you know? anyways - i gues the best thing in this case is to get a wave editer like "cool edit" and then play them with PD... 
 
 -jon
- 
				
				
				
				[url=http://ydegoyon.free.fr/ ]http://ydegoyon.free.fr/ 
 
 click on software. the first item is a pd external based on cool edit. 
- 
				
				
				
				hey... perfect   
 
 -jon
