This commit is contained in:
Joseph DiMaria 2026-01-31 20:32:36 -08:00
parent 0e5b53bb9f
commit a7751c1a9f
6 changed files with 97502 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"type": "text" "type": "text"
} }
], ],
"name": "All Start", "name": "All Star",
"artist": "Smash Mouth", "artist": "Smash Mouth",
"ppq": 192, "ppq": 192,
"tempos": [ "tempos": [

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,11 @@ inline std::vector<SongCatalogEntry> get_song_catalog()
{"assets/songs/json/where_are_you.json", 5}, {"assets/songs/json/where_are_you.json", 5},
{"assets/songs/json/mary.json", 0}, {"assets/songs/json/mary.json", 0},
{"assets/songs/json/pallettown.json", 1}, {"assets/songs/json/pallettown.json", 1},
{"assets/songs/json/tetris.json", 1} {"assets/songs/json/tetris.json", 1},
// {"assets/songs/json/fairy_fountain.json", 1},
// {"assets/songs/json/lost_woods.json", 3},
// {"assets/songs/json/gerudo_valley.json", 0},
{"assets/songs/json/song_of_storms.json", 1}
}; };
} }