RISCOS: Add a native MIDI driver
This commit is contained in:
parent
25099563f5
commit
16781df602
3 changed files with 178 additions and 0 deletions
|
@ -130,6 +130,9 @@ public:
|
|||
#if defined(__amigaos4__) || defined(__MORPHOS__)
|
||||
LINK_PLUGIN(CAMD)
|
||||
#endif
|
||||
#if defined(RISCOS)
|
||||
LINK_PLUGIN(RISCOS)
|
||||
#endif
|
||||
#if defined(MACOSX)
|
||||
LINK_PLUGIN(COREAUDIO)
|
||||
LINK_PLUGIN(COREMIDI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue