[Jackaudio] Jack C++ midi structural considerations

Kjetil Matheussen k.s.matheussen at gmail.com
Thu Jun 11 11:59:57 CEST 2020


On Thu, Jun 11, 2020 at 11:55 AM Kjetil Matheussen
<k.s.matheussen at gmail.com> wrote:
>
> On Thu, May 14, 2020 at 6:37 PM Christopher Arndt <chris at chrisarndt.de> wrote:
> >
> > Am 14.05.20 um 15:31 schrieb Stefan Schmelz:
> >
> > > Is there a good C++ wrapper around jack that would save me some work?
> >
> > http://www.music.mcgill.ca/~gary/rtmidi/index.html
> >
>
> Last time I checked (2012), rtmidi allocated memory here and there
> from the system in the realtime thread when sending and receiving MIDI
> messages. It might not make a difference, but it's not good
> programming practice.

Yes, it's still using std::vector to store messages in:
https://github.com/thestk/rtmidi/blob/master/RtMidi.cpp#L640


More information about the JackAudio mailing list