Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-13 | Added per-bank MT32 defaults option | Wohlstand | |
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend | |||
2021-01-24 | Added an ability to disable auto-arpeggio | Wohlstand | |
Backported from libOPNMIDI | |||
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2021-01-07 | Tune the processing of bank recognizing algorithm | Wohlstand | |
#121 | |||
2020-09-28 | Fixed some minor MSVC warnings | Wohlstand | |
2020-09-28 | Minor fix: Don't include midi_sequencer.hpp when it's off | Wohlstand | |
2020-09-21 | Added WinMM driver for windows (#236) | Vitaly Novichkov | |
* ADLMIDI2: Fixed an MSVC build However, it may work glitchy! * Experimental WinMM MIDI driver TODO: Make a control panel to configure the driver * WinMM-DRV: A workaround for older MinGW * WinMM-DRV: WIP control panel appled / tool * WinMM-DRV: Better test a driver's work * WinMM-DRV: More progress on a control panel * WinMM-DRV: And more progress on this control panel It's almost completed, I need to make the working setup through a registry. * WinMM-DRV: Driver is almost ready However, control panel can't ping a driver to reload settings yet * WinMM-DRV: Fix the missing volume model setup * WinMM-DRV: Setup reload on the fly now work! * WinMM-DRV: Stabilize the thing * WinMM-DRV: Stabilizing * WinMM-DRV: Avoid all "setup" in names to avoid a stupid PCA thing: https://stackoverflow.com/questions/17660404/how-to-programmatically-disable-program-compatibility-assistant-in-windows-7-and * A small warning fix at the WOPL module * WinMM-DRV: Fixed some warnings * WinMM-DRV: Avoid PCA dialog on the installer * WiNMM-DRV: Make the linking of pthread being optional Required to use MinGW-w64 toolchain with the "win32" threading mode * WinMM-DRV: Receive the MODM_RESET to reset the MIDI state * WinMM-DRV: Attempt to fix a sound distorsion on song song * WinMM-Drv: Fixed a build on some older MinGW toolchains * WinMM-Drv: Fixed default settings not being loaded | |||
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 | Refactor internal instrument data structures | 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-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 | Fixed an accuracy of Win9X frequency model | 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 | Whoops | Wohlstand | |
2020-09-08 | Make HMI channel management being more accurate | Wohlstand | |
#223 | |||
2020-09-06 | Added an aproximated HMI volume model | Wohlstand | |
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 | Fixed the missing of custom bank settings | 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-24 | ADLMIDI2: Fixed an "bank always 0" bug | Wohlstand | |
2020-08-24 | More clean-up of old commented code | 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 | |
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 | More accurate DMX volume model | Wohlstand | |
Also, move entire code of volume model from MIDIPlay into OPL3 | |||
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-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-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2019-07-07 | Few fixes | Vitaly Novichkov | |
- Don't use rhythm mode with IMF even loaded MIDI bank asks for it - Reduce usage of old database related things | |||
2019-02-23 | Small minor correction | Vitaly Novichkov | |
- make separated `g_channelsMap` table for panning - replace most of "magic numbers" with macros - move "BEND_COEFFICIENT" macro into the opl3 header | |||
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2019-02-22 | Give less goodness points to sustained notes | Vitaly Novichkov | |
2019-02-22 | prevent duplicate locations in users sets | JP Cimalando | |
2019-02-11 | fix `describeChannels` iteration problem on the generic list structure | JP Cimalando | |
2019-01-25 | force note-on to do immediate note killing | JP Cimalando | |
2019-01-25 | cache the extended note count per channel | JP Cimalando | |
2019-01-25 | drum note length extension | JP Cimalando | |