-
PHP MIDI Parser is a PHP library for parsing MIDI files. PHP MIDI Parser allows developers to view the internal structure of a MIDI file. The library even allows extracting various meta information for later processing or for using it inside other applications. Requirements:- PHP 5.3 or Higher What's New in This Version:- First version.
-
This class can be used to compose songs and save them in MIDI format.It can compose tunes adding the tune notes with a given tempo and volume.The class can generate a file in MIDI format with a given file name.
-
This is a class for reading, writing, analyzing, modifying, creating, downloading and playing (embedding) standard MIDI files (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 ...


