MIDICUT is a simple command line tool designed to cut a part of a midi file and save it into a new midi file. Cuts also certain midi channels
Here are some key features of "MIDICUT":
· reads a binary midi file
· writes a binary midi file
· removes part before start time and after end time
· cut certain channels (1-16)
· important midi events are copied to start or end of midi song(e.g. note off at end) to start and end song correctly
Sometimes midi files are too large or contain parts that sound worse than
rest. This utility could be used to copy certain parts of a midi song into a new file. It needs to specify midi time of two cut points (currently seconds).
Use midifade with option -time to find time values or use a midiplayer that
shows current playing time. If you only want to cut the pauses at start or end of midi file then use simplier program miditrim.
By default midicut simply copies the full midi song. When selecting certain channels this program can also be used to copy these channels. The result will be a new song playing less channels.
What's New in This Release: [ read full changelog ]
· help for users that cannot use DOS utilities