mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
adjust charge
This commit is contained in:
committed by
Aiden McClelland
parent
a1888f3454
commit
00bc03e2cc
@@ -341,14 +341,14 @@ pub const CHIME: Song<[(Option<Note>, TimeSlice); 2]> = song!(400, [
|
|||||||
note(E, 6, Tie(&Dot(&Quarter), &Half));
|
note(E, 6, Tie(&Dot(&Quarter), &Half));
|
||||||
]);
|
]);
|
||||||
|
|
||||||
pub const CHARGE: Song<[(Option<Note>, TimeSlice); 7]> = song!(120, [
|
pub const CHARGE: Song<[(Option<Note>, TimeSlice); 7]> = song!(128, [
|
||||||
note(G, 3, Triplet(&Eighth));
|
|
||||||
note(C, 4, Triplet(&Eighth));
|
|
||||||
note(E, 4, Triplet(&Eighth));
|
|
||||||
note(G, 4, Triplet(&Eighth));
|
note(G, 4, Triplet(&Eighth));
|
||||||
|
note(C, 5, Triplet(&Eighth));
|
||||||
|
note(E, 5, Triplet(&Eighth));
|
||||||
|
note(G, 5, Triplet(&Eighth));
|
||||||
rest(Triplet(&Eighth));
|
rest(Triplet(&Eighth));
|
||||||
note(E, 4, Triplet(&Eighth));
|
note(E, 5, Triplet(&Eighth));
|
||||||
note(G, 4, Whole);
|
note(G, 5, Dot(&Half));
|
||||||
]);
|
]);
|
||||||
|
|
||||||
pub const SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(120, [
|
pub const SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(120, [
|
||||||
|
|||||||
Reference in New Issue
Block a user