We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm doing a very simple audioplayer..when you click with the mouse the current playing song will fade out and the next one will fade in..right now I'm using shiftGain but I saw there is also shiftVolume..however, if I change all the shiftGain with shiftVolume I actually have weird results, as the volume won't really change and all the tracks will play together..can anybody explain this better?
second question..If I say player.play() and then player.rewind(), will the song keep playing automatically after the rewind or will it stop? In first case should I use player.pause() before player.rewind()?
thanks
Answers
2nd question: https://GitHub.com/ddf/Minim/blob/master/src/ddf/minim/AudioPlayer.java#L124