aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_load.cpp
AgeCommit message (Expand)Author
2018-03-31Small warning fixVitaly Novichkov
2018-03-27Fixed blank instruments fallback in multi-bank supportVitaly Novichkov
2018-03-24Added ability to disable MUS and XMI converters and MIDI SequencerVitaly Novichkov
2018-01-21Copyright year update 2018Vitaly Novichkov
2017-12-18Fixed missing applySetup() calls on bank changesWohlstand
2017-12-16Added realtime API, Experimental, not testedVitaly Novichkov
2017-11-24Merge branch 'master' into get-rid-of-backup-bufferWohlstand
2017-11-24Small bank reading error message fixWohlstand
2017-11-23Get rid of backup samples bufferWohlstand
2017-11-21Small fix of IMF length parsingWohlstand
2017-11-20Use const char* and const void* as input data typesWohlstand
2017-11-19Upgrated support for WOPL bank format to v3Wohlstand
2017-11-17Tiny beautifying, againWohlstand
2017-11-16Clean-up and beautifyingWohlstand
2017-11-14Tiny clean upWohlstand
2017-11-12libADLMIDI now is buildable under OpenWatcom except of some workaroundsWohlstand
2017-11-10Incomplete attempt to provide support for OpenWattcom compilerWohlstand
2017-11-08Fixed zero four-operators bug when using a bigger non-GM bankWohlstand
2017-11-07Fix a bug which overrides loopStart with seek destination positionWohlstand
2017-11-07Custom WOPL now supports multiple banksWohlstand
2017-11-07New API, classic ADLMIDI, and CMakeWohlstand
2017-11-05Use WOPL's bank flags to set deep tremolo and deep vibratoWohlstand
2017-11-05Tri-state for deep-tremolo/vibrato/sm/adlib-percussion modesWohlstand
2017-11-05Don't apply a too-short percussion note fix on IMF/CMF and RSXX musics.Wohlstand
2017-11-04Added default states for deep tremolo/vibrato and volume moduelsWohlstand
2017-11-04Added support for playing of Electronic Arts's MUS filesWohlstand
2017-10-31Small optimize of the IMF validatorWohlstand
2017-10-26Continue works on loop points and some clean-upWohlstand
2017-10-25Parse & validate loop events in load time than in playing timeWohlstand
2017-10-25Clean-upWohlstand
2017-10-24Fixed IMF playing!Wohlstand
2017-10-23Prepare to implement seekability - pre-parse all MIDI events before playWohlstand
2017-10-21Fixed MSVC2015 buildWohlstand
2017-10-20Fixed CMake buildWohlstand
2017-10-18Smooth finalizing, rewinding, and a bit more crash safetyWohlstand
2017-10-17EXPERIMENTAL: Support for custom banks!Wohlstand
2017-10-08Add support for WOPL banks formatWohlstand
2017-02-28Fixed wrong very long inter-note delays on 32-bit platformsWohlstand
2017-02-16Remove usage of std::shared_ptrWohlstand
2017-02-15Fixed logarithmic volumes flag and added support for XMI and MUS formatsWohlstand
2017-01-16Split adlmidi.cpp now keeps API functions onlyWohlstand