diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-11 15:33:28 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-11 15:33:28 -0500 |
commit | 6cfc54f019ea793c75c012af9c8249eac936cfac (patch) | |
tree | f19eed64e9b284136f3b802d4dee71ee24978646 /res/fmod/Metadata/Master.xml | |
parent | 456122f5f0086ed0dbe1b784266b96e9624aa8e1 (diff) | |
download | ether-6cfc54f019ea793c75c012af9c8249eac936cfac.tar.gz ether-6cfc54f019ea793c75c012af9c8249eac936cfac.tar.bz2 ether-6cfc54f019ea793c75c012af9c8249eac936cfac.zip |
Added music and lamp popping sound
Diffstat (limited to 'res/fmod/Metadata/Master.xml')
-rw-r--r-- | res/fmod/Metadata/Master.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/res/fmod/Metadata/Master.xml b/res/fmod/Metadata/Master.xml new file mode 100644 index 0000000..079cbdf --- /dev/null +++ b/res/fmod/Metadata/Master.xml | |||
@@ -0,0 +1,31 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <objects serializationModel="Studio.01.10.00"> | ||
3 | <object class="MixerMaster" id="{a028aeaa-4166-48ea-881f-bb967c81e6f1}"> | ||
4 | <property name="name"> | ||
5 | <value>Master Bus</value> | ||
6 | </property> | ||
7 | <relationship name="effectChain"> | ||
8 | <destination>{480bf308-a0a8-4b57-bf39-05901b1c854d}</destination> | ||
9 | </relationship> | ||
10 | <relationship name="panner"> | ||
11 | <destination>{9f2a6482-8e30-4527-bbcf-2b2d32c6ae9f}</destination> | ||
12 | </relationship> | ||
13 | <relationship name="mixer"> | ||
14 | <destination>{37688e44-a35f-4ff5-b69f-9a8c1994ae3e}</destination> | ||
15 | </relationship> | ||
16 | </object> | ||
17 | <object class="MixerBusEffectChain" id="{480bf308-a0a8-4b57-bf39-05901b1c854d}"> | ||
18 | <relationship name="effects"> | ||
19 | <destination>{7b588a6a-cf79-48cd-9935-54c76efe4336}</destination> | ||
20 | </relationship> | ||
21 | </object> | ||
22 | <object class="MixerBusPanner" id="{9f2a6482-8e30-4527-bbcf-2b2d32c6ae9f}"> | ||
23 | <property name="overridingOutputFormat"> | ||
24 | <value>2</value> | ||
25 | </property> | ||
26 | <property name="outputFormatOverridden"> | ||
27 | <value>true</value> | ||
28 | </property> | ||
29 | </object> | ||
30 | <object class="MixerBusFader" id="{7b588a6a-cf79-48cd-9935-54c76efe4336}"/> | ||
31 | </objects> | ||