This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/AircraftConfig/sound-config.xml
2019-07-22 21:17:22 +01:00

175 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright (c) 2019 Jonathan Redpath (legoboyvdlp) -->
<!-- A32X Sound Dialog -->
<PropertyList>
<name>sound-config</name>
<layout>vbox</layout>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Sound Configuration</label>
</text>
<button>
<halign>right</halign>
<pref-width>20</pref-width>
<pref-height>20</pref-height>
<legend>X</legend>
<key>Esc</key>
<binding>
<command>nasal</command>
<script>
acconfig.writeSettings();
</script>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<text>
<halign>left</halign>
<label>Engine Sounds</label>
</text>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<slider>
<halign>left</halign>
<label>Cockpit Volume</label>
<property>/systems/acconfig/options/sound/interior-volume</property>
<min>0.0</min>
<max>1.5</max>
<x>10</x>
<y>50</y>
<width>200</width>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<slider>
<halign>left</halign>
<label>Exterior Volume</label>
<property>/systems/acconfig/options/sound/exterior-volume</property>
<min>0.0</min>
<max>1.5</max>
<x>10</x>
<y>50</y>
<width>200</width>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<slider>
<halign>left</halign>
<label>Wing Volume</label>
<property>/systems/acconfig/options/sound/wing-volume</property>
<min>0.0</min>
<max>1.5</max>
<x>10</x>
<y>50</y>
<width>200</width>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<text>
<halign>left</halign>
<label>Engine Sounds</label>
</text>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<slider>
<halign>left</halign>
<label>Avionics Volume</label>
<property>/systems/acconfig/options/sound/avionics-volume</property>
<min>0.0</min>
<max>1.5</max>
<x>10</x>
<y>50</y>
<width>200</width>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<slider>
<halign>left</halign>
<label>Effects Volume</label>
<property>/systems/acconfig/options/sound/effects-volume</property>
<min>0.0</min>
<max>1.5</max>
<x>10</x>
<y>50</y>
<width>200</width>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
<slider>
<halign>left</halign>
<label>Mechanical Volume</label>
<property>/systems/acconfig/options/sound/mechanical-volume</property>
<min>0.0</min>
<max>1.5</max>
<x>10</x>
<y>50</y>
<width>200</width>
<binding>
<command>dialog-apply</command>
</binding>
</slider>
</group>
<hrule/>
<group>
<layout>hbox</layout>
<button>
<halign>left</halign>
<legend>Close</legend>
<pref-width>210</pref-width>
<binding>
<command>nasal</command>
<script>
acconfig.writeSettings();
</script>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>