speed up shutdown

This commit is contained in:
Chris Guida
2022-02-22 15:34:28 -06:00
committed by Keagan McClelland
parent 989a73bed5
commit 4017d02472

View File

@@ -347,7 +347,7 @@ pub const CHIME: Song<[(Option<Note>, TimeSlice); 2]> = song!(400, [
note(E, 6, Tie(&Dot(&Quarter), &Half));
]);
pub const SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(120, [
pub const SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(200, [
note(C, 5, Eighth);
rest(Eighth);
note(G, 4, Triplet(&Eighth));