PLUGINS: Remove CoreMidi hack
This commit is contained in:
parent
81cddd4e77
commit
8802184bd5
1 changed files with 1 additions and 5 deletions
|
@ -130,6 +130,7 @@ public:
|
|||
#endif
|
||||
#if defined(MACOSX)
|
||||
LINK_PLUGIN(COREAUDIO)
|
||||
LINK_PLUGIN(COREMIDI)
|
||||
#endif
|
||||
#ifdef USE_FLUIDSYNTH
|
||||
LINK_PLUGIN(FLUIDSYNTH)
|
||||
|
@ -155,11 +156,6 @@ public:
|
|||
#if defined(USE_TIMIDITY)
|
||||
LINK_PLUGIN(TIMIDITY)
|
||||
#endif
|
||||
#if defined(MACOSX)
|
||||
// Keep this at the end of the list - it takes a long time to enumerate
|
||||
// and is only for hardware midi devices
|
||||
LINK_PLUGIN(COREMIDI)
|
||||
#endif
|
||||
|
||||
// Scaler plugins
|
||||
LINK_PLUGIN(NORMAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue