From 8f0639cb723fdbd85828136a961d362ce2bf03b2 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Thu, 30 Dec 2021 11:23:26 -0700 Subject: [PATCH] adjust charge shorten last note --- appmgr/src/sound.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appmgr/src/sound.rs b/appmgr/src/sound.rs index d1455d93b..5c0905056 100644 --- a/appmgr/src/sound.rs +++ b/appmgr/src/sound.rs @@ -348,7 +348,7 @@ pub const CHARGE: Song<[(Option, TimeSlice); 7]> = song!(128, [ note(G, 5, Triplet(&Eighth)); rest(Triplet(&Eighth)); note(E, 5, Triplet(&Eighth)); - note(G, 5, Dot(&Half)); + note(G, 5, Half); ]); pub const SHUTDOWN: Song<[(Option, TimeSlice); 12]> = song!(120, [