aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi.cpp
AgeCommit message (Expand)Author
2025-03-29Refactored DOS supportWohlstand
2025-01-01Update copyright year for 2025Wohlstand
2024-05-11Initial implementation of Serial supportWohlstand
2024-01-07Updated copyright year to 2024Wohlstand
2023-05-14adlmidi.cpp: Remove the n_periodCountStereo conditionWohlstand
2023-01-03Updated copyright for 2023Wohlstand
2022-10-26Fixed typo in the function pointer declarationWohlstand
2022-10-25XMI2MIDI: Optimised the algorithm for multiple songsWohlstand
2022-10-17Improved the multi-song XMI supportWohlstand
2022-06-29Added the chip channels allocation mode optionWohlstand
2022-06-16Disable automatic arpeggio by defaultWohlstand
2022-01-05Updated copyright year for 2022Wohlstand
2021-10-25Added an ability to disable/enable the MIDI channelWohlstand
2021-10-25Added an ability to set number of loopsWohlstand
2021-01-24Added an ability to disable auto-arpeggioWohlstand
2021-01-14Updated copyright for 2021Wohlstand
2020-10-16Remove useless blocks from play and generate callsWohlstand
2020-10-16Remove the check from the MIDI playerWohlstand
2020-10-16Fixed an infinite loop caused by a zero delay valueWohlstand
2020-10-11Apply the same fix as for libOPNMIDIWohlstand
2020-09-13Refactor internal instrument data structuresWohlstand
2020-09-08All silent instruments must be marked as silent!Wohlstand
2020-08-24Fixed a bug of junk instruments instead of blankWohlstand
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