index
:
libADLMIDI
master
Fork of Bisqwit's OPL3 emulation library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
adlmidi_midiplay.cpp
Age
Commit message (
Expand
)
Author
2018-11-17
Apply the same minor optimization for bender as for libOPNMIDI
Vitaly Novichkov
2018-10-05
typedef OPL3 as Synth
JP Cimalando
2018-10-05
reorganize around a lighter adlmidi_private header
JP Cimalando
2018-10-05
reorganize MIDIplay code
JP Cimalando
2018-09-30
Move "MaxChips" constant macro into adlmidi_private.hpp
Vitaly Novichkov
2018-09-30
Remove useless condition
Vitaly Novichkov
2018-09-30
Lock settings for CMF and IMF playing to don't destroy them
Vitaly Novichkov
2018-09-26
Add the competition between channels with releasing notes
Vitaly Novichkov
2018-09-26
Pay attention to releasing notes
Vitaly Novichkov
2018-09-26
Fixed the too fast killing of releasing notes
Vitaly Novichkov
2018-08-31
Fixed build: missing change on CPP Extras part
Vitaly Novichkov
2018-08-31
Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git
Vitaly Novichkov
2018-08-31
Added high tone frequency extension from OPL3-BE
Vitaly Novichkov
2018-08-30
fix a case of miscalculation and infinite loop
JP Cimalando
2018-08-27
early koff update to prevent a bad reuse of channel
JP Cimalando
2018-08-25
upgrade timing resolution to the microsecond
JP Cimalando
2018-08-02
add safety check for emulator switching
JP Cimalando
2018-07-31
fix the gcc warning "class-memaccess"
JP Cimalando
2018-07-29
Implemented optional soft panning support for the included chip emulators, di...
Christopher Snowhill
2018-07-26
changing synth setup without the full MIDI reset
JP Cimalando
2018-07-26
Merge branch 'master' into velocity-offset
Vitaly Novichkov
2018-07-25
handle correctly in case of 2op mode
JP Cimalando
2018-07-23
implement the velocity offset parameter
JP Cimalando
2018-07-23
preserve the data of operator 3-4 in internal storage, regardless of being 2o...
JP Cimalando
2018-07-16
Move missing bank notice into correct place
Vitaly Novichkov
2018-07-15
bank fallback for GS mode
JP Cimalando
2018-07-04
Merge pull request #127 from jpcima/describe-channels
Vitaly Novichkov
2018-07-03
fix indexing errors in channel description
JP Cimalando
2018-07-02
Merge pull request #124 from jpcima/describe-channels
Vitaly Novichkov
2018-07-02
color attribute for channel descriptor
JP Cimalando
2018-06-29
Fixed "Forcing int to bool" MSVC warning
Vitaly Novichkov
2018-06-28
basic channel description API
JP Cimalando
2018-06-26
Don't busy chip channels with blank notes!
Vitaly Novichkov
2018-06-26
Changed logic to identify percussion instrument in the goodness calculator
Vitaly Novichkov
2018-06-25
Fixed compilation on Android
Vitaly Novichkov
2018-06-25
Use size_t instead of uint64_t on devices cache
Vitaly Novichkov
2018-06-25
Using bigger integers for math in some places
Vitaly Novichkov
2018-06-24
Continue clean-up and fix the multi-device support
Vitaly Novichkov
2018-06-24
OPL3: Rename "touchReal" into "touchNote"
Vitaly Novichkov
2018-06-24
[Experimental] Big re-factoring of internals and clean-up
Vitaly Novichkov
2018-06-24
Make CMF files sound more correctly
Vitaly Novichkov
2018-06-23
Little clean-up and beautify
Vitaly Novichkov
2018-06-23
glide: handle for all the midi channels
JP Cimalando
2018-06-23
Added support for CC67-SoftPedal
Vitaly Novichkov
2018-06-23
Added CC66 Sostenuto support!
Vitaly Novichkov
2018-06-23
GS way of custom drum channels now is working!
Vitaly Novichkov
2018-06-22
Added some TODOs
Vitaly Novichkov
2018-06-22
Added support for synthesizer mode
Vitaly Novichkov
2018-06-22
Fix the typo in "Caught" word in debug messages
Vitaly Novichkov
2018-06-22
Use Generic volume model by default when VM value has received some junk
Vitaly Novichkov
[next]