Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
These volume models will apply the fix of AM voices behavior
|
|
include the bug of AM instruments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help releasing sounds (like pick bass at bank 14) being not muted too fast
|
|
A silly mistake causes a wrong value of FB-CONN byte on some instruments that distorts sounding of them.
|
|
Add missing disabling macro into AdlInstrumentTester::DoNoteOff() call
|
|
|
|
Minor style fix
|
|
|
|
|
|
|
|
Also, move entire code of volume model from MIDIPlay into OPL3
|
|
|
|
|
|
(thanks to NukeYKT for a hint)
|
|
|
|
However, it's stil need to clean-up and fix gen_adldata for a correct work!
|
|
Now it uses internal real-time MIDI API instead of direct deal with banks.
|
|
|
|
#230
|
|
|
|
|
|
|
|
|
|
|
|
into wip-new-embedded-banks
|
|
|
|
This code piece should simplify a dealing with MIDI libraries
TODO: Modify some content of adl_playFormat() to use this feature
|
|
|
|
|
|
|
|
|
|
|