A B C D G I K M N O S T V

C

Chord - Class in musiccreator
Implements the Chord class.
Chord(Beat, ChordDef) - Constructor for class musiccreator.Chord
Creates a new instance of Chord.
ChordArray - Class in musiccreator
Implements the ChordArray class, which is the actual array of chords in a song.
ChordArray() - Constructor for class musiccreator.ChordArray
Creates a new instance of ChordArray
ChordArrayFactory - Class in musiccreator
Takes a BeatArray and ChordDefs as raw material and generates a ChordArray.
ChordArrayFactory() - Constructor for class musiccreator.ChordArrayFactory
Creates a new instance of ChordArrayFactory.
ChordDef - Class in musiccreator
Implements the ChordDef class, which is a pattern upon which Chords are built.
ChordDef() - Constructor for class musiccreator.ChordDef
Creates a new instance of ChordDef; defaults to tonic
clear() - Method in class musiccreator.ChordArray
Clears the song from memory.
clear() - Method in class musiccreator.DefinitionArray
Clears the definition tree prior to loading a new one.
createChordArray(int, TimeSignature, boolean, DefinitionArray) - Method in class musiccreator.ChordArrayFactory
Creates a new instance of a ChordArray object.
createSong(TimeSignature, int, DefinitionArray) - Static method in class musiccreator.Song
Generates the song using a ChordArrayFactory

A B C D G I K M N O S T V