aboutsummaryrefslogtreecommitdiff
path: root/src/midi_sequencer_impl.hpp
AgeCommit message (Collapse)Author
2025-01-01Update copyright year for 2025Wohlstand
2024-01-07Updated copyright year to 2024Wohlstand
2023-10-05Improved CMF supportWohlstand
- Added missing transpose, depth control, and song marker controllers
2023-06-16Added workaround for the recent Vita SDK updateWohlstand
2023-05-14midi_sequencer_impl.hpp: Remove actually unused local variableWohlstand
2023-01-03Updated copyright for 2023Wohlstand
2022-12-01Sequencer: Fixed the sign comparison warningWohlstand
2022-11-29More robust EA-MUS detection/parsingWohlstand
by https://github.com/dashodanger https://github.com/Wohlstand/BW_Midi_Sequencer/pull/7
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-01-05Updated copyright year for 2022Wohlstand
2021-11-20Another small fixWohlstand
2021-11-20Fixed memory damages and crashes while playing XMI filesWohlstand
2021-11-19Send CC123 after passing loop endWohlstand
This should resolve the problem of un-closed notes caused by bad placement of loop end, or after XMI files (#160)
2021-10-25Updated the midi sequencer codeWohlstand
2021-07-18Synchronize the MIDI Sequencer with mainstreamWohlstand
2021-01-14Updated copyright for 2021Wohlstand
2020-11-26Fixed IMF playing because of last data row missWohlstand
2020-09-03Fixed an incorrect logic of CC121Wohlstand
Issue #227
2020-01-17Update copyright yearWohlstand
2019-12-11MidiSequencer: apply recent typo fixes and a clean-upWohlstand
2019-12-03MidiSequencer: Added PCM streaming codeWohlstand
This code piece should simplify a dealing with MIDI libraries TODO: Modify some content of adl_playFormat() to use this feature
2019-12-02MidiSequencer: Fixed possible UTF16 string length checking problemsWohlstand
2019-11-15Sequencer: Allow playing IMF files of Type 0Wohlstand
2019-09-26Update MIDI Sequencer with latest copy from libOPNMIDIWohlstand
2019-01-25drum note length extensionJP Cimalando
2019-01-05Update copyright year to 2019Vitaly Novichkov
2018-11-01MIDI Sequencer: Fixed missing per-track titlesVitaly Novichkov
Old code have allowed track titles be passed for only case debug message hook was set. Unfortunately, it's a mistake. Track titles collection must NOT depend on a debug message hook existing.
2018-11-01MIDI Sequencer: Minor polishingVitaly Novichkov
2018-10-10MIDI Sequencer: remove old commentsVitaly Novichkov
2018-09-30Sequencer: fix attempt to load CMF again in same instanceVitaly Novichkov
2018-09-28Fixed wrong position report on hot file re-loadVitaly Novichkov
When opening another file with using of same instance, the position is getting be incorrect.
2018-09-19Added automatic detection of HMI / RPG-Maker loop formatVitaly Novichkov
#175
2018-09-04Fix one minor MSVC warningVitaly Novichkov
2018-08-28sequencer: enable end silence skippingJP Cimalando
2018-07-11Sequencer: Minor fix of commentsVitaly Novichkov
2018-07-11Sequencer: Fixed GMF supportVitaly Novichkov
2018-07-11Fixed Watcom buildVitaly Novichkov
2018-07-11MIDI Sequencer: Split the loadMIDI functionVitaly Novichkov
2018-07-09xmi: handle AIL callback triggerJP Cimalando
2018-07-08Don't notify about of invalid loop when is no any loop tags passedVitaly Novichkov
2018-07-08[Experimental] Complex loop supportVitaly Novichkov
2018-07-07exception for SMF track 0 when format != 2JP Cimalando
2018-07-07sequencer API to turn tracks on/off/soloJP Cimalando
2018-06-25Fixed compilation on AndroidVitaly Novichkov
2018-06-25Using bigger integers for math in some placesVitaly Novichkov
2018-06-24MIDI Sequencer: Clean code from some of old commentsVitaly Novichkov
2018-06-24Continue clean-up and fix the multi-device supportVitaly Novichkov
2018-06-23Small clean-up of the MIDI sequencer's codeVitaly Novichkov
2018-06-23MidiSequencer: Some another refactoring of function namesVitaly Novichkov