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
There is a Python binding for it, written by me, which I think is much
easier to work with, especially for non-realtime scenarios like the one
you describe, but you seem to be bent on using C++, so take this as just
an FYI ;)
https://github.com/SpotlightKid/python-rtmidi
Chris