Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-09-06 | Mention "Win9x" in a title of 2op FatMan bank | Wohlstand | |
2020-09-06 | MIDIPlay: Make easier help read on DOS | Wohlstand | |
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-06 | Added an aproximated HMI volume model | Wohlstand | |
2020-09-03 | Tweak OpenWatcom flags and scripts | Wohlstand | |
Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template | |||
2020-09-03 | Whoops: remove an unnecessary comma | Wohlstand | |
(C++98!) | |||
2020-09-03 | Fixed an incorrect logic of CC121 | Wohlstand | |
Issue #227 | |||
2020-09-02 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Wohlstand | |
2020-09-02 | When playing XMIDI files, set defaults of AIL | Wohlstand | |
- 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-02 | gen_adldata: Mute non-rhythm drums in IBM files | Wohlstand | |
2020-09-02 | Fixed the missing of custom bank settings | Wohlstand | |
2020-09-02 | Added Generic FM variant of Win9X volume model | Wohlstand | |
2020-09-02 | Fixed the "Fixed" variant of Apogee volume model | Wohlstand | |
2020-09-01 | Added AIL volume model | Wohlstand | |
2020-09-01 | ADLMIDI2: Fixed build with disabled embedded banks mode | Wohlstand | |
2020-09-01 | Changelog update | Wohlstand | |
2020-09-01 | Reduce the code duplication at OPL3::touchNote() | Wohlstand | |
2020-09-01 | Fixed Apogee volume model for 4-operator voices | Wohlstand | |
2020-09-01 | Better 9X model | Wohlstand | |
2020-09-01 | Make "minVolume" constant be constant | Wohlstand | |
2020-09-01 | Simplify the brightness code | Wohlstand | |
2020-08-31 | ADLMIDI2: Fixed build | Wohlstand | |