-
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 ...


