Skip to content

Commit

Permalink
sending sysex for alesis10
Browse files Browse the repository at this point in the history
  • Loading branch information
RK11111111111 committed Jan 30, 2024
1 parent 60d47a6 commit 7808ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mididevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsign

default_v25[11]= RK1_TG;

TDeviceMap::const_iterator Iteratord;
TDeviceMap::const_iterator Iterator;
for (uint16_t i = 0; i < default_v25_len; i++)
{
if((i % 16) == 0)
Expand Down

0 comments on commit 7808ff8

Please sign in to comment.