aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_midiplay.cpp
AgeCommit message (Expand)Author
2018-06-23Added CC66 Sostenuto support!Vitaly Novichkov
2018-06-23GS way of custom drum channels now is working!Vitaly 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-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-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-21Remove second Bend coefficientVitaly Novichkov
2018-06-21Move MIDI sequencer into completely separated classVitaly Novichkov
2018-06-20basic framework of sysex handling and sequencer supportJP Cimalando
2018-06-19avoid portamento work when no notes have it on channelJP Cimalando
2018-06-19Fixed DJGPP buildVitaly Novichkov
2018-06-19allow portamento to be updated by MIDI::TickJP Cimalando
2018-06-19polyphonic portamentoJP Cimalando
2018-06-19get chip base on level with OPNMIDIJP Cimalando
2018-06-15Give more live to very long sustaining notesVitaly Novichkov
2018-06-04new pitchbend strategyJP Cimalando
2018-06-04Fixed bend sensitivity processingVitaly Novichkov
2018-06-03BugfixesWohlstand
2018-06-02Beautify the "adlmidi_midiplay.cpp"Vitaly Novichkov
2018-06-02Remove duplicated "Poke" function callVitaly Novichkov
2018-06-02Warning fixesVitaly Novichkov
2018-06-01bank fallback on blank instrumentJP Cimalando
2018-06-01bank storage inside dynamic mapJP Cimalando
2018-05-31rewrite DMX table to occupy 8x less spaceJP Cimalando
2018-05-31rewrite the check of whether aftertouch is usedJP Cimalando
2018-05-31a small mistake fixed about maximum note numberJP Cimalando
2018-05-31Implement correct support for after-touch featureVitaly Novichkov
2018-05-31Failed attempt to move RSXX note-on to aftertouch conversionVitaly Novichkov
2018-05-31Small polishing of volume model and CMF/RSXX tempoVitaly Novichkov
2018-05-20Polishing default tempo for MIDI files are lacks the tempo eventVitaly Novichkov
2018-05-19Works and fixesVitaly Novichkov
2018-05-19OpenWatcom compilation fixVitaly Novichkov
2018-05-16storing adldata and adlinsdata in unified structuresJP Cimalando
2018-05-16make the AdlInstrumentTester a P-ImplJP Cimalando
2018-05-14Fixed DosBox emulator build with the same issue when macros not definedVitaly Novichkov
2018-05-10pitch bend sensitivity attempt #2JP Cimalando
2018-05-10meaningful handling of pitch bend sensitivityJP Cimalando
2018-05-08fix pitchbendJP Cimalando
2018-04-22implement copy for OplChannel, and move implementations in .cppJP Cimalando
2018-04-22check LocationData for null on access of vibdelayJP Cimalando
2018-04-20Put some another functions into "ADLMIDI_DISABLE_MIDI_SEQUENCER" zoneVitaly Novichkov