aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_private.hpp
AgeCommit message (Expand)Author
2018-06-24[Experimental] Big re-factoring of internals and clean-upVitaly Novichkov
2018-06-23Little clean-up and beautifyVitaly Novichkov
2018-06-23Added support for CC67-SoftPedalVitaly Novichkov
2018-06-23Added CC66 Sostenuto support!Vitaly Novichkov
2018-06-22Added support for synthesizer modeVitaly Novichkov
2018-06-22handle MIDI master volumeJP Cimalando
2018-06-22handle sysex resetsJP Cimalando
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-21Fix for "NOMINMAX" redefinition warning on WindowsVitaly Novichkov
2018-06-21Remove useless "_parent" pointer from OPL3 classVitaly Novichkov
2018-06-21Fixed build of MIDI sequencer out of pre-included private ADLMIDI's headerVitaly Novichkov
2018-06-21Move MIDI sequencer into completely separated classVitaly Novichkov
2018-06-20basic framework of sysex handling and sequencer supportJP Cimalando
2018-06-20Move file reader into the separated header fileVitaly Novichkov
2018-06-19avoid portamento work when no notes have it on channelJP Cimalando
2018-06-19allow portamento to be updated by MIDI::TickJP Cimalando
2018-06-19polyphonic portamentoJP Cimalando
2018-06-19Apply same DJGPP build fixVitaly Novichkov
2018-06-19get chip base on level with OPNMIDIJP Cimalando
2018-06-15Give more live to very long sustaining notesVitaly Novichkov
2018-06-06fix a use of uninitialized memoryJP Cimalando
2018-06-04new pitchbend strategyJP Cimalando
2018-06-04Fixed bend sensitivity processingVitaly Novichkov
2018-06-03BugfixesWohlstand
2018-06-02dynamic instrument APIJP Cimalando
2018-06-02Remove duplicated "Poke" function callVitaly Novichkov
2018-06-01bank storage inside dynamic mapJP Cimalando
2018-05-31rewrite the check of whether aftertouch is usedJP Cimalando
2018-05-31Implement correct support for after-touch featureVitaly Novichkov
2018-05-31Small polishing of volume model and CMF/RSXX tempoVitaly 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-16Move smart pointer classes into separated headerVitaly Novichkov
2018-05-16specialized hash table for bank number mappingsJP Cimalando
2018-05-14Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
2018-05-14Attempt to fix the build on MinGW without C++11Vitaly Novichkov
2018-05-10meaningful handling of pitch bend sensitivityJP Cimalando
2018-04-29Use code of adl_cvtS8 in adl_cvtU8 directlyVitaly Novichkov
2018-04-23Fixed Android buildVitaly Novichkov
2018-04-22implement copy for OplChannel, and move implementations in .cppJP Cimalando
2018-04-22fix a null problem when allocating the last user cellJP Cimalando
2018-04-20Put some another functions into "ADLMIDI_DISABLE_MIDI_SEQUENCER" zoneVitaly Novichkov
2018-04-19hard-RT: elimination of the user mapJP Cimalando
2018-04-18reformulated phys code into original map semanticsJP Cimalando
2018-04-16Merge pull request #67 from jpcima/hard-realtimeVitaly Novichkov
2018-04-16transform the note map into a fixed arrayJP Cimalando
2018-04-15add more sample typesJP Cimalando