Hello fellow programmer. I am new to minim, but not new to processing and programming. I would like to create a sound file that will slowdown and change pitch simultaneously (like slowing down a spinning record with your finger) by using the vertical (y) coordinate of the mouse over the sketch window to control the sound. I am looking at minim and am having a hard time getting started understanding things like ugen and patch. I found the Sampler ugen, but I don't get how it works. I figure that the sound file gets played and then the sample rate will get shifted in real time (based on a mapped value of the y mouse position) to make the effect happen. I can get the sound to play using the "getting started" page on the minim site, but as soon as I get into patches and all that I lose it. Any ideas about how I could get started building this sketch?
Thanks.