mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
5 lines
269 B
Plaintext
5 lines
269 B
Plaintext
#define JUKEMODE_NEXT 1 // Advance to next song in the track list
|
|
#define JUKEMODE_RANDOM 2 // Not shuffle, randomly picks next each time.
|
|
#define JUKEMODE_REPEAT_SONG 3 // Play the same song over and over
|
|
#define JUKEMODE_PLAY_ONCE 4 // Play, then stop.
|