Uses of Class
tactu5.Note

Uses of Note in tactu5
 

Methods in tactu5 that return Note
 Note T5Containers.getNote(int index)
           
 Note Sequence.getNote(int index)
          return a specific note of the sequence
 Note Cluster.getNote(int n)
          Return a Note, an int parameter defines its position.
 Note[] Sequence.getSequence()
          Return the internal array of Note objects.
 

Methods in tactu5 with parameters of type Note
 void T5Containers.addNote(Note inote)
           
 void Sequence.addNote(Note inote)
          Add a note to Sequence internal array.
 void Cluster.addNote(Note inote)
          Add a note to the cluster.
 Cluster Tactu5Utilities.chordGenerator(Note note, int[] mode, int[] modeDegrees, Cluster c)
           
 Sequence Tactu5Utilities.sequenceGenerator(Note note, int[] mode, int[] modeDegrees, Sequence s)
          This method generates new sequences contents.
 

Constructors in tactu5 with parameters of type Note
Cluster(Note[] inseq)
           
Sequence(Note[] inseq)