Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-31 | ADLMIDI2: Fixed a color reset and cursor showing | Wohlstand | |
2020-08-31 | ADLMIDI2: A proper screen clear on quit | Wohlstand | |
2020-08-31 | Remove C++ extras | Wohlstand | |
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-31 | ADLMIDI2: Turn video and puzzle bools into options | Wohlstand | |
2020-08-31 | VLC Plugin: List new volume models | Wohlstand | |
2020-08-31 | Remove an unnecessary comma at end of enums | Wohlstand | |
2020-08-31 | WOPL: New volume models | Wohlstand | |
2020-08-30 | MidiPlay: Added an ability to change the volume model | Wohlstand | |
2020-08-30 | Added "fixed" DMX and Apogee volume models | Wohlstand | |
These volume models will apply the fix of AM voices behavior | |||
2020-08-30 | Improved an accuracy of Apogee volume model | Wohlstand | |
include the bug of AM instruments | |||
2020-08-30 | Merge pull request #232 from Wohlstand/wip-new-embedded-banks | Vitaly Novichkov | |
Brand new embedded banks database format | |||
2020-08-25 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-25 | Back-port a recent update of reverb code for adlmidi2 | Wohlstand | |
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0 | |||
2020-08-25 | Back-port a recent update of reverb code for adlmidi2 | Wohlstand | |
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0 | |||
2020-08-24 | ADLMIDI2: Fixed an "bank always 0" bug | Wohlstand | |
2020-08-24 | Changelog updates | Wohlstand | |
2020-08-24 | Fixed a bug of junk instruments instead of blank | Wohlstand | |
2020-08-24 | More clean-up of old commented code | Wohlstand | |
2020-08-24 | Remove old comment | Wohlstand | |
2020-08-24 | Fixed a small warning | Wohlstand | |
2020-08-24 | gen_adldata: rename some *X suffixes | Wohlstand | |
As old calls has been removed, they no longer need to have X suffix | |||
2020-08-24 | Little clean-up of volume models code | Wohlstand | |
2020-08-24 | Another piece of removed code | Wohlstand | |
2020-08-23 | gen_adldata: Remove more old code | Wohlstand | |
2020-08-23 | gen_adldata: remove the rest of old code | Wohlstand | |
2020-08-23 | gen_adldata: Smaller release time recognizing | Wohlstand | |
This should help releasing sounds (like pick bass at bank 14) being not muted too fast | |||
2020-08-23 | gen_adldata: Fixed DMX bank importing | Wohlstand | |
A silly mistake causes a wrong value of FB-CONN byte on some instruments that distorts sounding of them. | |||
2020-08-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-22 | Measurer: try to use smaller amplitude coefficient for off fade-out | Wohlstand | |
2020-08-21 | Update adlmidi_midiplay.cpp | Wohlstand | |
Add missing disabling macro into AdlInstrumentTester::DoNoteOff() call | |||
2020-08-21 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |