the play list displays the seed of each random song.
When a song in the play list is done. It goes to the next song in the play list.
if the song that is playing is the last song in the play list then it stops playing


use tempo:
if checked then use that tempo for all the songs in the play list

row to start at:
what row to start at
tip: that value is also called row_start_value

seed:
The seed that will be use to randomize the next song.
Tip: To get the same song just use the same seed.
music key:
what key to play the songs in

play: plays a song in the play list

stop: stops the song that is playing

new seed:
makes a new song based on the current seed and plays it

add seed:
adds that new song to the play list

load:
loads the playlist

save: saves the playlist