MIDI: add sndio midi backend

New sndio MIDI backend for OpenBSD written by Alexandre Ratchov.
Tested with an external MT-32 and fluidsynth.
This commit is contained in:
Jonathan Gray 2012-05-14 23:37:30 +10:00
parent ec7dfedc9f
commit 8cfe25cd65
5 changed files with 190 additions and 0 deletions

View file

@ -101,6 +101,9 @@ public:
#if defined(USE_SEQ_MIDI)
LINK_PLUGIN(SEQ)
#endif
#if defined(USE_SNDIO)
LINK_PLUGIN(SNDIO)
#endif
#if defined(__MINT__)
LINK_PLUGIN(STMIDI)
#endif