Results 35 comments of Sebastian Lohff

I can reproduce this on my system with `jack_midi_clock`. I also used `jack_midi_dump` to verify that this looks similar to what I can see coming from my keyboard, so it...

I did not know that setting the instrument via midi keyboard is an option. How does that work? And thanks for the fix! Just compiled it and it works now...

I just found out that this only fixes this first case, but not the second case. * load Fluida in e.g. carla, but don't open the GUI * connect `jack_midi_clock`...

Loading a sf2 when `jack_midi_clock` is connected still doesn't work for me and I end up with an empty instrument list. This only happens when jack transport is running (and...

pygnmi is consistently using the python logging framework (the only exception being some `print()`s when you add `debug=True` to some calls _I hink_). What I do in my code to...