File tree 1 file changed +1
-25
lines changed
1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 16
16
17
17
class SoundFont {
18
18
19
- #define SOUNDFONT_QUANTITY 2
19
+ #define SOUNDFONT_QUANTITY 1
20
20
21
21
public:
22
22
@@ -124,30 +124,6 @@ class SoundFont {
124
124
force[0 ] = 0 ;
125
125
force[1 ] = 0 ;
126
126
break ;
127
- case 3 :
128
- this ->powerOnTime = 400 ;
129
- this ->powerOffTime = 400 ;
130
- boot[0 ] = 40 ;
131
- boot[1 ] = 40 ;
132
- powerOn[0 ] = 41 ;
133
- powerOn[1 ] = 41 ;
134
- powerOff[0 ] = 42 ;
135
- powerOff[1 ] = 42 ;
136
- hum[0 ] = 43 ;
137
- hum[1 ] = 43 ;
138
- swing[0 ] = 45 ;
139
- swing[1 ] = 56 ;
140
- clash[0 ] = 57 ;
141
- clash[1 ] = 68 ;
142
- lockup[0 ] = 44 ;
143
- lockup[1 ] = 44 ;
144
- blaster[0 ] = 69 ;
145
- blaster[1 ] = 69 ;
146
- wrist[0 ] = 71 ;
147
- wrist[1 ] = 71 ;
148
- force[0 ] = 70 ;
149
- force[1 ] = 70 ;
150
- break ;
151
127
}
152
128
this ->boot .clear ();
153
129
this ->powerOn .clear ();
You can’t perform that action at this time.
0 commit comments