File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ class MidiInterface
234234 StatusByte mRunningStatus_RX ;
235235 StatusByte mRunningStatus_TX ;
236236 byte mPendingMessage [3 ];
237- unsigned mPendingMessageExpectedLenght ;
237+ unsigned mPendingMessageExpectedLength ;
238238 unsigned mPendingMessageIndex ;
239239 unsigned mCurrentRpnNumber ;
240240 unsigned mCurrentNrpnNumber ;
@@ -250,8 +250,8 @@ class MidiInterface
250250
251251// -----------------------------------------------------------------------------
252252
253- unsigned encodeSysEx (const byte* inData, byte* outSysEx, unsigned inLenght );
254- unsigned decodeSysEx (const byte* inSysEx, byte* outData, unsigned inLenght );
253+ unsigned encodeSysEx (const byte* inData, byte* outSysEx, unsigned inLength );
254+ unsigned decodeSysEx (const byte* inSysEx, byte* outData, unsigned inLength );
255255
256256END_MIDI_NAMESPACE
257257
You can’t perform that action at this time.
0 commit comments