Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-02 | Fixed the "Fixed" variant of Apogee volume model | Wohlstand | |
2020-09-01 | Added AIL volume model | 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 | 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 | Remove an unnecessary comma at end of enums | Wohlstand | |
2020-08-31 | WOPL: New volume models | 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-24 | ADLMIDI2: Fixed an "bank always 0" bug | 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 | Little clean-up of volume models code | Wohlstand | |
2020-08-24 | Another piece of removed 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-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 | |
2020-08-21 | Update adlmidi_midiplay.cpp | Wohlstand | |
Minor style fix | |||
2020-08-21 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-21 | gen_adldata: Fixed an incorrect detune parsing from WOPL files | Wohlstand | |
2020-08-21 | Replace the second voice formula | Wohlstand | |
2020-08-21 | More accurate DMX volume model | Wohlstand | |
Also, move entire code of volume model from MIDIPlay into OPL3 | |||
2020-08-21 | MUS2MID: Use 100 default volume level for more accurate result | Wohlstand | |
2020-08-21 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-21 | Make DMX volume model be more accurate | Wohlstand | |
(thanks to NukeYKT for a hint) | |||
2020-08-20 | Rebuild cache | Wohlstand | |
2020-08-19 | Use new banks database format | Wohlstand | |
However, it's stil need to clean-up and fix gen_adldata for a correct work! | |||
2020-08-19 | CPP Extras: Simplify instrument tester | Wohlstand | |
Now it uses internal real-time MIDI API instead of direct deal with banks. | |||
2020-08-16 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-16 | Tuned the work on hardware OPL3 chip | Wohlstand | |
#230 | |||
2020-07-06 | Update instruments database | Wohlstand | |
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2020-01-02 | Fix a failure with the Create bank access flag | Jean Pierre Cimalando | |
2019-12-11 | MidiSequencer: apply recent typo fixes and a clean-up | Wohlstand | |
2019-12-04 | Merge branch 'wip-new-embedded-banks' of github.com:Wohlstand/libADLMIDI ↵ | Vitaly Novichkov | |
into wip-new-embedded-banks | |||
2019-12-04 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-03 | MidiSequencer: Added PCM streaming code | Wohlstand | |
This code piece should simplify a dealing with MIDI libraries TODO: Modify some content of adl_playFormat() to use this feature | |||
2019-12-02 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-02 | MidiSequencer: Fixed possible UTF16 string length checking problems | Wohlstand | |
2019-11-15 | Fixed a junk space in adlmidi_opl3.cpp | Vitaly Novichkov | |
2019-11-15 | Merge remote-tracking branch 'origin/master' into wip-new-embedded-banks | Vitaly Novichkov | |
2019-11-15 | Sequencer: Allow playing IMF files of Type 0 | Wohlstand | |
2019-09-26 | Fixed build for MSVC2013 | Wohlstand | |