Re: [LAU] MidiMemo and MidiGraph

From: Clemens Ladisch <clemens@email-addr-hidden>
Date: Tue Sep 27 2016 - 20:08:14 EEST

Maurizio Berti wrote:
> There are still some bugs (a strange export problem with sysex messages I'm
> trying to solve)

Apparently, the length is not written:

        elif isinstance(event, SysexEvent):
            ret += chr(0xF0)
            ret += str.join('', map(chr, event.data))
            ret += chr(0xF7)

(And the length includes the F7 bytes. And I don't know if the data includes
the F0 and F7 in both the Jack and ALSA interfaces.)

Regards,
Clemens
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Tue Sep 27 20:15:03 2016

This archive was generated by hypermail 2.1.8 : Tue Sep 27 2016 - 20:15:03 EEST