8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation 8000 a>.
There was an error while loading. Please reload this page.
1 parent 8459393 commit 701ca39Copy full SHA for 701ca39
src/AudioGeneratorMIDI.cpp
@@ -172,7 +172,7 @@ unsigned int AudioGeneratorMIDI::buffer_int32 (int offset) {
172
173
unsigned long AudioGeneratorMIDI::get_varlen (int *ptr) {
174
/* Get a 1-4 byte variable-length value and adjust the pointer past it.
175
- These are a succession of 7-bit values with a MSB bit of zero marking the end */
+ These are a succession of 7-bit values with an MSB bit of zero marking the end */
176
177
unsigned long val;
178
int i, byte;
0 commit comments