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_load.cpp
Age
Commit message (
Expand
)
Author
2018-03-31
Small warning fix
Vitaly Novichkov
2018-03-27
Fixed blank instruments fallback in multi-bank support
Vitaly Novichkov
2018-03-24
Added ability to disable MUS and XMI converters and MIDI Sequencer
Vitaly Novichkov
2018-01-21
Copyright year update 2018
Vitaly Novichkov
2017-12-18
Fixed missing applySetup() calls on bank changes
Wohlstand
2017-12-16
Added realtime API, Experimental, not tested
Vitaly Novichkov
2017-11-24
Merge branch 'master' into get-rid-of-backup-buffer
Wohlstand
2017-11-24
Small bank reading error message fix
Wohlstand
2017-11-23
Get rid of backup samples buffer
Wohlstand
2017-11-21
Small fix of IMF length parsing
Wohlstand
2017-11-20
Use const char* and const void* as input data types
Wohlstand
2017-11-19
Upgrated support for WOPL bank format to v3
Wohlstand
2017-11-17
Tiny beautifying, again
Wohlstand
2017-11-16
Clean-up and beautifying
Wohlstand
2017-11-14
Tiny clean up
Wohlstand
2017-11-12
libADLMIDI now is buildable under OpenWatcom except of some workarounds
Wohlstand
2017-11-10
Incomplete attempt to provide support for OpenWattcom compiler
Wohlstand
2017-11-08
Fixed zero four-operators bug when using a bigger non-GM bank
Wohlstand
2017-11-07
Fix a bug which overrides loopStart with seek destination position
Wohlstand
2017-11-07
Custom WOPL now supports multiple banks
Wohlstand
2017-11-07
New API, classic ADLMIDI, and CMake
Wohlstand
2017-11-05
Use WOPL's bank flags to set deep tremolo and deep vibrato
Wohlstand
2017-11-05
Tri-state for deep-tremolo/vibrato/sm/adlib-percussion modes
Wohlstand
2017-11-05
Don't apply a too-short percussion note fix on IMF/CMF and RSXX musics.
Wohlstand
2017-11-04
Added default states for deep tremolo/vibrato and volume moduels
Wohlstand
2017-11-04
Added support for playing of Electronic Arts's MUS files
Wohlstand
2017-10-31
Small optimize of the IMF validator
Wohlstand
2017-10-26
Continue works on loop points and some clean-up
Wohlstand
2017-10-25
Parse & validate loop events in load time than in playing time
Wohlstand
2017-10-25
Clean-up
Wohlstand
2017-10-24
Fixed IMF playing!
Wohlstand
2017-10-23
Prepare to implement seekability - pre-parse all MIDI events before play
Wohlstand
2017-10-21
Fixed MSVC2015 build
Wohlstand
2017-10-20
Fixed CMake build
Wohlstand
2017-10-18
Smooth finalizing, rewinding, and a bit more crash safety
Wohlstand
2017-10-17
EXPERIMENTAL: Support for custom banks!
Wohlstand
2017-10-08
Add support for WOPL banks format
Wohlstand
2017-02-28
Fixed wrong very long inter-note delays on 32-bit platforms
Wohlstand
2017-02-16
Remove usage of std::shared_ptr
Wohlstand
2017-02-15
Fixed logarithmic volumes flag and added support for XMI and MUS formats
Wohlstand
2017-01-16
Split adlmidi.cpp now keeps API functions only
Wohlstand
[prev]