Note Pair Score Player
The Rogus Note Pair Score Player provides a way to automatically play sequences
of MIDI messages. The Note Pair Score Player handles such things as scheduling
the MIDI messages and pairing the note-ons with the note-offs.
- A NotePairScore is an object which represents a
score which can be played.
- A NotePairScoreElement is
what NotePairScores are made out of.
- A ScoreCreationInfo is an
object which describes how to create a NotePairScore from a Filedata.
- A NotePairScorePlayer is an object which
can play a Score. It keeps track of the position in the Score, and
provides methods for starting, stopping, moving around, etc.