att.soundLocation

Attributes that locate a sound source within 3-D space.
Module
MEI.gestural
Attributes
azimuth, elevation
azimuth(optional)The lateral or left-to-right plane. Value conforms to data.DEGREES.
elevation(optional)The above-to-below axis. Value conforms to data.DEGREES.
azimuth(optional)The lateral or left-to-right plane. Value conforms to data.DEGREES.
elevation(optional)The above-to-below axis. Value conforms to data.DEGREES.
Gestural component declarations.
azimuth(optional)The lateral or left-to-right plane. Value conforms to data.DEGREES.
elevation(optional)The above-to-below axis. Value conforms to data.DEGREES.
Available at
instrDef(instrument definition) – MIDI instrument declaration.
instrDef(instrument definition) – MIDI instrument declaration.
Declaration
<classSpec ident="att.soundLocation" module="MEI.gestural" type="atts">
<desc>Attributes that locate a sound source within 3-D space.</desc>
<attList org="group">
<attDef ident="azimuth" usage="opt">
<desc>The lateral or left-to-right plane.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.DEGREES" />
</datatype>
<remarks>
<p part="N">A value of 0, 360, or -360 is directly in front of the listener, while a value of 180 or -180 is directly behind.</p>
</remarks>
</attDef>
<attDef ident="elevation" usage="opt">
<desc>The above-to-below axis.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.DEGREES" />
</datatype>
<remarks>
<p part="N">A value of 0, 360, or -360 is directly above the listener, while a value of 180 or -180 is directly below.</p>
</remarks>
</attDef>
</attList>
</classSpec>