Purpose found

Co-authored-by: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
SandPoot
2024-05-17 21:38:45 -03:00
committed by GitHub
parent 8d4b317800
commit 0a074ecb63

View File

@@ -20,7 +20,7 @@
#define TRACK_LENGTH 2 #define TRACK_LENGTH 2
/// BPM of the track (in deciseconds) /// BPM of the track (in deciseconds)
#define TRACK_BEAT 3 #define TRACK_BEAT 3
/// Unique identifier for this track (IT DOES NOTHING AND LACKING THIS WILL BREAK THE ENTIRE THING) /// Unique code-facing identifier for this track
#define TRACK_ID 4 #define TRACK_ID 4