Follow MIDI converter for classic games.
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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