Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-28 | Minor fix: Don't include midi_sequencer.hpp when it's off | Wohlstand | |
2020-09-28 | MidiPlay: A small beautify | Wohlstand | |
2020-09-28 | Minor fixes of a changelog | Wohlstand | |
2020-09-28 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Wohlstand | |
2020-09-28 | Prepare for release | Wohlstand | |
2020-09-22 | Update readme | Wohlstand | |
2020-09-22 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Wohlstand | |
2020-09-22 | WinMM-Drv: fixed a minor crash | Wohlstand | |
2020-09-21 | AppVeyor: Attempt to fix the build | Wohlstand | |
2020-09-21 | WinMM-DRV: A small fix for the vanilla MinGW toolchain | Wohlstand | |
2020-09-21 | AppVeyor: Split build script by handy CMD files | Wohlstand | |
2020-09-21 | WinMM-Drv: A minor fix | Wohlstand | |
Don't call panic when synthesizer is not active | |||
2020-09-21 | WinMM-Drv: Minor fix of the build for MSVC | Wohlstand | |
2020-09-21 | WinMM-Drv: Better compatibility with older Windows | Wohlstand | |
Do link of a mingwex statically | |||
2020-09-21 | WinMM-Drv: A small fix of a menu height | Wohlstand | |
2020-09-21 | WinMM-DRV: Slightly change the wigth of 4ops combobox | Wohlstand | |
2020-09-21 | WinMM-DRV: Organize resources and use ResEdit instead of VS | Wohlstand | |
2020-09-21 | WinMM-DRV: Fixed a small typo in a "vibrato" word | Wohlstand | |
Thanks to @jpcima for a hint | |||
2020-09-21 | WinMM-DRV: Don't write a blank path line into registry | Wohlstand | |
2020-09-21 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Wohlstand | |
2020-09-21 | Added 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-18 | ADLMIDI2: Fixed an MSVC build | Wohlstand | |
However, it may work glitchy! | |||
2020-09-17 | GenAdlData: Apply the fix for DMX drums | Wohlstand | |
2020-09-16 | VLC Plugin: Added missing HMI volume models into the list | Wohlstand | |
2020-09-16 | Added old and buggy HMI volume model | Wohlstand | |
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-13 | Rename "adldata.cpp" into "inst_db.cpp" | Wohlstand | |
2020-09-13 | Rename "adldata.hh" into "oplinst.h" | Wohlstand | |
2020-09-13 | Refactor internal instrument data structures | Wohlstand | |
2020-09-13 | Small rename of AIL frequency tables | Wohlstand | |
2020-09-13 | Version 1.5 | Wohlstand | |
2020-09-13 | Move all frequency computation code from a MIDIPlay into the Synth | Wohlstand | |
2020-09-12 | Added AIL frequency model | Wohlstand | |
2020-09-12 | A small typo fix | Wohlstand | |
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-11 | A small beautify of a frequency models code | Wohlstand | |
2020-09-11 | Fixed an assert in the HMI SOS pitch bend calculator | Wohlstand | |
2020-09-11 | Make the proper frequency formula for HMI model | Wohlstand | |
2020-09-10 | Make the proper HMI volume model | Wohlstand | |
Thanks to @nukeykt for a research help! | |||
2020-09-10 | Re-compute sounding delays of all banks | Wohlstand | |
Some of instruments was computed incorrectly | |||
2020-09-10 | Fixed an accuracy of Win9X frequency model | Wohlstand | |
2020-09-09 | Small tweak of banks | Wohlstand | |
2020-09-09 | Simplify the bend passing to a frequency formula calls | Wohlstand | |
2020-09-09 | Added 9x frequency formula | Wohlstand | |
2020-09-09 | Add `s_` prefox for static frequency tables | Wohlstand | |
2020-09-09 | Remove a useless comment from here | Wohlstand | |
2020-09-09 | Added frequency tables | Wohlstand | |
For DMX and Apogee Sound System only yet, TODO: also add them for other models if that possible | |||
2020-09-08 | All silent instruments must be marked as silent! | Wohlstand | |
Fixes #233 | |||
2020-09-08 | Whoops | Wohlstand | |
2020-09-08 | Make HMI channel management being more accurate | Wohlstand | |
#223 | |||
2020-09-06 | Ouch: don't reset panning by CC121 | Wohlstand | |
2020-09-06 | Attempt to closely aproximate HMI volume model | Wohlstand | |