aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi.cpp
AgeCommit message (Expand)Author
2020-08-19Use new banks database formatWohlstand
2020-02-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-01-17Update copyright yearWohlstand
2020-01-02Fix a failure with the Create bank access flagJean Pierre Cimalando
2019-11-15Merge remote-tracking branch 'origin/master' into wip-new-embedded-banksVitaly Novichkov
2019-09-26Fixed build for MSVC2013Wohlstand
2019-07-07Few fixesVitaly Novichkov
2019-07-01First working of new databaseVitaly Novichkov
2019-02-22Rhythm-mode percussion now works!Vitaly Novichkov
2019-01-05Update copyright year to 2019Vitaly Novichkov
2019-01-05Change description to be more correctVitaly Novichkov
2018-10-09Fixed a warning with disabled MIDI sequencerVitaly Novichkov
2018-10-05typedef OPL3 as SynthJP Cimalando
2018-10-05reorganize around a lighter adlmidi_private headerJP Cimalando
2018-10-05reorganize MIDIplay codeJP Cimalando
2018-09-30Move "MaxChips" constant macro into adlmidi_private.hppVitaly Novichkov
2018-09-30TRUE Fix the 4-op channels count setupVitaly Novichkov
2018-09-30Fix the 4-op channels count setupVitaly Novichkov
2018-09-30Another CMF/IMF/RSXX playback fixVitaly Novichkov
2018-09-30Lock settings for CMF and IMF playing to don't destroy themVitaly Novichkov
2018-09-19eliminate a redundant null checkJP Cimalando
2018-09-11have consistent null checks and returnsJP Cimalando
2018-09-06access into global chip settingsJP Cimalando
2018-08-30API to return 4op channels to the original countJP Cimalando
2018-08-02add safety check for emulator switchingJP Cimalando
2018-07-31fix the gcc warning "class-memaccess"JP Cimalando
2018-07-31Merge branch 'master' into fullpanVitaly Novichkov
2018-07-30[Experimental] Partially apply fixes to kode54's pull requestWohlstand
2018-07-30Merge pull request #147 from jpcima/visibility-hiddenVitaly Novichkov
2018-07-30remove an exported function which is unusedJP Cimalando
2018-07-29Implemented optional soft panning support for the included chip emulators, di...Christopher Snowhill
2018-07-26changing synth setup without the full MIDI resetJP Cimalando
2018-07-09xmi: handle AIL callback triggerJP Cimalando
2018-07-07rename enum members for consistencyJP Cimalando
2018-07-07sequencer API to turn tracks on/off/soloJP Cimalando
2018-07-04Continue documenting, and apply some minor fixes on other filesVitaly Novichkov
2018-07-04Continue public API documenting. Almost complete.Vitaly Novichkov
2018-07-03Merge pull request #126 from jpcima/bank-embed-apiVitaly Novichkov
2018-07-03embedded bank loading API into multi-bankJP Cimalando
2018-06-28basic channel description APIJP Cimalando
2018-06-25Fixed missing refresh of 4-op channels countVitaly Novichkov
2018-06-25Small fix in `CopySamplesTransformed` templateVitaly Novichkov
2018-06-25Using bigger integers for math in some placesVitaly Novichkov
2018-06-24[Experimental] Big re-factoring of internals and clean-upVitaly Novichkov
2018-06-23Little clean-up and beautifyVitaly Novichkov
2018-06-23Implement a workaround for crashing Watcom compilerVitaly 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-21MIDI Sequencer: Small clean-upVitaly Novichkov
2018-06-21Move MIDI sequencer into completely separated classVitaly Novichkov