We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi! I'm making a synthesizer by using Minim on processing, I'd like to play notes by changing the frequency of a sample found on freewavesamples.com. Actually i only can play notes with the playNote() function. There's is many examples showing how to modulate the "default sound' of Minim but I don't know how to do this with a sample...
Answers
http://code.Compartmental.net/minim/audiooutput_method_playnote.html
I know this website and I didn't found anything to help me. I think I will edit several files with several frequencies. But if there is a way to modulate my .wav files with Minim it would be faster.