mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
adjust charge shorten last note
This commit is contained in:
committed by
Aiden McClelland
parent
00bc03e2cc
commit
8f0639cb72
@@ -348,7 +348,7 @@ pub const CHARGE: Song<[(Option<Note>, 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<Note>, TimeSlice); 12]> = song!(120, [
|
||||
|
||||
Reference in New Issue
Block a user