Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-10-05 | Improved CMF support | Wohlstand | |
- Added missing transpose, depth control, and song marker controllers | |||
2023-06-16 | Added workaround for the recent Vita SDK update | Wohlstand | |
2023-05-14 | midi_sequencer_impl.hpp: Remove actually unused local variable | Wohlstand | |
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
2022-12-01 | Sequencer: Fixed the sign comparison warning | Wohlstand | |
2022-11-29 | More robust EA-MUS detection/parsing | Wohlstand | |
by https://github.com/dashodanger https://github.com/Wohlstand/BW_Midi_Sequencer/pull/7 | |||
2022-10-25 | XMI2MIDI: Optimised the algorithm for multiple songs | Wohlstand | |
2022-10-17 | Improved the multi-song XMI support | Wohlstand | |
- 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-05 | Updated copyright year for 2022 | Wohlstand | |
2021-11-20 | Another small fix | Wohlstand | |
2021-11-20 | Fixed memory damages and crashes while playing XMI files | Wohlstand | |
2021-11-19 | Send CC123 after passing loop end | Wohlstand | |
This should resolve the problem of un-closed notes caused by bad placement of loop end, or after XMI files (#160) | |||
2021-10-25 | Updated the midi sequencer code | Wohlstand | |
2021-07-18 | Synchronize the MIDI Sequencer with mainstream | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2020-11-26 | Fixed IMF playing because of last data row miss | Wohlstand | |
2020-09-03 | Fixed an incorrect logic of CC121 | Wohlstand | |
Issue #227 | |||
2020-01-17 | Update copyright year | Wohlstand | |
2019-12-11 | MidiSequencer: apply recent typo fixes and a clean-up | Wohlstand | |
2019-12-03 | MidiSequencer: Added PCM streaming code | Wohlstand | |
This code piece should simplify a dealing with MIDI libraries TODO: Modify some content of adl_playFormat() to use this feature | |||
2019-12-02 | MidiSequencer: Fixed possible UTF16 string length checking problems | Wohlstand | |
2019-11-15 | Sequencer: Allow playing IMF files of Type 0 | Wohlstand | |
2019-09-26 | Update MIDI Sequencer with latest copy from libOPNMIDI | Wohlstand | |
2019-01-25 | drum note length extension | JP Cimalando | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-11-01 | MIDI Sequencer: Fixed missing per-track titles | Vitaly 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-01 | MIDI Sequencer: Minor polishing | Vitaly Novichkov | |
2018-10-10 | MIDI Sequencer: remove old comments | Vitaly Novichkov | |
2018-09-30 | Sequencer: fix attempt to load CMF again in same instance | Vitaly Novichkov | |
2018-09-28 | Fixed wrong position report on hot file re-load | Vitaly Novichkov | |
When opening another file with using of same instance, the position is getting be incorrect. | |||
2018-09-19 | Added automatic detection of HMI / RPG-Maker loop format | Vitaly Novichkov | |
#175 | |||
2018-09-04 | Fix one minor MSVC warning | Vitaly Novichkov | |
2018-08-28 | sequencer: enable end silence skipping | JP Cimalando | |
2018-07-11 | Sequencer: Minor fix of comments | Vitaly Novichkov | |
2018-07-11 | Sequencer: Fixed GMF support | Vitaly Novichkov | |
2018-07-11 | Fixed Watcom build | Vitaly Novichkov | |
2018-07-11 | MIDI Sequencer: Split the loadMIDI function | Vitaly Novichkov | |
2018-07-09 | xmi: handle AIL callback trigger | JP Cimalando | |
2018-07-08 | Don't notify about of invalid loop when is no any loop tags passed | Vitaly Novichkov | |
2018-07-08 | [Experimental] Complex loop support | Vitaly Novichkov | |
2018-07-07 | exception for SMF track 0 when format != 2 | JP Cimalando | |
2018-07-07 | sequencer API to turn tracks on/off/solo | JP Cimalando | |
2018-06-25 | Fixed compilation on Android | Vitaly Novichkov | |
2018-06-25 | Using bigger integers for math in some places | Vitaly Novichkov | |
2018-06-24 | MIDI Sequencer: Clean code from some of old comments | Vitaly Novichkov | |
2018-06-24 | Continue clean-up and fix the multi-device support | Vitaly Novichkov | |
2018-06-23 | Small clean-up of the MIDI sequencer's code | Vitaly Novichkov | |
2018-06-23 | MidiSequencer: Some another refactoring of function names | Vitaly Novichkov | |