From 652d910f394f461ff5187d488677ea31ab2bffea Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Wed, 18 Sep 2019 08:11:25 -0400 Subject: [PATCH] Destroyed XMI to MIDI Converter (markdown) --- XMI-to-MIDI-Converter.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 XMI-to-MIDI-Converter.md diff --git a/XMI-to-MIDI-Converter.md b/XMI-to-MIDI-Converter.md deleted file mode 100644 index f6819c2..0000000 --- a/XMI-to-MIDI-Converter.md +++ /dev/null @@ -1,25 +0,0 @@ -**XMI to MIDI Converter** is a tool used to take in the .xmi file format and convert to .midi file format which can be used to convert to other formats if you so wish - -* [Download](https://drive.google.com/uc?id=1iiCVi6DJmko6GfRQcceYJtFjaUnjLW-1) - -When downloaded, place it in your game folder, and you can run it as shown below - -*Note* You can specify multiple zone short names for arguments, or just one is fine - -**Usage** - -``` -xmi_to_midi -``` - -**Converts** - -* acrylia.xmi -> acrylia.midi -* blackburrow.xmi -> blackburrow.midi -* cobaltscar.xmi -> cobaltscar.midi - -### Source - -If you're interested in the source and want to compile it yourself, it can be found here: - -* [Source Download](https://drive.google.com/open?id=15dx2yk3Llcgqer7-vz1plFOjIgVjCXwC) \ No newline at end of file