aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-18ADLMIDI2: Fixed an MSVC buildWohlstand
However, it may work glitchy!
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-13Rename "adldata.hh" into "oplinst.h"Wohlstand
2020-09-13Refactor internal instrument data structuresWohlstand
2020-09-13Small rename of AIL frequency tablesWohlstand
2020-09-13Version 1.5Wohlstand
2020-09-13Move all frequency computation code from a MIDIPlay into the SynthWohlstand
2020-09-12Added AIL frequency modelWohlstand
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-11A small beautify of a frequency models codeWohlstand
2020-09-11Fixed an assert in the HMI SOS pitch bend calculatorWohlstand
2020-09-11Make the proper frequency formula for HMI modelWohlstand
2020-09-10Make the proper HMI volume modelWohlstand
Thanks to @nukeykt for a research help!
2020-09-10Re-compute sounding delays of all banksWohlstand
Some of instruments was computed incorrectly
2020-09-10Fixed an accuracy of Win9X frequency modelWohlstand
2020-09-09Small tweak of banksWohlstand
2020-09-09Simplify the bend passing to a frequency formula callsWohlstand
2020-09-09Added 9x frequency formulaWohlstand
2020-09-09Add `s_` prefox for static frequency tablesWohlstand
2020-09-09Remove a useless comment from hereWohlstand
2020-09-09Added frequency tablesWohlstand
For DMX and Apogee Sound System only yet, TODO: also add them for other models if that possible
2020-09-08All silent instruments must be marked as silent!Wohlstand
Fixes #233
2020-09-08WhoopsWohlstand
2020-09-08Make HMI channel management being more accurateWohlstand
#223
2020-09-06Ouch: don't reset panning by CC121Wohlstand
2020-09-06Attempt to closely aproximate HMI volume modelWohlstand
2020-09-06Mention "Win9x" in a title of 2op FatMan bankWohlstand
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-03Tweak OpenWatcom flags and scriptsWohlstand
Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template
2020-09-03Whoops: remove an unnecessary commaWohlstand
(C++98!)
2020-09-03Fixed an incorrect logic of CC121Wohlstand
Issue #227
2020-09-02Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand
2020-09-02When playing XMIDI files, set defaults of AILWohlstand
- Default volume in AIL is 127 - Default pitch bend sensitivity is a full octave up, and full octave down: MSB=12, LSB=0
2020-09-02gen_adldata: Mute non-rhythm drums in IBM filesWohlstand
2020-09-02Fixed the missing of custom bank settingsWohlstand
2020-09-02Added Generic FM variant of Win9X volume modelWohlstand
2020-09-02Fixed the "Fixed" variant of Apogee volume modelWohlstand
2020-09-01Added AIL volume modelWohlstand
2020-09-01ADLMIDI2: Fixed build with disabled embedded banks modeWohlstand
2020-09-01Changelog updateWohlstand
2020-09-01Reduce the code duplication at OPL3::touchNote()Wohlstand
2020-09-01Fixed Apogee volume model for 4-operator voicesWohlstand
2020-09-01Better 9X modelWohlstand
2020-09-01Make "minVolume" constant be constantWohlstand
2020-09-01Simplify the brightness codeWohlstand
2020-08-31ADLMIDI2: Fixed buildWohlstand