Uses of Class
musiccreator.TimeSignature

Uses of TimeSignature in musiccreator
 

Methods in musiccreator with parameters of type TimeSignature
 ChordArray ChordArrayFactory.createChordArray(int measures, TimeSignature ts, boolean useOnlyDiatonic, DefinitionArray da)
          Creates a new instance of a ChordArray object.
static Song Song.createSong(TimeSignature ts, int n, DefinitionArray da)
          Generates the song using a ChordArrayFactory
static void Song.setTimeSignature(TimeSignature ts)
          Set the time signature of the song as specified by ts
 void ChordArray.setTimeSignature(TimeSignature inTs)
          Set the time-signature of the ChordArray, used by OutputToMusicXML to know the number of beats per measure.
 

Constructors in musiccreator with parameters of type TimeSignature
BeatArray(int numMeasures, TimeSignature ts)
          Creates a new instance of BeatArray