Uses of Package
musiccreator

Classes in musiccreator used by musiccreator
Beat
          Implements the Beat class.
Chord
          Implements the Chord class.
ChordArray
          Implements the ChordArray class, which is the actual array of chords in a song.
ChordDef
          Implements the ChordDef class, which is a pattern upon which Chords are built.
DefinitionArray
           
Key
          Implements the Key class, which defines the musical concept of a key.
MidiOutputable
          Classes that implement this interface will have one public method, "outputToMidi()".
MusicXmlOutputable
          Classes that implement this interface will have one public method, "outputToMusicXml()".
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.