Skip to content

Commit 69185cb

Browse files
authored
1.2.3
Remove a bug due to reset of Sundfont.h
1 parent 785c9b2 commit 69185cb

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

Diff for: Soundfont.h

+1-25
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class SoundFont {
1818

19-
#define SOUNDFONT_QUANTITY 2
19+
#define SOUNDFONT_QUANTITY 1
2020

2121
public:
2222

@@ -124,30 +124,6 @@ class SoundFont {
124124
force[0] = 0;
125125
force[1] = 0;
126126
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;
151127
}
152128
this->boot.clear();
153129
this->powerOn.clear();

0 commit comments

Comments
 (0)