diff --git a/UnityProject/Assets/EasyRhythm/Scripts/EasyRhythmAudioManager.cs b/UnityProject/Assets/EasyRhythm/Scripts/EasyRhythmAudioManager.cs
index 707d6e4..ebef55d 100644
--- a/UnityProject/Assets/EasyRhythm/Scripts/EasyRhythmAudioManager.cs
+++ b/UnityProject/Assets/EasyRhythm/Scripts/EasyRhythmAudioManager.cs
@@ -20,13 +20,13 @@ void Start()
// Passes the EventReference so EasyEvent can create the FMOD Event instance
// Passes an array of listeners through (IEasyListener) so the audio event knows which objects want to listen to the callbacks
myAudioEvent = new EasyEvent(myEventPath, myEventListeners);
- myAudioEvent.start();
+ //myAudioEvent.start();
}
public void Update()
{
// Press space bar to start and stop the audio event
- if (Input.GetKeyDown(KeyCode.Space))
+ /*if (Input.GetKeyDown(KeyCode.Space))
{
if (!myAudioEvent.IsPlaying())
{
@@ -38,6 +38,12 @@ public void Update()
myAudioEvent.stop();
}
+ }*/
+
+ if (Input.GetKeyDown(KeyCode.Return))
+ {
+ myAudioEvent.start();
+
}
}
diff --git a/UnityProject/Assets/FMOD/.cache/buildrecords/Desktop/Master.br b/UnityProject/Assets/FMOD/.cache/buildrecords/Desktop/Master.br
index 88e2098..3418b1b 100644
Binary files a/UnityProject/Assets/FMOD/.cache/buildrecords/Desktop/Master.br and b/UnityProject/Assets/FMOD/.cache/buildrecords/Desktop/Master.br differ
diff --git a/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Asset/{b482341e-5f92-49d4-8c8c-f3800acacb4f}.user.xml b/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Asset/{b482341e-5f92-49d4-8c8c-f3800acacb4f}.user.xml
deleted file mode 100644
index ce93198..0000000
--- a/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Asset/{b482341e-5f92-49d4-8c8c-f3800acacb4f}.user.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Mixer.user.xml b/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Mixer.user.xml
deleted file mode 100644
index 7102e2c..0000000
--- a/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Mixer.user.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Workspace.user.xml b/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Workspace.user.xml
deleted file mode 100644
index 86d1a6e..0000000
--- a/UnityProject/Assets/FMOD/.unsaved/.user/Metadata/Workspace.user.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
diff --git a/UnityProject/Assets/FMOD/Build/Desktop/Master.bank b/UnityProject/Assets/FMOD/Build/Desktop/Master.bank
index 4fe2deb..2e8c0a3 100644
Binary files a/UnityProject/Assets/FMOD/Build/Desktop/Master.bank and b/UnityProject/Assets/FMOD/Build/Desktop/Master.bank differ
diff --git a/UnityProject/Assets/FMOD/Metadata/Event/{8b4cfef1-6a86-403e-8acc-465b113a8f68}.xml b/UnityProject/Assets/FMOD/Metadata/Event/{8b4cfef1-6a86-403e-8acc-465b113a8f68}.xml
index 717d7f4..0762ee4 100644
--- a/UnityProject/Assets/FMOD/Metadata/Event/{8b4cfef1-6a86-403e-8acc-465b113a8f68}.xml
+++ b/UnityProject/Assets/FMOD/Metadata/Event/{8b4cfef1-6a86-403e-8acc-465b113a8f68}.xml
@@ -24,6 +24,7 @@
{242d72bc-f049-4af8-81fa-8aa6bd32b343}
+ {6ec4f1ab-71e3-40c3-9549-6d782b603ca9}
{ce5584cd-dce0-464b-9f1f-1b702fec5553}
@@ -58,6 +59,7 @@
+
+