index
:
libADLMIDI
master
Fork of Bisqwit's OPL3 emulation library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-06-24
OPL3: Rename `m_pit` into `m_keyBlockFNumCache`
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
Readme note about CMF fix
Vitaly Novichkov
2018-06-24
Make CMF files sound more correctly
Vitaly Novichkov
2018-06-24
Readme change
Vitaly Novichkov
2018-06-24
Correct intefrace of built library
Vitaly Novichkov
2018-06-24
Small fix of VLC codec
Vitaly Novichkov
2018-06-23
VLC Plugin: Fixed SysEx passing
Vitaly Novichkov
2018-06-23
Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git
Vitaly Novichkov
2018-06-23
Little clean-up and beautify
Vitaly Novichkov
2018-06-23
Added a new line between "deviceSwitch" and "currentDevice" calls
Vitaly Novichkov
2018-06-23
Merge pull request #120 from jpcima/midichannels-count
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
Small clean-up of the MIDI sequencer's code
Vitaly Novichkov
2018-06-23
MidiSequencer: Some another refactoring of function names
Vitaly Novichkov
2018-06-23
Another Watcom build fix, however, it doesn't fixes stack-related troubles
Vitaly Novichkov
2018-06-23
Implement a workaround for crashing Watcom compiler
Vitaly Novichkov
2018-06-23
Fix Watcom compilation of file_reader.hpp
Vitaly Novichkov
2018-06-23
Small correction in the ReadME
Vitaly Novichkov
2018-06-23
Changelog notes
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-23
Added little documentation for the sequencer event hooks
Vitaly Novichkov
2018-06-22
Merge SysEx support branch and now we have experimental SysEx support!
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
Sequencer: give SysEx events have highest priority while re-ordering
Vitaly Novichkov
2018-06-22
Use Generic volume model by default when VM value has received some junk
Vitaly Novichkov
2018-06-22
Added some debug message hooks into SysEx processors
Vitaly Novichkov
2018-06-22
Move `opl.Touch_Real()` call out of volume model switch
Vitaly Novichkov
2018-06-22
simplify the volume formula
JP Cimalando
2018-06-22
Yamaha XG reset
JP Cimalando
2018-06-22
handle MIDI master volume
JP Cimalando
2018-06-22
handle sysex resets
JP Cimalando
2018-06-22
Merge branch 'split-midi-sequencer' for a future polishing of the change
Vitaly Novichkov
2018-06-22
VLC Plugin: Add missing Note-AfterTouch event support
Vitaly Novichkov
2018-06-22
Portamento must use previously played note in a channel like S-YXG50 does
Vitaly Novichkov
2018-06-22
VLC Codec: Make passing of SysEx events
Vitaly Novichkov
2018-06-22
VLC Plugin: Add missing Note-AfterTouch event support
Vitaly Novichkov
2018-06-22
Portamento must use previously played note in a channel like S-YXG50 does
Vitaly Novichkov
2018-06-22
VLC Plugin: Add missing Note-AfterTouch event support
Vitaly Novichkov
2018-06-22
Portamento must use previously played note in a channel like S-YXG50 does
Vitaly Novichkov
2018-06-21
Attempt to fix MSVC 2015 build
Vitaly Novichkov
2018-06-21
SysEx: Use `size_t` for size values instead of `unsigned int`
Vitaly Novichkov
2018-06-21
Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into split-m...
Vitaly Novichkov
2018-06-21
Small clean-up in a custom bank loading function
Vitaly Novichkov
2018-06-21
FileReader: directly assign SET/CUR/END enum into SEEK_* macros to match
Vitaly Novichkov
[next]