aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi.cpp
AgeCommit message (Collapse)Author
2025-03-29Refactored DOS supportWohlstand
2025-01-01Update copyright year for 2025Wohlstand
2024-05-11Initial implementation of Serial supportWohlstand
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function.
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
- Allow selecting every individual song of the XMI file - Allow dynamic song switch without re-opening of a file - Fixed XMI2MID converter with adding an ability to export every individual song - Added hooks for loop start and end events - Added an option to immediately stop the song processing on loop end reaching (needed to perform dynamic song switch at the loop end point)
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
Backported from libOPNMIDI
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
It's useless here, it's important for the only generator
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
Fixes #233
2020-08-24Fixed a bug of junk instruments instead of blankWohlstand
2020-08-19Use new banks database formatWohlstand
However, it's stil need to clean-up and fix gen_adldata for a correct work!
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
- Don't use rhythm mode with IMF even loaded MIDI bank asks for it - Reduce usage of old database related things
2019-07-01First working of new databaseVitaly Novichkov
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works!
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
For now, all settings are in safe, except of custom bank that getting be dropped away by CMF file that does passing of own custom instruments.
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