Class for reading, writing, analyzing, modifying, creating, downloading and playing (embedding) standard MIDI files (*.mid, *.rmi) of type 0 or 1. MIDI songs are internally represented as lists of tracks, where each track is a list of messages, and each message is a string. The message string format is the same as the one used by the commandline tools MF2T/T2MF created by Piet van Oostrum.
The class provides methods to generate and manipulate MIDI data and to import and export binary midi files (SMF, *.mid), text in the MF2T/T2MF format and MIDI XML.
- audio toys
- mixers
- sequencers
- ringtone creators
- musical education/training
- ...
demonstrates manipulation of MIDI data (imported MIDI file) in various ways
little online sequencer, 4 drum tracks, 4 instrument tracks, 1 bar only, result can be saved (simple mix format: serialized post array).
demonstrates binary MIDI file to text (MF2T/T2MF format) conversion
demonstrates text (MF2T/T2MF format) to binary MIDI file conversion
demonstrates binary MIDI file to MIDI XML conversion
demonstrates MIDI XML to binary MIDI file conversion
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).
demonstrates how to find the duration of a MIDI file.
converts MIDI files of type 1 to type 0.
demonstrates (simple) binary MIDI file to RTTL ringtone conversion (uses the RTTL extension, see downloads).
demonstrates RTTL ringtone to binary MIDI file conversion (uses the RTTL extension, see downloads).
- MIDI Manufacturers Association (MMA)
- MMA's MIDI XML Specifications
- Recordare
- Standard MIDI File DTD: MIDI XML
- MF2T/T2MF
- MIDI-OX
- Beatnik
- midi to txt converter - Binary midi file to text (MF2T/T2MF format) conversion
- txt to midi converter - Text (MF2T/T2MF format) to binary midi file conversion
- midi to xml converter - Binary midi file to midi XML conversion
- xml to midi converter - midi XML to binary midi file conversion
- midi to rttl converter - Simple binary midi file to RTTL ringtone conversion
- rttl to midi converter - RTTL ringtone to binary midi file conversion