mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
speed up shutdown
This commit is contained in:
committed by
Keagan McClelland
parent
989a73bed5
commit
4017d02472
@@ -347,7 +347,7 @@ 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 SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(120, [
|
pub const SHUTDOWN: Song<[(Option<Note>, TimeSlice); 12]> = song!(200, [
|
||||||
note(C, 5, Eighth);
|
note(C, 5, Eighth);
|
||||||
rest(Eighth);
|
rest(Eighth);
|
||||||
note(G, 4, Triplet(&Eighth));
|
note(G, 4, Triplet(&Eighth));
|
||||||
|
|||||||
Reference in New Issue
Block a user