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

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

Uses of TuningMapChromatic in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return TuningMapChromatic
static TuningMapChromatic TuningMapChromatic.fromXmlNode(org.w3c.dom.Element element, Ensemble container)
          Create a new TuningMapChromatic instance from information in an XML element.
 

Methods in net.charlesames.music.ensemble with parameters of type TuningMapChromatic
static TuningElementDegree TuningElementDegree.fromXmlNode(org.w3c.dom.Element element, TuningMapChromatic container)
          Create a new Choir instance and fill it with loaded data.
 

Constructors in net.charlesames.music.ensemble with parameters of type TuningMapChromatic
TuningElementDegree(TuningMapChromatic container, Degree degree)
          Constructor for TuningElementDegree instances.