How to play a list of songs with minim player?
in
Core Library Questions
•
7 months ago
Hello,
I want play a songlist with the minim player. But I don't know how can I expressed it in code.
My idea is: I create an string array. In each field I save the name of the mp3 file. The minim player picks the next mp3 from the next array field, if it's ready and so on.
The array is not a problem but I do not know about the rest, please help.
thanks
I want play a songlist with the minim player. But I don't know how can I expressed it in code.
My idea is: I create an string array. In each field I save the name of the mp3 file. The minim player picks the next mp3 from the next array field, if it's ready and so on.
The array is not a problem but I do not know about the rest, please help.
thanks
1