Question
adapt a class to an internal sound
//create an MP3Pitch instance and load a sound
var mp3:MP3Pitch = new MP3Pitch("/path/to/your/file.mp3");
//change the pitch via rate setter
mp3.rate += 0.5
this is the code to adapt the MP3Pitch class to a loaded sound. Could someone tell me how i adapt it for an internal sound?
thanks
