diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-22 18:55:08 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-22 18:55:08 +0300 |
commit | baefee8dbe094a05ae89b0f9b909d19982711dc7 (patch) | |
tree | c7375105a6822aab2d6bf1215ef969cbfeaa7ed0 /README.md | |
parent | 4779afeac68577d5ad515afdb25a07fa01038c06 (diff) | |
download | libADLMIDI-baefee8dbe094a05ae89b0f9b909d19982711dc7.tar.gz libADLMIDI-baefee8dbe094a05ae89b0f9b909d19982711dc7.tar.bz2 libADLMIDI-baefee8dbe094a05ae89b0f9b909d19982711dc7.zip |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,9 @@ The library is licensed under in it's parts LGPL 2.1+, GPL v2+, GPL v3+, and MIT * **MIDIPLAY_WAVE_ONLY** - (ON/OFF, default OFF) Build Demo MIDI player without support of real time playing. It will output into WAV only. * **WITH_ADLMIDI2** - (ON/OFF, default OFF) Build Classic ADLMIDI MIDI player (Requires SDL2 on Linux and macOS, requires pthread on Windows with MinGW, SDL doesn't required on Windows). * **WITH_VLC_PLUGIN** - (ON/OFF, default OFF) Compile VLC plugin. For now, works on Linux and VLC. Support for other platforms comming soon! +* **WITH_WINMMDRV** - (ON/OFF, default OFF) (Windows platform only) Compile the WinMM MIDI driver to use libOPNMIDI as a system MIDI device. + * **WITH_WINMMDRV_PTHREADS** - (ON/OFF, default ON) Link libwinpthreads statically (when using pthread-based builds). + * **WITH_WINMMDRV_MINGWEX** - (ON/OFF, default OFF) Link libmingwex statically (when using vanilla MinGW builds). Useful for targetting to pre-XP Windows versions. * **WITH_OLD_UTILS** - (ON/OFF, default OFF) Build old utilities to dump some bank formats, made by original creator of ADLMIDI * **EXAMPLE_SDL2_AUDIO** - (ON/OFF, default OFF) Build also a simple SDL2 demo MIDI player |