Follow MIDI converter for classic games.
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you! Excellent project! Finally there is good console alternative to old XMI2MID. ---------------------------------------------------------------------------------------------------------- What's good there: 1. Native windows 7 x64 support. No need for dosbox/ntvdm. 2. Finally True tempo. xmi2mid was 7% faster than original tunes. 3. 960 tick rate. It's really overkill :D 4. Direct conversion to MIDI1 (separated on channels) ---------------------------------------------------------------------------------------------------------- What's still bad: 1. No multisong/events XMI support (Errors with Bad Event). (Example XMI-s in many Westwood games: Kyrandia 1-2, Dune 2; Lands of Lore. Dreamforge games: Ravenloft, Menzoberranzan...) 2. No file mask support like "scanxmi *.xmi". Have to use NT for/in methods like "for %%G in (*.xmi) do scanxmi.exe '%%G'" 3. Strange method of noteoff - velocity 127, instead of 0. 4. Doesn't support Windows XP. Needs Win version compiler fix to 4.x 5. needs latest C++ distributive. Linked to MSVCR120D.dll