dagargo / overwitch

JACK client for Overbridge devices
GNU General Public License v3.0
120 stars 14 forks source link

MIDI not working on latest master #32

Closed lentferj closed 2 years ago

lentferj commented 2 years ago

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 5db05582a261e29a06fbaf6f238c5915ca38cf36

I am now running aa7528a46f2367ab242b61291366198fad21fe48.

dagargo commented 2 years ago

Fixed in fb8206d79ce1e1076e6a907eab0f721768aba6d7.

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.

lentferj commented 2 years ago

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.

dagargo commented 2 years ago

I'm closing this as solved.

Feel free to reopen if the issue persists.