aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-31ADLMIDI2: Fixed a color reset and cursor showingWohlstand
2020-08-31ADLMIDI2: A proper screen clear on quitWohlstand
2020-08-31Remove C++ extrasWohlstand
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-31ADLMIDI2: Turn video and puzzle bools into optionsWohlstand
2020-08-31VLC Plugin: List new volume modelsWohlstand
2020-08-31Remove an unnecessary comma at end of enumsWohlstand
2020-08-31WOPL: New volume modelsWohlstand
2020-08-30MidiPlay: Added an ability to change the volume modelWohlstand
2020-08-30Added "fixed" DMX and Apogee volume modelsWohlstand
These volume models will apply the fix of AM voices behavior
2020-08-30Improved an accuracy of Apogee volume modelWohlstand
include the bug of AM instruments
2020-08-30Merge pull request #232 from Wohlstand/wip-new-embedded-banksVitaly Novichkov
Brand new embedded banks database format
2020-08-25Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-25Back-port a recent update of reverb code for adlmidi2Wohlstand
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0
2020-08-25Back-port a recent update of reverb code for adlmidi2Wohlstand
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0
2020-08-24ADLMIDI2: Fixed an "bank always 0" bugWohlstand
2020-08-24Changelog updatesWohlstand
2020-08-24Fixed a bug of junk instruments instead of blankWohlstand
2020-08-24More clean-up of old commented codeWohlstand
2020-08-24Remove old commentWohlstand
2020-08-24Fixed a small warningWohlstand
2020-08-24gen_adldata: rename some *X suffixesWohlstand
As old calls has been removed, they no longer need to have X suffix
2020-08-24Little clean-up of volume models codeWohlstand
2020-08-24Another piece of removed codeWohlstand
2020-08-23gen_adldata: Remove more old codeWohlstand
2020-08-23gen_adldata: remove the rest of old codeWohlstand
2020-08-23gen_adldata: Smaller release time recognizingWohlstand
This should help releasing sounds (like pick bass at bank 14) being not muted too fast
2020-08-23gen_adldata: Fixed DMX bank importingWohlstand
A silly mistake causes a wrong value of FB-CONN byte on some instruments that distorts sounding of them.
2020-08-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-22Measurer: try to use smaller amplitude coefficient for off fade-outWohlstand
2020-08-21Update adlmidi_midiplay.cppWohlstand
Add missing disabling macro into AdlInstrumentTester::DoNoteOff() call
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21Update adlmidi_midiplay.cppWohlstand
Minor style fix
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21gen_adldata: Fixed an incorrect detune parsing from WOPL filesWohlstand
2020-08-21Replace the second voice formulaWohlstand
2020-08-21More accurate DMX volume modelWohlstand
Also, move entire code of volume model from MIDIPlay into OPL3
2020-08-21MUS2MID: Use 100 default volume level for more accurate resultWohlstand
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21Make DMX volume model be more accurateWohlstand
(thanks to NukeYKT for a hint)
2020-08-20MidiPlay: Tune out the printing delayWohlstand
2020-08-20MidiPlay: Fixed too big time print delayWohlstand
on emulated playback
2020-08-20MidiPlay: Fixed too big time print delayWohlstand
on emulated playback
2020-08-20Rebuild cacheWohlstand
2020-08-20gen_adldata: First step of old code clean-upWohlstand
Verify that all code here is in safe
2020-08-19Use new banks database formatWohlstand
However, it's stil need to clean-up and fix gen_adldata for a correct work!
2020-08-19CPP Extras: Simplify instrument testerWohlstand
Now it uses internal real-time MIDI API instead of direct deal with banks.
2020-08-16Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-16Merge branch 'master' of github.com:Wohlstand/libADLMIDIWohlstand
2020-08-16Tuned the work on hardware OPL3 chipWohlstand
#230
2020-08-10VLC Plugin: Add persistent 2x gain for outputWohlstand