att.tuning

Attributes that describe tuning.
Module
Attributes
tune.Hz, tune.pname, tune.temper
tune.Hz(optional)Holds a value for cycles per second, i.e., Hertz, for a tuning reference pitch. Value is a decimal number.
tune.pname(optional)Holds the pitch name of a tuning reference pitch, i.e., the central tone of a tuning system. Value conforms to data.PITCHNAME.
tune.temper(optional)Provides an indication of the tuning system, just, for example. Value conforms to data.TEMPERAMENT.
tune.Hz(optional)Holds a value for cycles per second, i.e., Hertz, for a tuning reference pitch. Value is a decimal number.
tune.pname(optional)Holds the pitch name of a tuning reference pitch, i.e., the central tone of a tuning system. Value conforms to data.PITCHNAME.
tune.temper(optional)Provides an indication of the tuning system, just, for example. Value conforms to data.TEMPERAMENT.
Component declarations that are shared between two or more modules.
tune.Hz(optional)Holds a value for cycles per second, i.e., Hertz, for a tuning reference pitch. Value is a decimal number.
tune.pname(optional)Holds the pitch name of a tuning reference pitch, i.e., the central tone of a tuning system. Value conforms to data.PITCHNAME.
tune.temper(optional)Provides an indication of the tuning system, just, for example. Value conforms to data.TEMPERAMENT.
Available at
layerDefContainer for layer meta-information.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
layerDefContainer for layer meta-information.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Declaration
<classSpec ident="att.tuning" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe tuning.</desc>
<attList>
<attDef ident="tune.Hz" usage="opt">
<desc xml:lang="en">Holds a value for cycles per second,
<abbr>i.e.</abbr>
, Hertz, for a tuning reference pitch.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="tune.pname" usage="opt">
<desc xml:lang="en">Holds the pitch name of a tuning reference pitch,
<abbr>i.e.</abbr>
, the central tone of a tuning system.</desc>
<datatype>
<rng:ref name="data.PITCHNAME"/>
</datatype>
</attDef>
<attDef ident="tune.temper" usage="opt">
<desc xml:lang="en">Provides an indication of the tuning system,
<val>just</val>
, for example.</desc>
<datatype>
<rng:ref name="data.TEMPERAMENT"/>
</datatype>
</attDef>
</attList>
</classSpec>