Results 26 comments of Dave Kelly

raveloxmidi definitely works with inbound MIDI events sending to a local MIDI device provided that the MIDI device can be opened using ALSA. That's in addition to capturing the MIDI...

Apologies for the delay in responding. I'm in the middle of moving house. At the moment, the software doesn't handle that kind of mapping. If I read what you're asking...

I have thought for a while about a library. What functions would you be looking to use from raveloxmidi? Thanks Dave

> Hi. I think, it would be nice if the program separates the pure networking functionality in a core library. > > I would like a design where I am...

> Ping? Yes, still here. At the moment, I'm theorising that the issue is related to the fact that the MIDI events are not sent until the whole buffer has...

I've checked in my changes to the 'queue' branch and thrown at least 1 Pet Shop Boys MIDI file at it to check for any crashes and memory leaks. Please...

I've completed my testing. I've made some tweaks to reduce some mutex locking and also added a config option **journal.write** to enable or disable whether the MIDI journal is written...

If there are no issues, I'm going to merge these changes into the master branch and release 0.10.0.

How are you testing this? The default ring buffer size is 10K so, if you're getting that error message it typically means that raveloxmidi is reading a large amount of...

Did changing the ring buffer size make any difference? Thanks Dave