aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-28NukeYkt has allowed to license his emulator under LGPL 2.1+Vitaly Novichkov
2018-06-26Don't busy chip channels with blank notes!Vitaly Novichkov
2018-06-26Changed logic to identify percussion instrument in the goodness calculatorVitaly Novichkov
2018-06-25VLC Plugin: more controls!Vitaly Novichkov
2018-06-25Fixed missing refresh of 4-op channels countVitaly Novichkov
2018-06-25Fixed compilation on AndroidVitaly Novichkov
2018-06-25Use size_t instead of uint64_t on devices cacheVitaly Novichkov
2018-06-25Fixed build with disabled embedded banksVitaly Novichkov
2018-06-25Small fix in `CopySamplesTransformed` templateVitaly Novichkov
2018-06-25Using bigger integers for math in some placesVitaly Novichkov
2018-06-24Fix MSVC warningsVitaly Novichkov
2018-06-24Also small refactoringVitaly Novichkov
2018-06-24MIDI Sequencer: Clean code from some of old commentsVitaly Novichkov
2018-06-24Continue clean-up and fix the multi-device supportVitaly Novichkov
2018-06-24OPL3: Rename `m_pit` into `m_keyBlockFNumCache`Vitaly Novichkov
2018-06-24OPL3: Rename "touchReal" into "touchNote"Vitaly Novichkov
2018-06-24[Experimental] Big re-factoring of internals and clean-upVitaly Novichkov
2018-06-24Make CMF files sound more correctlyVitaly Novichkov
2018-06-23Little clean-up and beautifyVitaly Novichkov
2018-06-23glide: handle for all the midi channelsJP Cimalando
2018-06-23Added support for CC67-SoftPedalVitaly Novichkov
2018-06-23Small clean-up of the MIDI sequencer's codeVitaly Novichkov
2018-06-23MidiSequencer: Some another refactoring of function namesVitaly Novichkov
2018-06-23Another Watcom build fix, however, it doesn't fixes stack-related troublesVitaly Novichkov
2018-06-23Implement a workaround for crashing Watcom compilerVitaly Novichkov
2018-06-23Fix Watcom compilation of file_reader.hppVitaly Novichkov
2018-06-23Added CC66 Sostenuto support!Vitaly Novichkov
2018-06-23GS way of custom drum channels now is working!Vitaly Novichkov
2018-06-23Added little documentation for the sequencer event hooksVitaly Novichkov
2018-06-22Added some TODOsVitaly Novichkov
2018-06-22Added support for synthesizer modeVitaly Novichkov
2018-06-22Fix the typo in "Caught" word in debug messagesVitaly Novichkov
2018-06-22Sequencer: give SysEx events have highest priority while re-orderingVitaly Novichkov
2018-06-22Use Generic volume model by default when VM value has received some junkVitaly Novichkov
2018-06-22Added some debug message hooks into SysEx processorsVitaly Novichkov
2018-06-22Move `opl.Touch_Real()` call out of volume model switchVitaly Novichkov
2018-06-22simplify the volume formulaJP Cimalando
2018-06-22Yamaha XG resetJP Cimalando
2018-06-22handle MIDI master volumeJP Cimalando
2018-06-22handle sysex resetsJP Cimalando
2018-06-22Portamento must use previously played note in a channel like S-YXG50 doesVitaly Novichkov
2018-06-21Attempt to fix MSVC 2015 buildVitaly Novichkov
2018-06-21SysEx: Use `size_t` for size values instead of `unsigned int`Vitaly Novichkov
2018-06-21Merge branch 'all-sysex' of git@github.com:jpcima/libADLMIDI.git into split-m...Vitaly Novichkov
2018-06-21Small clean-up in a custom bank loading functionVitaly Novichkov
2018-06-21FileReader: directly assign SET/CUR/END enum into SEEK_* macros to matchVitaly Novichkov
2018-06-21MIDI Sequencer: Small clean-upVitaly Novichkov
2018-06-21Fix MSVC build because of missing `ssize_t` typedefVitaly Novichkov
2018-06-21Fix for "NOMINMAX" redefinition warning on WindowsVitaly Novichkov
2018-06-21Attempt to fix build on WindowsVitaly Novichkov