Skip to content

Commit c6db83c

Browse files
committed
feat(assets): buzzer notes configuration file
1 parent 22fdaec commit c6db83c

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"B0": 31.00,
3+
"C1": 33.00,
4+
"CS1": 35.00,
5+
"D1": 37.00,
6+
"DS1": 39.00,
7+
"E1": 41.00,
8+
"F1": 44.00,
9+
"FS1": 46.00,
10+
"G1": 49.00,
11+
"GS1": 52.00,
12+
"A1": 55.00,
13+
"AS1": 58.00,
14+
"B1": 62.00,
15+
"C2": 65.00,
16+
"CS2": 69.00,
17+
"D2": 73.00,
18+
"DS2": 78.00,
19+
"E2": 82.00,
20+
"F2": 87.00,
21+
"FS2": 93.00,
22+
"G2": 98.00,
23+
"GS2": 104.00,
24+
"A2": 110.00,
25+
"AS2": 117.00,
26+
"B2": 123.00,
27+
"C3": 131.00,
28+
"CS3": 139.00,
29+
"D3": 147.00,
30+
"DS3": 156.00,
31+
"E3": 165.00,
32+
"F3": 175.00,
33+
"FS3": 185.00,
34+
"G3": 196.00,
35+
"GS3": 208.00,
36+
"A3": 220.00,
37+
"AS3": 233.00,
38+
"B3": 247.00,
39+
"C4": 261.63,
40+
"CS4": 277.00,
41+
"D4": 293.66,
42+
"DS4": 311.00,
43+
"E4": 329.63,
44+
"F4": 349.23,
45+
"FS4": 370.00,
46+
"G4": 392.00,
47+
"GS4": 415.00,
48+
"A4": 440.00,
49+
"AS4": 466.00,
50+
"B4": 493.88,
51+
"C5": 523.25,
52+
"CS5": 554.00,
53+
"D5": 587.00,
54+
"DS5": 622.00,
55+
"E5": 659.00,
56+
"F5": 698.00,
57+
"FS5": 740.00,
58+
"G5": 784.00,
59+
"GS5": 831.00,
60+
"A5": 880.00,
61+
"AS5": 932.00,
62+
"B5": 988.00,
63+
"C6": 1047.00,
64+
"CS6": 1109.00,
65+
"D6": 1175.00,
66+
"DS6": 1245.00,
67+
"E6": 1319.00,
68+
"F6": 1397.00,
69+
"FS6": 1480.00,
70+
"G6": 1568.00,
71+
"GS6": 1661.00,
72+
"A6": 1760.00,
73+
"AS6": 1865.00,
74+
"B6": 1976.00,
75+
"C7": 2093.00,
76+
"CS7": 2217.00,
77+
"D7": 2349.00,
78+
"DS7": 2489.00,
79+
"E7": 2637.00,
80+
"F7": 2794.00,
81+
"FS7": 2960.00,
82+
"G7": 3136.00,
83+
"GS7": 3322.00,
84+
"A7": 3520.00,
85+
"AS7": 3729.00,
86+
"B7": 3951.00,
87+
"C8": 4186.00,
88+
"CS8": 4435.00,
89+
"D8": 4699.00,
90+
"DS8": 4978.00
91+
}

0 commit comments

Comments
 (0)