From 00bc03e2cca1393e61d98e1de2cee382f89dbd98 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Thu, 30 Dec 2021 11:20:10 -0700 Subject: [PATCH] adjust charge --- appmgr/src/sound.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appmgr/src/sound.rs b/appmgr/src/sound.rs index 27eebde44..d1455d93b 100644 --- a/appmgr/src/sound.rs +++ b/appmgr/src/sound.rs @@ -341,14 +341,14 @@ pub const CHIME: Song<[(Option, TimeSlice); 2]> = song!(400, [ note(E, 6, Tie(&Dot(&Quarter), &Half)); ]); -pub const CHARGE: Song<[(Option, TimeSlice); 7]> = song!(120, [ - note(G, 3, Triplet(&Eighth)); - note(C, 4, Triplet(&Eighth)); - note(E, 4, Triplet(&Eighth)); +pub const CHARGE: Song<[(Option, TimeSlice); 7]> = song!(128, [ note(G, 4, Triplet(&Eighth)); + note(C, 5, Triplet(&Eighth)); + note(E, 5, Triplet(&Eighth)); + note(G, 5, Triplet(&Eighth)); rest(Triplet(&Eighth)); - note(E, 4, Triplet(&Eighth)); - note(G, 4, Whole); + note(E, 5, Triplet(&Eighth)); + note(G, 5, Dot(&Half)); ]); pub const SHUTDOWN: Song<[(Option, TimeSlice); 12]> = song!(120, [