Possible fix for -eseq SysEx
svn-id: r8196
This commit is contained in:
parent
6aba98450b
commit
ef198afd7c
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void MidiDriver_SEQ::sysEx (byte *msg, uint16 length) {
|
|||
buf[position++] = 0xFF;
|
||||
buf[position++] = _device_num;
|
||||
buf[position++] = 0;
|
||||
for (; length; --length) {
|
||||
for (; length; --length, ++chr) {
|
||||
buf[position++] = SEQ_MIDIPUTC;
|
||||
buf[position++] = (unsigned char) *chr;
|
||||
buf[position++] = _device_num;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue