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

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

Uses of TuningElementInflection in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return TuningElementInflection
 TuningElementInflection TuningMapDiatonic.createTuningElement(Inflection inflection)
          Create a TuningElementInflection instance mapping the indicated inflection to a cents displacement from the unison.
static TuningElementInflection TuningElementInflection.fromXmlNode(org.w3c.dom.Element element, TuningMapDiatonic container)
          Create a new TuningElementInflection instance and fill it with loaded data.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type TuningElementInflection
 java.util.SortedMap<java.lang.String,TuningElementInflection> TuningMapDiatonic.getInflections()
          Get the collection of TuningElementInflection instances.