aboutsummaryrefslogtreecommitdiff
path: root/utils/xmi2mid
AgeCommit message (Collapse)Author
2022-10-25xmi2mid: added an ability to explort multiple files at onceWohlstand
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)
2018-12-16Use target_* functionsFlamefire
2018-12-14CMake: Move all directory targets into root scriptWohlstand
2018-12-14Continue CMake clean-upVitaly 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-07-09provide XMI to MID conversion as toolJP Cimalando