|
Midi Online Tools
MIDI convectors and manipulations
sequencer.php - Little online sequencer, 4 drum tracks,
4 instrument tracks, 1 bar only, result can be saved (simple mix format: serialized
post array). . .
mid2txt.php - Binary MIDI file to text (MF2T/T2MF
format) conversion
txt2mid.php - Text (MF2T/T2MF format) to binary MIDI
file conversion
mid2xml.php - Binary MIDI file to MIDI XML conversion
xml2mid.php - MIDI XML to binary MIDI file conversion
meta.php - Shows content of all meta events in the first
track of a MIDI file. These events are often used for song title, copyright informations
etc. (like ID3 tags in mp3 files).
duration.php - Show how to find the duration
of a MIDI file. uses a simple child class.
convert.php - Converts MIDI files of type 1 to type
0. uses a simple child class.
volume.php - Change the (channel) volume(s).
uses a simple child class.
trim.php - Trimming a midi file. uses a simple
child class.
mid2rttl.php Simple binary MIDI file
to RTTL ringtone conversion.
rttl2mid.php RTTL ringtone to binary
MIDI file conversion.
manipulate.php Manipulation of MIDI data (imported
MIDI file) in various ways
|
|