Class Summary |
Beat |
Implements the Beat class. |
BeatArray |
A BeatArray represents the entire rhythm of a song (minus the first and
last measures, which will always be whole notes), and is used as raw
material by the SongFactory builder class. |
Chord |
Implements the Chord class. |
ChordArray |
Implements the ChordArray class, which is the actual array of chords in a
song. |
ChordArrayFactory |
Takes a BeatArray and ChordDefs as raw material and generates a ChordArray. |
ChordDef |
Implements the ChordDef class, which is a pattern upon which Chords are
built. |
DefinitionArray |
|
MusicCreatorForm |
|
Song |
Implements the Song class, which is the main product of the MusicCreator
program. |
TimeSignature |
Implements the TimeSignature class, which describes the musical time-
signature of a song. |