mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-09 15:49:19 +00:00
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.
|