|
@@ -116,7 +116,7 @@ static RtMidi::Api getMatchedAudioMidiAPI(const RtAudio::Api rtApi) noexcept |
|
|
#if defined(CARLA_OS_LINUX) |
|
|
#if defined(CARLA_OS_LINUX) |
|
|
return RtMidi::LINUX_ALSA; |
|
|
return RtMidi::LINUX_ALSA; |
|
|
#else |
|
|
#else |
|
|
return RtMidi::UNIX_JACK; |
|
|
|
|
|
|
|
|
return RtMidi::RTMIDI_DUMMY; |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
case RtAudio::UNIX_JACK: |
|
|
case RtAudio::UNIX_JACK: |
|
@@ -127,7 +127,7 @@ static RtMidi::Api getMatchedAudioMidiAPI(const RtAudio::Api rtApi) noexcept |
|
|
#elif defined(CARLA_OS_LINUX) |
|
|
#elif defined(CARLA_OS_LINUX) |
|
|
return RtMidi::LINUX_ALSA; |
|
|
return RtMidi::LINUX_ALSA; |
|
|
#else |
|
|
#else |
|
|
return RtMidi::UNIX_JACK; |
|
|
|
|
|
|
|
|
return RtMidi::RTMIDI_DUMMY; |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
case RtAudio::MACOSX_CORE: |
|
|
case RtAudio::MACOSX_CORE: |
|
|