Track
MIDI track.
Classes
Track([events])
Class representing a MIDI track.
A MIDI track is a sequence of MIDI events. It starts with a header chunk and ends with a end of track meta message.
Initialize a track.
Read a track from a stream.
Write a track to bytes.
Write a track to a stream.
Returns the number of bytes written.