I believe the slider bar is limited to steps of 0.1 values. As an alternative to the method in the example, at the start of each song you could set the max value to the song duration and then just update the value to the songs playback time. This may smooth out the movement but I don't think it will.
Alternatively create your own transport bar using sprites and add your own logic for smoothing out the movement.