More voicelines added, PlayDialogue function updated

This commit is contained in:
Timur Nizamov
2026-01-16 17:37:42 +02:00
parent 641fe43472
commit 6def60df98
66 changed files with 521 additions and 13 deletions
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c6a124544b1bffe4b98d7143af781d70
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1064f096f3015c74c943703650d7406b
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 254823b7963809f489ac39e4edfc6a46
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a122a6d15a6f1aa49893a06e3ecb16fc
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6da26a4752be7ce43a29e0e1bf247e72
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e0723bda80a360c4a954fee1242f8e6a
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a2ad72c769431494e87176ee57a9dbe5
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 477e8c72e4a98d84bb70bfb6e1399699
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 35b818bce640964478f8e964b97d2294
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a68ec6ce65a198c40a587c6e0f0c8faa
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0aa0fe8bc08f949459ac26cef320400e
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2fc4b956c3bddc841a11bec32d579b3f
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1629c3cacc79199489bb6696a90c6b74
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0322733d2ec0a5e4880d27eba19da8d4
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d8c0aa0bcbfc8724a87c386340b0c227
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 92658b78307678e4790910a8d7799650
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Binary file not shown.
@@ -284,7 +284,7 @@ public class AudioManager : MonoBehaviour
//=====//
//=====//
public void PlayDialogue(string audioTableKey, GameObject emitter = null)
public void PlayDialogue(string audioTableKey, GameObject emitter = null, float radioAmount = 0f)
{
var dialogueEvent = FMODEvents.Instance.VoiceoverAll;
@@ -303,6 +303,9 @@ public class AudioManager : MonoBehaviour
instance.set3DAttributes(FMODUnity.RuntimeUtils.To3DAttributes(emitter.gameObject));
}
// Assign the FMOD parameter value (in this case: Continous type)
instance.setParameterByName("Radio", radioAmount);
// Pin the key for programmer sound callback
GCHandle stringHandle = GCHandle.Alloc(audioTableKey);
instance.setUserData(GCHandle.ToIntPtr(stringHandle));
@@ -3,11 +3,11 @@ using UnityEngine;
public class VoiceoverTester : MonoBehaviour
{
//[Tooltip("Audio Table key")]
public string dialogueKey = "Professor/Madis_Printing2";
public string dialogueKey = "Chef/Ulrich_Terribly_Sorry1";
private void OnTriggerEnter(Collider other)
{
AudioManager.Instance.PlayDialogue(dialogueKey, gameObject);
AudioManager.Instance.PlayDialogue(dialogueKey, gameObject, 0f);
//Debug.LogError("Voiceline played (in 3D)");
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<objects serializationModel="Studio.02.03.00">
<object class="AudioFile" id="{96a9a947-abb3-42bc-b52e-d1a592db3f6d}">
<property name="assetPath">
<value>Madis_Listen_Carefully2.wav</value>
</property>
<property name="isStreaming">
<value>true</value>
</property>
<property name="frequencyInKHz">
<value>44.0999985</value>
</property>
<property name="channelCount">
<value>2</value>
</property>
<property name="length">
<value>12.986598639455782</value>
</property>
<relationship name="masterAssetFolder">
<destination>{0fbc34f9-6022-42da-8b3b-f18344a8ea0f}</destination>
</relationship>
</object>
</objects>
@@ -33,6 +33,7 @@
</relationship>
<relationship name="parameters">
<destination>{15c4dde6-c34e-48a8-a97d-7fc10bbe584d}</destination>
<destination>{dea2ce99-fbe5-475b-ad5e-86777d02345f}</destination>
</relationship>
<relationship name="banks">
<destination>{ec80a96c-f205-4a18-87f3-a3c6f162f9ae}</destination>
@@ -47,6 +48,10 @@
<relationship name="automationTracks">
<destination>{ee0ffb2a-630e-4c8c-a03f-38375a10040c}</destination>
<destination>{8be90577-d095-46f9-bed1-597fe694fc88}</destination>
<destination>{35ccba16-0d4d-4002-883d-431c63142e09}</destination>
<destination>{935c1d7f-2d8d-43d1-9782-aecdededd9e6}</destination>
<destination>{e42a3b27-847a-4076-9ee7-057e24859449}</destination>
<destination>{689be6f9-bd1b-4951-9576-a0f914d0953a}</destination>
</relationship>
<relationship name="mixerGroup">
<destination>{ca466107-01f3-4d6e-94f2-e13fec13aa35}</destination>
@@ -90,6 +95,11 @@
<destination>{fb894807-eb7f-48db-b3de-e2f5dd3322a2}</destination>
</relationship>
</object>
<object class="ParameterProxy" id="{dea2ce99-fbe5-475b-ad5e-86777d02345f}">
<relationship name="preset">
<destination>{6598e3bb-3cab-4c9a-b299-6a21926957f5}</destination>
</relationship>
</object>
<object class="EventMixerMaster" id="{ca466107-01f3-4d6e-94f2-e13fec13aa35}">
<relationship name="automators">
<destination>{c4f65873-30fe-4415-b7c3-88d6268dc0c8}</destination>
@@ -114,6 +124,26 @@
<destination>{c4f65873-30fe-4415-b7c3-88d6268dc0c8}</destination>
</relationship>
</object>
<object class="AutomationTrack" id="{35ccba16-0d4d-4002-883d-431c63142e09}">
<relationship name="automator">
<destination>{08d994ad-cdad-4542-a6c4-58bb6df0be43}</destination>
</relationship>
</object>
<object class="AutomationTrack" id="{935c1d7f-2d8d-43d1-9782-aecdededd9e6}">
<relationship name="automator">
<destination>{5e07043b-d7e0-42b4-9d57-912c0d1b3681}</destination>
</relationship>
</object>
<object class="AutomationTrack" id="{e42a3b27-847a-4076-9ee7-057e24859449}">
<relationship name="automator">
<destination>{d40c7915-f175-4fea-a13c-8d7780b159b4}</destination>
</relationship>
</object>
<object class="AutomationTrack" id="{689be6f9-bd1b-4951-9576-a0f914d0953a}">
<relationship name="automator">
<destination>{6d673de3-cbb7-4470-a421-f289a35e7ebf}</destination>
</relationship>
</object>
<object class="MixerBusEffectChain" id="{6b4a4058-0c85-4540-9028-8fb7755f7b87}">
<relationship name="effects">
<destination>{979fe415-3c15-4b68-9edc-cb367e846ea4}</destination>
@@ -124,6 +154,9 @@
<property name="length">
<value>30</value>
</property>
<relationship name="placeholder">
<destination>{96a9a947-abb3-42bc-b52e-d1a592db3f6d}</destination>
</relationship>
</object>
<object class="EventMixerGroup" id="{c0c425bb-3c91-4543-abf3-d9f840c9d155}">
<property name="volume">
@@ -148,11 +181,14 @@
</property>
<relationship name="automationCurves">
<destination>{0cd17ecd-ba0f-4155-89ce-214fdd527c27}</destination>
<destination>{43aee1a8-6a77-489d-9f2b-f9219d0c692d}</destination>
</relationship>
</object>
<object class="MixerBusEffectChain" id="{03694c0e-58e5-4436-8d96-c182fba3b37d}">
<relationship name="effects">
<destination>{a8cce9c4-852f-4a3b-833c-725a5d3c1d31}</destination>
<destination>{14bc8525-1e46-4911-ac51-73a24232a600}</destination>
<destination>{9ddfb339-d94a-4305-84a5-72f3c3690c24}</destination>
<destination>{5135b92a-f561-4d05-babd-3e71a8be37fa}</destination>
<destination>{397c84e0-67f3-4ba3-9357-66a8748eb997}</destination>
</relationship>
@@ -175,7 +211,59 @@
<destination>{0e96be9d-e8a9-4da4-8edb-a4679c62bd68}</destination>
</relationship>
</object>
<object class="AutomationCurve" id="{43aee1a8-6a77-489d-9f2b-f9219d0c692d}">
<relationship name="parameter">
<destination>{6598e3bb-3cab-4c9a-b299-6a21926957f5}</destination>
</relationship>
<relationship name="automationPoints">
<destination>{2e0d6720-43e5-4028-9357-aeb60814e468}</destination>
<destination>{29ddf87b-0c08-4052-95a9-76f8d4aed20c}</destination>
<destination>{9311efca-d988-4af0-b606-efc736c60d95}</destination>
</relationship>
</object>
<object class="MixerBusFader" id="{a8cce9c4-852f-4a3b-833c-725a5d3c1d31}" />
<object class="DistortionEffect" id="{14bc8525-1e46-4911-ac51-73a24232a600}">
<property name="level">
<value>0</value>
</property>
<relationship name="automators">
<destination>{08d994ad-cdad-4542-a6c4-58bb6df0be43}</destination>
</relationship>
</object>
<object class="MultibandEqEffect" id="{9ddfb339-d94a-4305-84a5-72f3c3690c24}">
<property name="filterTypeA">
<value>3</value>
</property>
<property name="filterTypeB">
<value>6</value>
</property>
<property name="filterTypeC">
<value>9</value>
</property>
<property name="frequencyA">
<value>5963.97363</value>
</property>
<property name="frequencyB">
<value>52.9597054</value>
</property>
<property name="frequencyC">
<value>1830.78857</value>
</property>
<property name="qualityA">
<value>0.288379312</value>
</property>
<property name="qualityB">
<value>0.267448276</value>
</property>
<property name="gainC">
<value>15.5172405</value>
</property>
<relationship name="automators">
<destination>{5e07043b-d7e0-42b4-9d57-912c0d1b3681}</destination>
<destination>{6d673de3-cbb7-4470-a421-f289a35e7ebf}</destination>
<destination>{d40c7915-f175-4fea-a13c-8d7780b159b4}</destination>
</relationship>
</object>
<object class="MultibandEqEffect" id="{5135b92a-f561-4d05-babd-3e71a8be37fa}">
<property name="frequencyA">
<value>20000</value>
@@ -214,6 +302,62 @@
<value>-50</value>
</property>
</object>
<object class="AutomationPoint" id="{2e0d6720-43e5-4028-9357-aeb60814e468}">
<property name="position">
<value>0.25039957378795946</value>
</property>
<property name="value">
<value>3.81469727e-06</value>
</property>
</object>
<object class="AutomationPoint" id="{29ddf87b-0c08-4052-95a9-76f8d4aed20c}">
<property name="position">
<value>0.99733617474693659</value>
</property>
<property name="value">
<value>-5</value>
</property>
</object>
<object class="AutomationPoint" id="{9311efca-d988-4af0-b606-efc736c60d95}">
<property name="position">
<value>0.0010587612493382743</value>
</property>
<property name="value">
<value>3</value>
</property>
</object>
<object class="Automator" id="{08d994ad-cdad-4542-a6c4-58bb6df0be43}">
<property name="nameOfPropertyBeingAutomated">
<value>level</value>
</property>
<relationship name="automationCurves">
<destination>{8eed9b61-a1b5-4778-a1d8-2b05d2f547c8}</destination>
</relationship>
</object>
<object class="Automator" id="{5e07043b-d7e0-42b4-9d57-912c0d1b3681}">
<property name="nameOfPropertyBeingAutomated">
<value>frequencyA</value>
</property>
<relationship name="automationCurves">
<destination>{178cf428-52de-4681-a22d-e42deb1c56c2}</destination>
</relationship>
</object>
<object class="Automator" id="{6d673de3-cbb7-4470-a421-f289a35e7ebf}">
<property name="nameOfPropertyBeingAutomated">
<value>gainC</value>
</property>
<relationship name="automationCurves">
<destination>{5d77be71-ed31-4a25-8079-bbf767bd7386}</destination>
</relationship>
</object>
<object class="Automator" id="{d40c7915-f175-4fea-a13c-8d7780b159b4}">
<property name="nameOfPropertyBeingAutomated">
<value>frequencyB</value>
</property>
<relationship name="automationCurves">
<destination>{01df8775-b632-4863-afd1-45b483f105c7}</destination>
</relationship>
</object>
<object class="Automator" id="{1dece227-2701-4187-bb65-1c5b75bd4953}">
<property name="nameOfPropertyBeingAutomated">
<value>frequencyA</value>
@@ -265,6 +409,42 @@
<destination>{6c2ca056-7bbe-461b-a586-132041ab41fb}</destination>
</relationship>
</object>
<object class="AutomationCurve" id="{8eed9b61-a1b5-4778-a1d8-2b05d2f547c8}">
<relationship name="parameter">
<destination>{6598e3bb-3cab-4c9a-b299-6a21926957f5}</destination>
</relationship>
<relationship name="automationPoints">
<destination>{56f62ed5-1ca0-42de-968e-f91631cc82f8}</destination>
<destination>{e473f4a9-c36f-4e77-85b0-6341bd0f8ce9}</destination>
</relationship>
</object>
<object class="AutomationCurve" id="{178cf428-52de-4681-a22d-e42deb1c56c2}">
<relationship name="parameter">
<destination>{6598e3bb-3cab-4c9a-b299-6a21926957f5}</destination>
</relationship>
<relationship name="automationPoints">
<destination>{1ce39b4e-14fc-4cae-bd6a-a8a13731d6ad}</destination>
<destination>{91792e31-b622-4147-9660-ea4e11bd7aaf}</destination>
</relationship>
</object>
<object class="AutomationCurve" id="{5d77be71-ed31-4a25-8079-bbf767bd7386}">
<relationship name="parameter">
<destination>{6598e3bb-3cab-4c9a-b299-6a21926957f5}</destination>
</relationship>
<relationship name="automationPoints">
<destination>{a5ebaa65-d7fd-4b7a-96af-5449d981512a}</destination>
<destination>{5207d923-2dbc-4f2f-974e-7aebdd88a993}</destination>
</relationship>
</object>
<object class="AutomationCurve" id="{01df8775-b632-4863-afd1-45b483f105c7}">
<relationship name="parameter">
<destination>{6598e3bb-3cab-4c9a-b299-6a21926957f5}</destination>
</relationship>
<relationship name="automationPoints">
<destination>{8a56f13f-3497-48e0-b4da-666c135a5fda}</destination>
<destination>{6c6e5506-b868-430f-9e6c-804303d2c33a}</destination>
</relationship>
</object>
<object class="AutomationCurve" id="{39d6e360-89c1-41c0-9ed0-4d7bb4206463}">
<relationship name="parameter">
<destination>{fb894807-eb7f-48db-b3de-e2f5dd3322a2}</destination>
@@ -279,7 +459,6 @@
<property name="name">
<value>SourcePos</value>
</property>
<property name="value" />
<property name="dataType">
<value>-2</value>
</property>
@@ -288,7 +467,6 @@
<property name="name">
<value>OverallGain</value>
</property>
<property name="value" />
<property name="dataType">
<value>-1</value>
</property>
@@ -617,7 +795,6 @@
<property name="name">
<value>SimOutputs</value>
</property>
<property name="value" />
<property name="dataType">
<value>0</value>
</property>
@@ -634,7 +811,6 @@
<property name="name">
<value>DistRange</value>
</property>
<property name="value" />
<property name="dataType">
<value>-6</value>
</property>
@@ -675,6 +851,76 @@
<value>false</value>
</property>
</object>
<object class="AutomationPoint" id="{56f62ed5-1ca0-42de-968e-f91631cc82f8}">
<property name="position">
<value>0.0026638252530633991</value>
</property>
<property name="value">
<value>0</value>
</property>
<property name="curveShape">
<value>0.5</value>
</property>
<property name="isSCurve">
<value>true</value>
</property>
</object>
<object class="AutomationPoint" id="{e473f4a9-c36f-4e77-85b0-6341bd0f8ce9}">
<property name="position">
<value>0.99893446989877455</value>
</property>
<property name="value">
<value>0.579999983</value>
</property>
</object>
<object class="AutomationPoint" id="{1ce39b4e-14fc-4cae-bd6a-a8a13731d6ad}">
<property name="position">
<value>0.00052938062466913714</value>
</property>
<property name="value">
<value>20000</value>
</property>
</object>
<object class="AutomationPoint" id="{91792e31-b622-4147-9660-ea4e11bd7aaf}">
<property name="position">
<value>0.99894123875066176</value>
</property>
<property name="value">
<value>6000</value>
</property>
</object>
<object class="AutomationPoint" id="{a5ebaa65-d7fd-4b7a-96af-5449d981512a}">
<property name="position">
<value>0.0015881418740074115</value>
</property>
<property name="value">
<value>0</value>
</property>
</object>
<object class="AutomationPoint" id="{5207d923-2dbc-4f2f-974e-7aebdd88a993}">
<property name="position">
<value>0.99788247750132353</value>
</property>
<property name="value">
<value>15</value>
</property>
</object>
<object class="AutomationPoint" id="{8a56f13f-3497-48e0-b4da-666c135a5fda}">
<property name="position">
<value>0</value>
</property>
<property name="value">
<value>20</value>
</property>
</object>
<object class="AutomationPoint" id="{6c6e5506-b868-430f-9e6c-804303d2c33a}">
<property name="position">
<value>0.99841185812599265</value>
</property>
<property name="value">
<value>450</value>
</property>
</object>
<object class="AutomationPoint" id="{8df74d90-b008-4439-8ce0-d97962cf406f}">
<property name="position">
<value>0</value>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<objects serializationModel="Studio.02.03.00">
<object class="ParameterPreset" id="{4c63f90f-deff-45b2-ba38-0fe73bc1ceec}">
<property name="name">
<value>Radio</value>
</property>
<relationship name="folder">
<destination>{72821a40-1f9b-449e-9f29-45c4d8800c81}</destination>
</relationship>
<relationship name="parameter">
<destination>{6598e3bb-3cab-4c9a-b299-6a21926957f5}</destination>
</relationship>
</object>
<object class="GameParameter" id="{6598e3bb-3cab-4c9a-b299-6a21926957f5}">
<property name="initialValue">
<value>0</value>
</property>
</object>
</objects>
@@ -36,12 +36,14 @@
<destination>{cdc74d93-cf68-4344-8cec-1345c20d2e14}</destination>
<destination>{40d56476-3168-4ade-8da9-00102fd1c905}</destination>
<destination>{3aea0a15-2d75-4cac-8032-d8c68b488e4d}</destination>
<destination>{47cb38f4-7a86-4203-ac84-5400c0a5daf2}</destination>
</relationship>
<relationship name="snapshotTracks">
<destination>{197ce4d8-728a-41a2-9d92-af3c33f211df}</destination>
<destination>{97770b2b-b215-4884-bf7c-ed9e49fb819b}</destination>
<destination>{05eb2434-377e-42ef-b937-325fff3ae72b}</destination>
<destination>{e7331466-5342-443d-b2f0-302f9bfb7530}</destination>
<destination>{44396d6c-07ea-4771-bb48-f0574cc3714b}</destination>
</relationship>
</object>
<object class="EventAutomatableProperties" id="{890c3380-a64a-4ab7-89f5-036bb2e3407c}">
@@ -178,7 +180,7 @@
<value>wetLevel</value>
</property>
<property name="value">
<value>-13.5</value>
<value>-18</value>
</property>
<relationship name="automatableObject">
<destination>{d00963d1-bc1e-48e6-8a9e-346bd1ed2e26}</destination>
@@ -228,6 +230,17 @@
<destination>{d00963d1-bc1e-48e6-8a9e-346bd1ed2e26}</destination>
</relationship>
</object>
<object class="SnapshotProperty" id="{47cb38f4-7a86-4203-ac84-5400c0a5daf2}">
<property name="propertyName">
<value>level</value>
</property>
<property name="value">
<value>-10</value>
</property>
<relationship name="automatableObject">
<destination>{8f07dfed-0408-459b-b546-2df529912461}</destination>
</relationship>
</object>
<object class="SnapshotTrack" id="{197ce4d8-728a-41a2-9d92-af3c33f211df}">
<relationship name="mixerStrip">
<destination>{95a057b4-7ce0-471e-96b5-2b4c636024cc}</destination>
@@ -248,6 +261,11 @@
<destination>{ce68ea24-56d6-4af5-a850-87bda0652ecc}</destination>
</relationship>
</object>
<object class="SnapshotTrack" id="{44396d6c-07ea-4771-bb48-f0574cc3714b}">
<relationship name="mixerStrip">
<destination>{7a292e97-7d25-47a5-bc9a-d0b6c76125a2}</destination>
</relationship>
</object>
<object class="ADSRModulator" id="{f11209e7-b0ec-4ed6-9edd-e42456c55a80}">
<property name="nameOfPropertyBeingModulated">
<value>snapshotIntensity</value>
@@ -36,12 +36,14 @@
<destination>{137e85de-84c7-4c8c-8b29-4708679bb454}</destination>
<destination>{379e18aa-1d8e-4454-98c0-13140e386e17}</destination>
<destination>{8ac1ef81-50a2-4aad-8cfd-f0286df55f80}</destination>
<destination>{cb8b2c71-5e27-41cf-a69b-d54a48a75731}</destination>
</relationship>
<relationship name="snapshotTracks">
<destination>{78b0fdac-d1f8-46b2-8a8d-7cd2e37f0d06}</destination>
<destination>{05351c36-023c-4dbf-a465-acd6bbd6a5ad}</destination>
<destination>{fa83a8ae-0e34-4edd-855d-0c1e4f4623a7}</destination>
<destination>{ade05f57-1b1a-42f4-b478-c0c4f28307c5}</destination>
<destination>{90072b7f-cd60-4aa3-9425-5f1a7e7f1ecf}</destination>
</relationship>
</object>
<object class="EventAutomatableProperties" id="{665d97f0-e175-49db-b925-f346383529cb}">
@@ -178,7 +180,7 @@
<value>wetLevel</value>
</property>
<property name="value">
<value>-20.5</value>
<value>-24.5</value>
</property>
<relationship name="automatableObject">
<destination>{d00963d1-bc1e-48e6-8a9e-346bd1ed2e26}</destination>
@@ -228,6 +230,17 @@
<destination>{d00963d1-bc1e-48e6-8a9e-346bd1ed2e26}</destination>
</relationship>
</object>
<object class="SnapshotProperty" id="{cb8b2c71-5e27-41cf-a69b-d54a48a75731}">
<property name="propertyName">
<value>level</value>
</property>
<property name="value">
<value>-21</value>
</property>
<relationship name="automatableObject">
<destination>{8f07dfed-0408-459b-b546-2df529912461}</destination>
</relationship>
</object>
<object class="SnapshotTrack" id="{78b0fdac-d1f8-46b2-8a8d-7cd2e37f0d06}">
<relationship name="mixerStrip">
<destination>{95a057b4-7ce0-471e-96b5-2b4c636024cc}</destination>
@@ -248,6 +261,11 @@
<destination>{69ee688f-dc4e-4df2-a125-df79ed93217e}</destination>
</relationship>
</object>
<object class="SnapshotTrack" id="{90072b7f-cd60-4aa3-9425-5f1a7e7f1ecf}">
<relationship name="mixerStrip">
<destination>{7a292e97-7d25-47a5-bc9a-d0b6c76125a2}</destination>
</relationship>
</object>
<object class="ADSRModulator" id="{6232ccfb-8b32-4b92-884c-63d7b397f6da}">
<property name="nameOfPropertyBeingModulated">
<value>snapshotIntensity</value>
@@ -36,12 +36,14 @@
<destination>{cc9f9536-8dcc-40ef-b491-1437ec79ace1}</destination>
<destination>{7cb30798-6379-4bc2-8e55-5e497ab55c42}</destination>
<destination>{3579063e-d9b7-4bae-aed0-5e5b9c67a681}</destination>
<destination>{58bbc2f0-1371-438b-beeb-0cf2c1f242c6}</destination>
</relationship>
<relationship name="snapshotTracks">
<destination>{7ea88416-9e28-42dd-a119-a396b05b6155}</destination>
<destination>{26e88dc7-0ae8-4ca9-bc1c-d42478cb07b3}</destination>
<destination>{057b7bc5-730f-4d28-9cbc-63c0f429aab1}</destination>
<destination>{5c716bd9-b437-4c36-a47d-bf7a411b2392}</destination>
<destination>{166d2e68-c545-49ea-9ecc-8eaf5da90d07}</destination>
</relationship>
</object>
<object class="EventAutomatableProperties" id="{be41c535-790c-44af-97ec-d42f4b1ecdf3}">
@@ -57,7 +59,7 @@
<value>decayTime</value>
</property>
<property name="value">
<value>4300</value>
<value>3300</value>
</property>
<relationship name="automatableObject">
<destination>{d00963d1-bc1e-48e6-8a9e-346bd1ed2e26}</destination>
@@ -178,7 +180,7 @@
<value>wetLevel</value>
</property>
<property name="value">
<value>-12.5</value>
<value>-16</value>
</property>
<relationship name="automatableObject">
<destination>{d00963d1-bc1e-48e6-8a9e-346bd1ed2e26}</destination>
@@ -228,6 +230,17 @@
<destination>{d00963d1-bc1e-48e6-8a9e-346bd1ed2e26}</destination>
</relationship>
</object>
<object class="SnapshotProperty" id="{58bbc2f0-1371-438b-beeb-0cf2c1f242c6}">
<property name="propertyName">
<value>level</value>
</property>
<property name="value">
<value>-4</value>
</property>
<relationship name="automatableObject">
<destination>{8f07dfed-0408-459b-b546-2df529912461}</destination>
</relationship>
</object>
<object class="SnapshotTrack" id="{7ea88416-9e28-42dd-a119-a396b05b6155}">
<relationship name="mixerStrip">
<destination>{95a057b4-7ce0-471e-96b5-2b4c636024cc}</destination>
@@ -248,6 +261,11 @@
<destination>{ce68ea24-56d6-4af5-a850-87bda0652ecc}</destination>
</relationship>
</object>
<object class="SnapshotTrack" id="{166d2e68-c545-49ea-9ecc-8eaf5da90d07}">
<relationship name="mixerStrip">
<destination>{7a292e97-7d25-47a5-bc9a-d0b6c76125a2}</destination>
</relationship>
</object>
<object class="ADSRModulator" id="{0cca201a-6a09-47cd-be8c-c9f6b30c66a6}">
<property name="nameOfPropertyBeingModulated">
<value>snapshotIntensity</value>