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.
@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
<staffDef>Container for staff meta-information.
<staffDef>Container for staff meta-information.
Declaration
<classSpec rend="add" 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>
<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>
<ref name="data.TEMPERAMENT"/>
</datatype>
</attDef>
</attList>
</classSpec>