minim: should I use shiftGain or shiftVolume?

edited November 2015 in Library Questions

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

Sign In or Register to comment.