aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2020-09-22Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitWohlstand
2020-09-22WinMM-Drv: fixed a minor crashWohlstand
2020-09-21WinMM-DRV: A small fix for the vanilla MinGW toolchainWohlstand
2020-09-21WinMM-Drv: A minor fixWohlstand
Don't call panic when synthesizer is not active
2020-09-21WinMM-Drv: Minor fix of the build for MSVCWohlstand
2020-09-21WinMM-Drv: Better compatibility with older WindowsWohlstand
Do link of a mingwex statically
2020-09-21WinMM-Drv: A small fix of a menu heightWohlstand
2020-09-21WinMM-DRV: Slightly change the wigth of 4ops comboboxWohlstand
2020-09-21WinMM-DRV: Organize resources and use ResEdit instead of VSWohlstand
2020-09-21WinMM-DRV: Fixed a small typo in a "vibrato" wordWohlstand
Thanks to @jpcima for a hint
2020-09-21WinMM-DRV: Don't write a blank path line into registryWohlstand
2020-09-21Added WinMM driver for windows (#236)Vitaly Novichkov
* ADLMIDI2: Fixed an MSVC build However, it may work glitchy! * Experimental WinMM MIDI driver TODO: Make a control panel to configure the driver * WinMM-DRV: A workaround for older MinGW * WinMM-DRV: WIP control panel appled / tool * WinMM-DRV: Better test a driver's work * WinMM-DRV: More progress on a control panel * WinMM-DRV: And more progress on this control panel It's almost completed, I need to make the working setup through a registry. * WinMM-DRV: Driver is almost ready However, control panel can't ping a driver to reload settings yet * WinMM-DRV: Fix the missing volume model setup * WinMM-DRV: Setup reload on the fly now work! * WinMM-DRV: Stabilize the thing * WinMM-DRV: Stabilizing * WinMM-DRV: Avoid all "setup" in names to avoid a stupid PCA thing: https://stackoverflow.com/questions/17660404/how-to-programmatically-disable-program-compatibility-assistant-in-windows-7-and * A small warning fix at the WOPL module * WinMM-DRV: Fixed some warnings * WinMM-DRV: Avoid PCA dialog on the installer * WiNMM-DRV: Make the linking of pthread being optional Required to use MinGW-w64 toolchain with the "win32" threading mode * WinMM-DRV: Receive the MODM_RESET to reset the MIDI state * WinMM-DRV: Attempt to fix a sound distorsion on song song * WinMM-Drv: Fixed a build on some older MinGW toolchains * WinMM-Drv: Fixed default settings not being loaded
2020-09-17GenAdlData: Apply the fix for DMX drumsWohlstand
2020-09-16VLC Plugin: Added missing HMI volume models into the listWohlstand
2020-09-16Added old and buggy HMI volume modelWohlstand
It's needed to make a correct sounding of music of some game soundtracks such as "Asterix & Obelix" TODO: Verify the behavior of drums, seems still being different!
2020-09-13Rename "adldata.cpp" into "inst_db.cpp"Wohlstand
2020-09-12A small typo fixWohlstand
Compared to the original documents and headers of John Miles for the proper title of his audio library. However, it also has "IBM" prefix: "IBM Audio Interface Library". Idk, is need to mention the IBM?
2020-09-06MIDIPlay: Make easier help read on DOSWohlstand
When running this thing on DOS console, make it being easier to read by adding of "press any key to continue" separator every 23 printed lines
2020-09-06Added an aproximated HMI volume modelWohlstand
2020-09-02gen_adldata: Mute non-rhythm drums in IBM filesWohlstand
2020-09-02Added Generic FM variant of Win9X volume modelWohlstand
2020-09-01Added AIL volume modelWohlstand
2020-09-01ADLMIDI2: Fixed build with disabled embedded banks modeWohlstand
2020-08-31ADLMIDI2: Fixed buildWohlstand
2020-08-31ADLMIDI2: Fixed a color reset and cursor showingWohlstand
2020-08-31ADLMIDI2: A proper screen clear on quitWohlstand
2020-08-31Remove C++ extrasWohlstand
All C++ binded features are useless since C-binded real-time MIDI API can completely replace them at all. This was a workaround for ADLMIDI2 tool.
2020-08-31ADLMIDI2: Turn video and puzzle bools into optionsWohlstand
2020-08-31VLC Plugin: List new volume modelsWohlstand
2020-08-30MidiPlay: Added an ability to change the volume modelWohlstand
2020-08-25Back-port a recent update of reverb code for adlmidi2Wohlstand
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0
2020-08-24ADLMIDI2: Fixed an "bank always 0" bugWohlstand
2020-08-24gen_adldata: rename some *X suffixesWohlstand
As old calls has been removed, they no longer need to have X suffix
2020-08-23gen_adldata: Remove more old codeWohlstand
2020-08-23gen_adldata: remove the rest of old codeWohlstand
2020-08-23gen_adldata: Smaller release time recognizingWohlstand
This should help releasing sounds (like pick bass at bank 14) being not muted too fast
2020-08-23gen_adldata: Fixed DMX bank importingWohlstand
A silly mistake causes a wrong value of FB-CONN byte on some instruments that distorts sounding of them.
2020-08-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-22Measurer: try to use smaller amplitude coefficient for off fade-outWohlstand
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21gen_adldata: Fixed an incorrect detune parsing from WOPL filesWohlstand
2020-08-21Replace the second voice formulaWohlstand
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-20MidiPlay: Tune out the printing delayWohlstand
2020-08-20MidiPlay: Fixed too big time print delayWohlstand
on emulated playback
2020-08-20MidiPlay: Fixed too big time print delayWohlstand
on emulated playback
2020-08-20gen_adldata: First step of old code clean-upWohlstand
Verify that all code here is in safe
2020-08-19Use new banks database formatWohlstand
However, it's stil need to clean-up and fix gen_adldata for a correct work!
2020-08-16Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-16Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand