From b6a4bd237866694a81a38108cd699db0a1e926c5 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Fri, 6 Jul 2018 16:03:20 -0500 Subject: [PATCH] Created XMI to MIDI Converter (markdown) --- XMI-to-MIDI-Converter.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 XMI-to-MIDI-Converter.md diff --git a/XMI-to-MIDI-Converter.md b/XMI-to-MIDI-Converter.md new file mode 100644 index 0000000..d254060 --- /dev/null +++ b/XMI-to-MIDI-Converter.md @@ -0,0 +1,19 @@ +**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 \ No newline at end of file