-
Notifications
You must be signed in to change notification settings - Fork 0
/
washerfunctions.h
277 lines (276 loc) · 10.3 KB
/
washerfunctions.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
#if !defined(END)
#error "END Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B0)
#error "NOTE_B0 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C1)
#error "NOTE_C1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS1)
#error "NOTE_CS1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D1)
#error "NOTE_D1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS1)
#error "NOTE_DS1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E1)
#error "NOTE_E1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F1)
#error "NOTE_F1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E1)
#error "NOTE_E1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F1)
#error "NOTE_F1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_FS1)
#error "NOTE_FS1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_G1)
#error "NOTE_G1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_A1)
#error "NOTE_A1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_AS1)
#error "NOTE_AS1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B1)
#error "NOTE_B1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C2)
#error "NOTE_C2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS2)
#error "NOTE_CS2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_GS1)
#error "NOTE_GS1 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D2)
#error "NOTE_D2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS2)
#error "NOTE_DS2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E2)
#error "NOTE_E2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F2)
#error "NOTE_F2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_FS2)
#error "NOTE_FS2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_G2)
#error "NOTE_G2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_GS2)
#error "NOTE_GS2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_A2)
#error "NOTE_A2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_AS2)
#error "NOTE_AS2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B2)
#error "NOTE_B2 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C3)
#error "NOTE_C3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS3)
#error "NOTE_CS3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D3)
#error "NOTE_D3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS3)
#error "NOTE_DS3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E3)
#error "NOTE_E3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F3)
#error "NOTE_F3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_FS3)
#error "NOTE_FS3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_G3)
#error "NOTE_G3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_GS3)
#error "NOTE_GS3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_A3)
#error "NOTE_A3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_AS3)
#error "NOTE_AS3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B3)
#error "NOTE_B3 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C4)
#error "NOTE_C4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS4)
#error "NOTE_C4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D4)
#error "NOTE_C4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS4)
#error "NOTE_C4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E4)
#error "NOTE_C4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F4)
#error "NOTE_F4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_FS4)
#error "NOTE_FS4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_G4)
#error "NOTE_G4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_GS4)
#error "NOTE_GS4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_A4)
#error "NOTE_A4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_AS4)
#error "NOTE_AS4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B4)
#error "NOTE_B4 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C5)
#error "NOTE_C5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS5)
#error "NOTE_CS5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D5)
#error "NOTE_D5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS5)
#error "NOTE_DS5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E5)
#error "NOTE_E5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F5)
#error "NOTE_D5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_FS5)
#error "NOTE_FS5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_G5)
#error "NOTE_G5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_GS5)
#error "NOTE_GS5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_A5)
#error "NOTE_D5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_AS5)
#error "NOTE_AS5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B5)
#error "NOTE_B5 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C6)
#error "NOTE_C6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS6)
#error "NOTE_CS6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D6)
#error "NOTE_D6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS6)
#error "NOTE_DS6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E6)
#error "NOTE_E6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F6)
#error "NOTE_C6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_FS6)
#error "NOTE_C6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_G6)
#error "NOTE_G6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_GS6)
#error "NOTE_GS6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_A6)
#error "NOTE_A6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_AS6)
#error "NOTE_AS6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B6)
#error "NOTE_B6 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C7)
#error "NOTE_C7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS7)
#error "NOTE_CS7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D7)
#error "NOTE_D7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS7)
#error "NOTE_DS7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_E7)
#error "NOTE_E7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_F7)
#error "NOTE_F7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_FS7)
#error "NOTE_FS7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_G7)
#error "NOTE_G7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_GS7)
#error "NOTE_GS7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_A7)
#error "NOTE_A7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_AS7)
#error "NOTE_A7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_B7)
#error "NOTE_B7 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_C8)
#error "NOTE_C8 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_CS8)
#error "NOTE_CS8 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_D8)
#error "NOTE_D8 Was not defined, file "pitches.h" is probably mising or corupted"
#endif
#if !defined(NOTE_DS8)
#error "NOTE_DS8 Was not defined, file "pitches.h" is probably mising or corupted"
#endif