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-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
2018-06-21
MIDI Sequencer: Small clean-up
Vitaly Novichkov
2018-06-21
MidiPlay: print loop points in pretty format
Vitaly Novichkov
2018-06-21
Fix MSVC build because of missing `ssize_t` typedef
Vitaly Novichkov
2018-06-21
Fix for "NOMINMAX" redefinition warning on Windows
Vitaly Novichkov
2018-06-21
Attempt to fix build on Windows
Vitaly Novichkov
2018-06-21
Remove useless "_parent" pointer from OPL3 class
Vitaly Novichkov
2018-06-21
Fixed build of MIDI sequencer out of pre-included private ADLMIDI's header
Vitaly Novichkov
2018-06-21
Fix MSVC's warning C4267 in the file reader
Vitaly Novichkov
2018-06-21
Second attempt to fix Windows build
Vitaly Novichkov
2018-06-21
Attempt to fix a Windows build
Vitaly Novichkov
2018-06-21
Fixed C++98 bulid
Vitaly Novichkov
2018-06-21
Remove second Bend coefficient
Vitaly Novichkov
2018-06-21
Move MIDI sequencer into completely separated class
Vitaly Novichkov
2018-06-20
basic framework of sysex handling and sequencer support
JP Cimalando
2018-06-20
Avoid possible failure to compile for Windows
Vitaly Novichkov
2018-06-20
Move file reader into the separated header file
Vitaly Novichkov
2018-06-20
Change version to 1.4.0 and mark it as "dev"
Vitaly Novichkov
2018-06-20
Merge branch 'master' into poly-portamento2
Vitaly Novichkov
2018-06-20
Fix tiny MSVC 2017 Win64 warning
Vitaly Novichkov
[next]