Uses of Class
net.charlesames.music.ensemble.TuningMap

Packages that use TuningMap
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
 

Uses of TuningMap in net.charlesames.music.ensemble
 

Subclasses of TuningMap in net.charlesames.music.ensemble
 class TuningMapChromatic
          In a TuningMapChromatic the cents value associated with each degree independently configurable.
 class TuningMapDiatonic
          In a TuningMapDiatonic the cents value associated with any degree is the sum of a cents value associated with the letter name and the cents value associated with the accidental.
 

Methods in net.charlesames.music.ensemble that return TuningMap
 TuningMap Ensemble.getTuningMap()
          Get the tuning map.
 

Constructors in net.charlesames.music.ensemble with parameters of type TuningMap
TuningElement(TuningMap container, java.lang.String name)
          Constructor for TuningElement instances.