Wohlstand / OPL3BankEditor

A small cross-platform editor of the OPL3 FM banks of different formats (Downloads in README below)
GNU General Public License v3.0
143 stars 12 forks source link

Detect system-installed Rt* libraries #187

Closed OPNA2608 closed 3 years ago

OPNA2608 commented 3 years ago

Closes #185.

Builds & 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?

Wohlstand commented 3 years ago

The detection would be fine to be the default, and then have both options:

Wohlstand commented 3 years ago

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.

OPNA2608 commented 3 years ago
Wohlstand commented 3 years ago

Good! :fox_face: :+1:

OPNA2608 commented 3 years ago

Should I port this to OPN2BankEditor or will you do that?

Wohlstand commented 3 years ago

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.