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:
parent
ec7dfedc9f
commit
8cfe25cd65
5 changed files with 190 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue