Skip to content

Releases: Kermalis/MIDIProgramSplitter

v1.1

17 May 05:38
Compare
Choose a tag to compare

GUI and FL Studio support :)

Now you can export to a .flp as well as a split .mid.
You can also read a .flp file and save the events to a .txt file for viewing.

Run the command line program with no arguments to see usage!

Version 1 I guess

22 Apr 23:26
Compare
Choose a tag to compare

To use, you need a command prompt or terminal. Arguments are inFile and outDir. Use like this:

MIDIProgramSplitter.exe "C:\Users\Kermalis\Documents\Development\GitHub\pokeemerald\sound\songs\midi\mus_vs_aqua_magma.mid" "E:\Music\MIDIs\Split Rips\RSE"

The output directory will contain the file with the same name as the input midi (it will overwrite an existing file if it's the same name). MIDIs must be Format1 for now.

The download is a Windows-x64 release but you can build the program for any environment and run it yourself.