11 May
2007
11 May
'07
6:39 p.m.
Steve Merrony wrote:
I'd like to add a new feature to the software - a facility to simply record to a standard MIDI file anything that the program produces.
Is there a recommended library for C++ ALSA programs to use for handling (writing) standard MIDI files?
ALSA handles sound devices; SMFs are something completely different.
I don't know of any general-purpose SMF library. Have a look at arecordmidi.c.
HTH Clemens