|
Class Summary |
| 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: "Midi" is not "MIDI" to be consistent with the naming
convention of exitsing Java classes |
| 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
Note: This class is not thread safe. |
| PartFactory |
A factory that creates Part objects |
| Score |
An encapsulation of a music score |
| ScoreFactory |
A factory that creates Score objects |