<?xml version="1.0"?>

<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->

<PropertyList>

	<path>res/Audio1.ac</path>

	<!-- Headset show/hide on Audio Control Panel(click on body) -->
	<animation>
		<type>pick</type>
		<object-name>audio_body</object-name>
		<action>
			<button>0</button>
			<binding>
				<command>property-toggle</command>
				<property>controls/audio/headset-toggle</property>
			</binding>
		</action>
	</animation>

	<!-- INT/RAD switch -->
	<animation>
		<type>pick</type>
		<object-name>audio_int_rad</object-name>
		<object-name>audio_int_rad.mark</object-name>
		<action>
			<button>0</button>
			<binding>
				<command>property-assign</command>
				<property>controls/audio/acp[1]/int-rad</property>
				<value>2</value>
			</binding>
		</action>
		<action>
			<button>1</button>
			<binding>
				<command>property-assign</command>
				<property>controls/audio/acp[1]/int-rad</property>
				<value>1</value>
			</binding>
			<mod-up>
				<binding>
					<command>property-assign</command>
					<property>controls/audio/acp[1]/int-rad</property>
					<value>0</value>
				</binding>
			</mod-up>
		</action>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_int_rad</object-name>
		<object-name>audio_int_rad.mark</object-name>
		<property>controls/audio/acp[1]/int-rad</property>
		<interpolation>
			<entry>
				<ind>0</ind>
				<dep>0</dep>
			</entry>
			<entry>
				<ind>1</ind>
				<dep>-20</dep>
			</entry>
			<entry>
				<ind>2</ind>
				<dep>20</dep>
			</entry>
		</interpolation>
		<axis>
			<object-name>audio_int_rad.axis</object-name>
		</axis>
	</animation>

	<!-- PA -->
	<animation>
		<type>pick</type>
		<object-name>audio_pa</object-name>
		<action>
			<button>0</button>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/pa</property>
				<value>1</value>
			</binding>
			<mod-up>
				<binding>
					<command>property-assign</command>
					<property>systems/audio/acp[1]/pa</property>
					<value>0</value>
				</binding>
			</mod-up>
		</action>
	</animation>
	<animation>
		<type>select</type>
		<object-name>audio_pa_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/pa</property>
						<value>1</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<!-- VHF1 -->
	<animation>
		<type>pick</type>
		<object-name>audio_call_vhf1</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value>vhf1</value>
				<condition>
					<and>
						<not-equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>vhf1</value>
						</not-equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value></value>
				<condition>
					<and>
						<equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>vhf1</value>
						</equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- VHF2 -->
	<animation>
		<type>pick</type>
		<object-name>audio_call_vhf2</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value>vhf2</value>
				<condition>
					<and>
						<not-equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>vhf2</value>
						</not-equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value></value>
				<condition>
					<and>
						<equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>vhf2</value>
						</equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- VHF3 -->
	<animation>
		<type>pick</type>
		<object-name>audio_call_vhf3</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value>vhf3</value>
				<condition>
					<and>
						<not-equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>vhf3</value>
						</not-equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value></value>
				<condition>
					<and>
						<equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>vhf3</value>
						</equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- HF1 -->
	<animation>
		<type>pick</type>
		<object-name>audio_call_hf1</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value>hf1</value>
				<condition>
					<and>
						<not-equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>hf1</value>
						</not-equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value></value>
				<condition>
					<and>
						<equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>hf1</value>
						</equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- HF2 -->
	<animation>
		<type>pick</type>
		<object-name>audio_call_hf2</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value>hf2</value>
				<condition>
					<and>
						<not-equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>hf2</value>
						</not-equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value></value>
				<condition>
					<and>
						<equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>hf2</value>
						</equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- MECH -->
	<animation>
		<type>pick</type>
		<object-name>audio_mech</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value>mech</value>
				<condition>
					<and>
						<not-equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>mech</value>
						</not-equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value></value>
				<condition>
					<and>
						<equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>mech</value>
						</equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- ATT -->
	<animation>
		<type>pick</type>
		<object-name>audio_att</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value>att</value>
				<condition>
					<and>
						<not-equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>att</value>
						</not-equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-assign</command>
				<property>systems/audio/acp[1]/call_chan</property>
				<value></value>
				<condition>
					<and>
						<equals>
							<property>systems/audio/acp[1]/call_chan</property>
							<value>att</value>
						</equals>
						<greater-than-equals>
							<property>systems/electrical/bus/dc-ess</property>
							<value>25</value>
						</greater-than-equals>
					</and>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- ON VOICE -->
	<animation>
		<type>pick</type>
		<object-name>audio_voice</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<binding>
				<command>property-toggle</command>
				<property>systems/audio/acp[1]/on_voice</property>
				<condition>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
				</condition>
			</binding>
		</action>
	</animation>

	<!-- Reception Knobs -->
	<animation>
		<type>pick</type>
		<object-name>audio_vhf1</object-name>
		<object-name>audio_vhf1_glare</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/vhf1-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vhf1-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vhf1-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_vhf2</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/vhf2-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vhf2-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vhf2-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_vhf3</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/vhf3-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vhf3-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vhf3-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_hf1</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/hf1-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/hf1-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/hf1-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_hf2</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/hf2-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/hf2-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/hf2-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_int</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/int-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/int-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/int-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_cab</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/cab-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/cab-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/cab-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_pa_rot</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/pa-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/pa-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/pa-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_vor1</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/vor1-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vor1-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vor1-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_vor2</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/vor2-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vor2-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/vor2-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_mkr</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/mkr-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/mkr-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/mkr-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_ils</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/ils-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/ils-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/ils-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_mls</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/mls-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/mls-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/mls-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_adf1</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/adf1-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/adf1-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/adf1-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<animation>
		<type>pick</type>
		<object-name>audio_adf2</object-name>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>

			<binding>
				<command>property-toggle</command>
				<property>controls/audio/acp[1]/adf2-recive</property>
			</binding>
		</action>
		<action>
			<button>3</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/adf2-volume</property>
				<step>0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
		<action>
			<button>4</button>
			<repeatable>true</repeatable>

			<binding>
				<command>property-adjust</command>
				<property>controls/audio/acp[1]/adf2-volume</property>
				<step>-0.05</step>
				<min>0</min>
				<max>1</max>
				<wrap>false</wrap>
			</binding>
		</action>
	</animation>

	<!-- Transmit Lights -->
	<animation>
		<type>select</type>
		<object-name>audio_vhf1_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/call_chan</property>
						<value type="string">vhf1</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<animation>
		<type>select</type>
		<object-name>audio_vhf2_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/call_chan</property>
						<value type="string">vhf2</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<animation>
		<type>select</type>
		<object-name>audio_vhf3_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/call_chan</property>
						<value type="string">vhf3</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<animation>
		<name>Panel lighting</name>
		<type>material</type>
		<object-name>audio_body</object-name>
		<object-name>audio_int_rad</object-name>
		<emission>
			<red>0.3</red>
			<green>0.3</green>
			<blue>0.3</blue>
			<factor-prop>sim/model/lights/dome-light</factor-prop>
		</emission>
	</animation>

	<effect>
		<inherits-from>Aircraft/A320-family/Models/Effects/cockpit-irradiance</inherits-from>
		<object-name>audio_body</object-name>
		<object-name>audio_glare</object-name>
		<object-name>audio_int_rad</object-name>
	</effect>

	<animation>
		<type>select</type>
		<object-name>audio_hf1_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/call_chan</property>
						<value type="string">hf1</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<animation>
		<type>select</type>
		<object-name>audio_hf2_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/call_chan</property>
						<value type="string">hf2</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<animation>
		<type>select</type>
		<object-name>audio_mech_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/call_chan</property>
						<value type="string">mech</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<animation>
		<type>select</type>
		<object-name>audio_att_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/call_chan</property>
						<value type="string">att</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<!-- On Voice Light -->
	<animation>
		<type>select</type>
		<object-name>audio_voice_led</object-name>
		<condition>
			<or>
				<equals>
					<property>controls/switches/annun-test</property>
					<value>1</value>
				</equals>
				<and>
					<greater-than-equals>
						<property>systems/electrical/bus/dc-ess</property>
						<value>25</value>
					</greater-than-equals>
					<equals>
						<property>systems/audio/acp[1]/on_voice</property>
						<value>1</value>
					</equals>
				</and>
			</or>
		</condition>
	</animation>

	<!-- Knob Animation -->
	<animation>
		<type>translate</type>
		<object-name>audio_vhf1</object-name>
		<object-name>audio_vhf1_glare</object-name>
		<property>controls/audio/acp[1]/vhf1-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_vhf1</object-name>
		<object-name>audio_vhf1_glare</object-name>
		<property>controls/audio/acp[1]/vhf1-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_vhf1.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_vhf2</object-name>
		<object-name>audio_vhf2_glare</object-name>
		<property>controls/audio/acp[1]/vhf2-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_vhf2</object-name>
		<object-name>audio_vhf2_glare</object-name>
		<property>controls/audio/acp[1]/vhf2-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_vhf2.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_vhf3</object-name>
		<object-name>audio_vhf3_glare</object-name>
		<property>controls/audio/acp[1]/vhf3-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_vhf3</object-name>
		<object-name>audio_vhf3_glare</object-name>
		<property>controls/audio/acp[1]/vhf3-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_vhf3.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_hf1</object-name>
		<object-name>audio_hf1_glare</object-name>
		<property>controls/audio/acp[1]/hf1-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_hf1</object-name>
		<object-name>audio_hf1_glare</object-name>
		<property>controls/audio/acp[1]/hf1-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_hf1.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_hf2</object-name>
		<object-name>audio_hf2_glare</object-name>
		<property>controls/audio/acp[1]/hf2-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_hf2</object-name>
		<object-name>audio_hf2_glare</object-name>
		<property>controls/audio/acp[1]/hf2-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_hf2.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_int</object-name>
		<object-name>audio_int_glare</object-name>
		<property>controls/audio/acp[1]/int-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_int</object-name>
		<object-name>audio_int_glare</object-name>
		<property>controls/audio/acp[1]/int-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_int.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_cab</object-name>
		<object-name>audio_cab_glare</object-name>
		<property>controls/audio/acp[1]/cab-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_cab</object-name>
		<object-name>audio_cab_glare</object-name>
		<property>controls/audio/acp[1]/cab-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_cab.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_pa_rot</object-name>
		<object-name>audio_pa_glare</object-name>
		<property>controls/audio/acp[1]/pa-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_pa_rot</object-name>
		<object-name>audio_pa_glare</object-name>
		<property>controls/audio/acp[1]/pa-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_pa_rot.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_vor1</object-name>
		<object-name>audio_vor1_glare</object-name>
		<property>controls/audio/acp[1]/vor1-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_vor1</object-name>
		<object-name>audio_vor1_glare</object-name>
		<property>controls/audio/acp[1]/vor1-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_vor1.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_vor2</object-name>
		<object-name>audio_vor2_glare</object-name>
		<property>controls/audio/acp[1]/vor2-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_vor2</object-name>
		<object-name>audio_vor2_glare</object-name>
		<property>controls/audio/acp[1]/vor2-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_vor2.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_mkr</object-name>
		<object-name>audio_mkr_glare</object-name>
		<property>controls/audio/acp[1]/mkr-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_mkr</object-name>
		<object-name>audio_mkr_glare</object-name>
		<property>controls/audio/acp[1]/mkr-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_mkr.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_ils</object-name>
		<object-name>audio_ils_glare</object-name>
		<property>controls/audio/acp[1]/ils-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_ils</object-name>
		<object-name>audio_ils_glare</object-name>
		<property>controls/audio/acp[1]/ils-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_ils.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_mls</object-name>
		<object-name>audio_mls_glare</object-name>
		<property>controls/audio/acp[1]/mls-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_mls</object-name>
		<object-name>audio_mls_glare</object-name>
		<property>controls/audio/acp[1]/mls-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_mls.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_adf1</object-name>
		<object-name>audio_adf1_glare</object-name>
		<property>controls/audio/acp[1]/adf1-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_adf1</object-name>
		<object-name>audio_adf1_glare</object-name>
		<property>controls/audio/acp[1]/adf1-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_adf1.axis</object-name>
		</axis>
	</animation>

	<animation>
		<type>translate</type>
		<object-name>audio_adf2</object-name>
		<object-name>audio_adf2_glare</object-name>
		<property>controls/audio/acp[1]/adf2-recive</property>
		<factor>0.01</factor>
		<axis>
			<x>0</x>
			<y>0</y>
			<z>1</z>
		</axis>
	</animation>
	<animation>
		<type>rotate</type>
		<object-name>audio_adf2</object-name>
		<object-name>audio_adf2_glare</object-name>
		<property>controls/audio/acp[1]/adf2-volume</property>
		<interpolation>
			<entry><ind>0</ind><dep>-129</dep></entry>
			<entry><ind>1</ind><dep>129</dep></entry>
		</interpolation>
		<axis>
			<object-name>audio_adf2.axis</object-name>
		</axis>
	</animation>
</PropertyList>