aboutsummaryrefslogtreecommitdiff
path: root/src/cvt_xmi2mid.hpp
AgeCommit message (Collapse)Author
2025-01-01Update copyright year for 2025Wohlstand
2024-01-07Updated copyright year to 2024Wohlstand
2023-01-03Updated copyright for 2023Wohlstand
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-20Fixed buildWohlstand
2021-11-20Fixed memory damages and crashes while playing XMI filesWohlstand
2021-01-14Updated copyright for 2021Wohlstand
2020-01-17Update copyright yearWohlstand
2019-01-05Update copyright year to 2019Vitaly Novichkov
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-08-28XMI: fix the VLQ reading procedureJP Cimalando
2018-07-08xmi: convert the RBRN block as MIDI markerJP Cimalando
2018-06-21Move MIDI sequencer into completely separated classVitaly Novichkov
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer