Re: [LAU] MidiMemo and MidiGraph

From: Maurizio Berti <maurizio.berti@email-addr-hidden>
Date: Wed Sep 28 2016 - 14:16:41 EEST

That's strange, it looks like the UI isn't loaded, but that should raise a
different error.

What command do you use to launch MidiGraph? The symlink, the python file
in the main directory or the __init__.py?

2016-09-28 1:42 GMT+02:00 Francisco Medeiros <excalibas@email-addr-hidden>:

> I tried to run MidiGraph but I get an error:
>
> Traceback (most recent call last):
> File "./MidiGraph.py", line 7, in <module>
> midigraph.main()
> File "/home/x/Documents/MidiGraph/midigraph/__init__.py", line 1007, in
> main
> win = PortGraph()
> File "/home/x/Documents/MidiGraph/midigraph/__init__.py", line 312, in
> __init__
> for btn in self.conn_type_btngroup.buttons():
> AttributeError: 'PortGraph' object has no attribute 'conn_type_btngroup'
>
>
> On 27 September 2016 at 18:08, Clemens Ladisch <clemens@email-addr-hidden> wrote:
>
>> 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
>>
>
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@email-addr-hidden
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>
>

-- 
È difficile avere una convinzione precisa quando si parla delle ragioni del
cuore. - "Sostiene Pereira", Antonio Tabucchi
http://www.jidesk.net

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Sep 28 16:15:01 2016

This archive was generated by hypermail 2.1.8 : Wed Sep 28 2016 - 16:15:01 EEST