Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
For DMX and Apogee Sound System only yet, TODO: also add them for other
models if that possible
|
|
Fixes #233
|
|
|
|
#223
|
|
|
|
|
|
|
|
(C++98!)
|
|
Issue #227
|
|
|
|
- Default volume in AIL is 127
- Default pitch bend sensitivity is a full octave up, and full octave down:
MSB=12, LSB=0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|