Interface | Description |
---|---|
Content |
The requirements of a piece of described auditory content .
|
Class | Description |
---|---|
AbstractContent |
A partial encapsulation of a piece of described auditory
content
|
Chord |
A Chord is a collection of Note objects that are
rendered simultaneously
|
MidiCalculator |
A utility class for working with MIDI numbers.
|
Note |
An encapsulation of a single note in a song
|
NoteFactory |
A factory that can be used to create Note objects.
|
Orchestra |
An encapsulation of an orchestra.
|
Part |
A Part (i.e., a sequence of Content objects) in a Score.
|
PartFactory |
A factory that creates Part objects.
|
Score |
An encapsulation of a music score.
|
ScoreFactory |
A factory that creates Score objects.
|