Clean MIDI song
|
Previous Top Next |
This operation removes unnecessary (unused) MIDI commands before first note plays and removes repeated (identical) commands during note area.
|
|
MIDI commands during initial area before first note plays (except drum intro notes) are sorted when they are at same MIDI unit.
|
MIDI commands during initial area before first note plays are distributed by one midi unit and different unit ranges for each channel
|
(if there is enough time till first note available) so that the number of initial MIDI commands that occur at same time are reduced.
|
|
You might turn on sort/distribute completely or partly using following settings in GNMIDI.INI file:
|
[Settings]
|
MidiCleanAllowSort=1
|
MidiCleanAllowModifyTime=1
|
MidiCleanAllowDistributeInitTime=1
|
|
Some critical MIDI commands are not moved or removed (e.g. system exclusive, data controller, all controls off, RPN controller).
|
|
This operation is only usable for not more than 16 MIDI channels. If your MIDI device supports more than 16 channels and your MIDI song uses them then you should not use this function.
|
|
Check if the resulting file sounds identical to your original file.
|