dagargo / overwitch

JACK client for Overbridge devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIDI not working on latest master

lentferj opened this issue · comments

MIDI seems to have stopped working for me on latest master. I am seeing a lot of
ERROR:jclient.c:265:(jclient_j2o_midi): j2o: MIDI ring buffer overflow. Discarding data...
messages on the console

I did a bisect on the git repo and found the "bad commit" to be 5db0558

I am now running aa7528a.

Fixed in fb8206d.

When decoupling the JACK code from the Overwitch one, one of the things that changed is that time is now measured in seconds (double). I forgot to change it here.

Let me know if this works for you.

no, unfortunately still the same

EDIT: sorry, now this was rather a jackd hiccup. After restarting jackd and "re-wiring" everything lastest master does work for me now, it seems.

I'm closing this as solved.

Feel free to reopen if the issue persists.