Uses of Class
c11files.calgorythmic.lab.Chord

Packages that use Chord
c11files.calgorythmic.lab This library implements Calgorythmic's basic model of musical pieces. 
 

Uses of Chord in c11files.calgorythmic.lab
 

Methods in c11files.calgorythmic.lab that return types with arguments of type Chord
 java.util.List<Chord> Part.getChords()
           
 

Methods in c11files.calgorythmic.lab with parameters of type Chord
 void Part.addChord(Chord chord)
           
 

Method parameters in c11files.calgorythmic.lab with type arguments of type Chord
 void Part.addChords(java.util.List<Chord> chords)