att.soundLocation

Attributes that locate a sound source within 3-D space.
Module
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
instrDefMIDI instrument declaration.
MIDI component declarations.
instrDefMIDI instrument declaration.
Declaration
<classSpec ident="att.soundLocation" module="MEI.gestural" type="atts">
<desc xml:lang="en">Attributes that locate a sound source within 3-D space.</desc>
<attList>
<attDef ident="azimuth" usage="opt">
<desc xml:lang="en">The lateral or left-to-right plane.</desc>
<datatype>
<rng:ref name="data.DEGREES"/>
</datatype>
<remarks xml:lang="en">
<p>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 xml:lang="en">The above-to-below axis.</desc>
<datatype>
<rng:ref name="data.DEGREES"/>
</datatype>
<remarks xml:lang="en">
<p>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>