RalleYTN / SimpleAudio

SimpleAudio is a pure Java library which allows you to play WAV, AIFF, AU, OGG and MP3 audio files in a unified way.

Home Page:https://ralleytn.github.io/SimpleAudio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REQUEST] In class Playlist, add set method

SHsuperCM opened this issue · comments

In the Playlist class there is next() and previous() but no way of directly setting to something else, It would be nice if you could add that..

I wonder why I haven't put a set method in yet.
Will be in next build.

The Playlist class now contains a "setTrack" method.