diff --git a/backend/src/sound.rs b/backend/src/sound.rs index 2d52e1a7f..87e8c65ee 100644 --- a/backend/src/sound.rs +++ b/backend/src/sound.rs @@ -347,7 +347,7 @@ pub const CHIME: Song<[(Option, TimeSlice); 2]> = song!(400, [ note(E, 6, Tie(&Dot(&Quarter), &Half)); ]); -pub const SHUTDOWN: Song<[(Option, TimeSlice); 12]> = song!(120, [ +pub const SHUTDOWN: Song<[(Option, TimeSlice); 12]> = song!(200, [ note(C, 5, Eighth); rest(Eighth); note(G, 4, Triplet(&Eighth));