Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-06-26 | Fix loopsCount used uninitialized in LoopState::reset() | Wohlstand | |
Done by @noisecode3: https://github.com/Wohlstand/libOPNMIDI/commit/5767f32630ef22ae43f00d650793b6606823c8b0 | |||
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-05-10 | midi_sequencer.hpp: Fixed warning | Wohlstand | |
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
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-10-25 | Updated the midi sequencer code | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2020-09-03 | Whoops: remove an unnecessary comma | Wohlstand | |
(C++98!) | |||
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-09-26 | Update MIDI Sequencer with latest copy from libOPNMIDI | Wohlstand | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-11-01 | MIDI Sequencer: Minor polishing | Vitaly Novichkov | |
2018-09-19 | Added automatic detection of HMI / RPG-Maker loop format | Vitaly Novichkov | |
#175 | |||
2018-07-31 | fix some warnings | JP Cimalando | |
2018-07-11 | Sequencer: Minor fix of comments | 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 | [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-07-04 | Continue documenting, and apply some minor fixes on other files | Vitaly Novichkov | |
2018-06-21 | MIDI Sequencer: Small clean-up | Vitaly Novichkov | |
2018-06-21 | Second attempt to fix Windows build | Vitaly Novichkov | |
2018-06-21 | Move MIDI sequencer into completely separated class | Vitaly Novichkov | |
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer |