Closed OPNA2608 closed 3 years ago
The detection would be fine to be the default, and then have both options:
P.S. The conflict here is because I had to comment out the code that enables the ASIO support on Windows, that doesn't work properly, unfortunately, and people complained me several problems with it:
So, I desired to disable this at all. At the same time, this is a proprietary technology that is not met by the FOSS community.
USE_VENDORED_RTMIDI
and USE_VENDORED_RTAUDIO
CMake options to disable the library detection (default value is OFF
)Good! :fox_face: :+1:
Should I port this to OPN2BankEditor or will you do that?
If you want, feel free to try :fox_face: Also please apply my patch to disable the ASIO on the OPN2 side too, it still being enabled here.
Closes #185.
find_library
&find_path
)RtAudio::getCompiledApiName
(introduced with 5.1.0), rejects the detected results if they don'tBuilds & runs on Ubuntu 18.04 with only RtAudio checked out (RtAudio is still version 5.0.0 there, so only system-RtMidi can be used). I'll test this on Darwin & a more updated Linux some time this week.
Do you want a CMake option to control this detection behaviour? If yes, what should the default value be?