Deleted MetaXR, fire alarm is still in progress
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,27 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 99296f87424cb724baddf545125501a2
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
defineConstraints: []
|
||||
isPreloaded: 0
|
||||
isOverridable: 0
|
||||
isExplicitlyReferenced: 0
|
||||
validateReferences: 1
|
||||
platformData:
|
||||
- first:
|
||||
Any:
|
||||
second:
|
||||
enabled: 1
|
||||
settings: {}
|
||||
- first:
|
||||
Editor: Editor
|
||||
second:
|
||||
enabled: 0
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,227 +0,0 @@
|
||||
studio.plugins.registerPluginDescription("MetaXRAudio Spatializer", {
|
||||
companyName: "Meta",
|
||||
productName: "MetaXRAudio Source",
|
||||
parameters: {
|
||||
"Acoustics": { displayName: "Enable Acoustics" },
|
||||
"Reverb Send": { displayName: "Reverb Send" },
|
||||
"HRTF Intensity": { displayName: "HRTF Intensity" },
|
||||
"V. Radius": { displayName: "Volumetric Radius" },
|
||||
"Refl. Send": { displayName: "Early Reflections Send" },
|
||||
"Directivity": { displayName: "Directivity Pattern", enumeration: ["None", "Human Voice"], },
|
||||
"Dtv. Intensity": { displayName: "Directivity Intensity" },
|
||||
"Direct Enabled": { displayName: "Direct Enabled" },
|
||||
"Reverb Reach": { displayName: "Reverb Reach" },
|
||||
"Occl. Intensity": { displayName: "Occlusion Intensity" },
|
||||
"Medium Absrp.": { displayName: "Medium Absorption" },
|
||||
},
|
||||
|
||||
deckUi: {
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
spacing: 8,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 6, right: 6 },
|
||||
spacing: 2,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.GridLayout,
|
||||
contentsMargins: { left: 6, right: 6 },
|
||||
spacing: 2,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.DistanceRolloffGraph,
|
||||
row: 0,
|
||||
column: 0,
|
||||
columnSpan: 2,
|
||||
minimumDistanceBinding: 'Atten. Min',
|
||||
maximumDistanceBinding: 'Atten. Max',
|
||||
rolloffTypeBinding: 'Atten. Mode',
|
||||
rolloffTypes: {
|
||||
0: studio.project.distanceRolloffType.LinearSquared,
|
||||
1: studio.project.distanceRolloffType.Linear,
|
||||
2: studio.project.distanceRolloffType.Inverse,
|
||||
3: studio.project.distanceRolloffType.InverseTapered,
|
||||
4: studio.project.distanceRolloffType.Custom,
|
||||
},
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Button,
|
||||
binding: "Acoustics",
|
||||
row: 1,
|
||||
column: 0,
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial,
|
||||
binding: "Reverb Send",
|
||||
row: 1,
|
||||
column: 1,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 0, right: 14 },
|
||||
isFramed: true,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Label,
|
||||
text: "Experimental Controls:",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Pixmap,
|
||||
filePath: __dirname + "/MetaLogo.png",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dropdown, binding: "Directivity",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Dtv. Intensity",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Medium Absrp.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.GridLayout,
|
||||
contentsMargins: { left: 30, right: 30 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Refl. Send",
|
||||
row: 0,
|
||||
column: 0,
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "V. Radius",
|
||||
row: 1,
|
||||
column: 0,
|
||||
},
|
||||
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "HRTF Intensity",
|
||||
row: 1,
|
||||
column: 1,
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Direct Enabled",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Reverb Reach",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Occl. Intensity",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.OutputMeter, },
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
studio.plugins.registerPluginDescription("MetaXRAudio Ambisonics", {
|
||||
companyName: "Meta",
|
||||
productName: "MetaXRAudio Ambisonics",
|
||||
parameters: {},
|
||||
|
||||
deckUi: {
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 6, top: 6 },
|
||||
spacing: 40,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Pixmap, filePath: __dirname + "/MetaLogo.png", },
|
||||
],
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
studio.plugins.registerPluginDescription("MetaXRAudio Reflections", {
|
||||
companyName: "Meta",
|
||||
productName: "MetaXRAudio Reflections",
|
||||
parameters: {
|
||||
"Early Refl.": { displayName: "Early Reflections Enabled" },
|
||||
"Reverb Enabled": { displayName: "Reverb Enabled" },
|
||||
"Reverb Level": { displayName: "Reverb Level" },
|
||||
"Voice Limit": { displayName: "Voice Limit" },
|
||||
},
|
||||
|
||||
deckUi: {
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 6, right: 6 },
|
||||
spacing: 12,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Pixmap, filePath: __dirname + "/MetaLogo.png" },
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 0, right: 14 },
|
||||
spacing: 8,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 0, right: 20 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Early Refl.", },
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Reverb Enabled", },
|
||||
]
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 0, right: 0 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Reverb Level", },
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.NumberBox, binding: "Voice Limit", },
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.OutputMeter, },
|
||||
],
|
||||
}
|
||||
});
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ab37959ba9271d444953f8895308ff56
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2af207a59ff0c77449a495a5ff852a9f
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -14,7 +14,6 @@ public class AlarmTrigger : MonoBehaviour
|
||||
|
||||
private EventInstance RoomHum;
|
||||
private EventInstance AlarmSound;
|
||||
private EventInstance ServerButton;
|
||||
|
||||
private FirstPersonOcclusion occlusion;
|
||||
|
||||
@@ -23,10 +22,11 @@ public class AlarmTrigger : MonoBehaviour
|
||||
private void Awake()
|
||||
{
|
||||
RoomHum = AudioManager.Instance.CreateInstance(FMODEvents.Instance.ServerRoomHumming); //initialise the instance
|
||||
RoomHum.setParameterByName("AlarmLogic", 1);
|
||||
RoomHum.set3DAttributes(FMODUnity.RuntimeUtils.To3DAttributes(gameObject)); //make it 3d
|
||||
|
||||
AlarmSound = AudioManager.Instance.CreateInstance(FMODEvents.Instance.ServerRoomAlarm); //initialise the instance
|
||||
AlarmSound.set3DAttributes(FMODUnity.RuntimeUtils.To3DAttributes(gameObject)); //make it 3d
|
||||
//AlarmSound = AudioManager.Instance.CreateInstance(FMODEvents.Instance.ServerRoomAlarm); //initialise the instance
|
||||
//AlarmSound.set3DAttributes(FMODUnity.RuntimeUtils.To3DAttributes(gameObject)); //make it 3d
|
||||
|
||||
occlusion = GetComponent<FirstPersonOcclusion>();
|
||||
if (occlusion != null)
|
||||
@@ -48,27 +48,24 @@ public class AlarmTrigger : MonoBehaviour
|
||||
|
||||
void OnButtonPressed()
|
||||
{
|
||||
AudioManager.Instance.PlayAttachedInstance(FMODEvents.Instance.ServerRoomButton, gameObject); //3d oneshot instance
|
||||
AudioManager.Instance.PlayAttachedInstance(FMODEvents.Instance.ServerRoomButton, PushButton.gameObject); //3d oneshot instance
|
||||
Debug.Log("Alarm button Pressed!");
|
||||
|
||||
if (!AudioManager.IsPlaying(AlarmSound)){ //if alarm isn't already triggered.
|
||||
VentilationSequence.Stop();
|
||||
AlarmSequence.Play();
|
||||
RoomHum.setParameterByName("AlarmLogic", 0);
|
||||
hasAlarm = true;
|
||||
|
||||
AlarmSound.start(); //start playing the sound
|
||||
RoomHum.stop(FMOD.Studio.STOP_MODE.ALLOWFADEOUT); //stop playing the sound
|
||||
|
||||
|
||||
hasAlarm = true;
|
||||
}
|
||||
}
|
||||
void Update()
|
||||
{
|
||||
if(hasAlarm && !AudioManager.IsPlaying(AlarmSound)) // If alarm state has ended.
|
||||
RoomHum.set3DAttributes(FMODUnity.RuntimeUtils.To3DAttributes(gameObject)); //updating 3d attributes
|
||||
AlarmSound.set3DAttributes(FMODUnity.RuntimeUtils.To3DAttributes(gameObject)); //updating 3d attributes
|
||||
|
||||
if (hasAlarm && !AudioManager.IsPlaying(AlarmSound)) // If alarm state has ended.
|
||||
{
|
||||
VentilationSequence.Play(); // Return to normal.
|
||||
|
||||
RoomHum.start();
|
||||
AlarmSound.stop(FMOD.Studio.STOP_MODE.ALLOWFADEOUT);
|
||||
|
||||
hasAlarm = false;
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -232,6 +232,9 @@ public class AudioManager : MonoBehaviour
|
||||
RuntimeManager.StudioSystem.setParameterByName(parameterName, value);
|
||||
}
|
||||
|
||||
//=====//
|
||||
//Some functions for initialising music, perhaps there will be a need in the future...
|
||||
//=====//
|
||||
public void InitializeMusic(EventReference musicEventReference)
|
||||
{
|
||||
if (musicEventReference.Guid == nullGuid)
|
||||
@@ -262,11 +265,6 @@ public class AudioManager : MonoBehaviour
|
||||
return position;
|
||||
}
|
||||
|
||||
public void StopSFX()
|
||||
{
|
||||
sfxBus.stopAllEvents(FMOD.Studio.STOP_MODE.IMMEDIATE);
|
||||
}
|
||||
|
||||
public void FadeOutMusic()
|
||||
{
|
||||
musicEventInstance.stop(FMOD.Studio.STOP_MODE.ALLOWFADEOUT);
|
||||
@@ -280,6 +278,14 @@ public class AudioManager : MonoBehaviour
|
||||
return state != PLAYBACK_STATE.STOPPED;
|
||||
}
|
||||
|
||||
//=====//
|
||||
//=====//
|
||||
|
||||
public void StopSFX()
|
||||
{
|
||||
sfxBus.stopAllEvents(FMOD.Studio.STOP_MODE.IMMEDIATE);
|
||||
}
|
||||
|
||||
public static bool IsPlaying(EventInstance instance)
|
||||
{
|
||||
instance.getPlaybackState(out PLAYBACK_STATE state);
|
||||
|
||||
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.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,604 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<objects serializationModel="Studio.02.03.00">
|
||||
<object class="Event" id="{49250d3c-8883-4a6c-be4b-cc79d52cb3b3}">
|
||||
<property name="name">
|
||||
<value>WaterSpray</value>
|
||||
</property>
|
||||
<property name="outputFormat">
|
||||
<value>5</value>
|
||||
</property>
|
||||
<relationship name="folder">
|
||||
<destination>{3775966a-99f2-44af-92c6-1acbd0ff49ab}</destination>
|
||||
</relationship>
|
||||
<relationship name="mixer">
|
||||
<destination>{48e983e2-6a75-4019-b653-03fc1bbd1430}</destination>
|
||||
</relationship>
|
||||
<relationship name="masterTrack">
|
||||
<destination>{62e0a177-12f9-40f2-bfe8-a5a4363d7d7b}</destination>
|
||||
</relationship>
|
||||
<relationship name="mixerInput">
|
||||
<destination>{20811709-c08b-4364-9e82-6c81fd54f7ee}</destination>
|
||||
</relationship>
|
||||
<relationship name="automatableProperties">
|
||||
<destination>{a90bfbd8-a942-4e29-a3d0-191ed6f33235}</destination>
|
||||
</relationship>
|
||||
<relationship name="markerTracks">
|
||||
<destination>{33d491cf-ae4d-4676-9c35-c2bc66b608f6}</destination>
|
||||
</relationship>
|
||||
<relationship name="groupTracks">
|
||||
<destination>{4c7f46bd-bc46-4bb2-96dd-82bbbf85fb2b}</destination>
|
||||
</relationship>
|
||||
<relationship name="timeline">
|
||||
<destination>{412ba66c-6cdc-4d4c-9a0f-0633ad5a1bbe}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="EventMixer" id="{48e983e2-6a75-4019-b653-03fc1bbd1430}">
|
||||
<relationship name="masterBus">
|
||||
<destination>{9c60fe76-2516-4961-8c24-fa7aedd94111}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MasterTrack" id="{62e0a177-12f9-40f2-bfe8-a5a4363d7d7b}">
|
||||
<relationship name="mixerGroup">
|
||||
<destination>{9c60fe76-2516-4961-8c24-fa7aedd94111}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerInput" id="{20811709-c08b-4364-9e82-6c81fd54f7ee}">
|
||||
<relationship name="effectChain">
|
||||
<destination>{ad6e2a2f-1e72-44e8-bd6a-0524529340f0}</destination>
|
||||
</relationship>
|
||||
<relationship name="panner">
|
||||
<destination>{9774e532-b1a2-41c0-9f11-fac761ddc627}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="EventAutomatableProperties" id="{a90bfbd8-a942-4e29-a3d0-191ed6f33235}">
|
||||
<property name="minimumDistance">
|
||||
<value>5</value>
|
||||
</property>
|
||||
<property name="maximumDistance">
|
||||
<value>30</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="MarkerTrack" id="{33d491cf-ae4d-4676-9c35-c2bc66b608f6}" />
|
||||
<object class="GroupTrack" id="{4c7f46bd-bc46-4bb2-96dd-82bbbf85fb2b}">
|
||||
<relationship name="modules">
|
||||
<destination>{d6ade322-2ee7-4f92-9f9b-abb67bb31fec}</destination>
|
||||
</relationship>
|
||||
<relationship name="mixerGroup">
|
||||
<destination>{bc8aa232-ead8-48a2-ba44-ff38e04b23d6}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="Timeline" id="{412ba66c-6cdc-4d4c-9a0f-0633ad5a1bbe}">
|
||||
<relationship name="modules">
|
||||
<destination>{d6ade322-2ee7-4f92-9f9b-abb67bb31fec}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="EventMixerMaster" id="{9c60fe76-2516-4961-8c24-fa7aedd94111}">
|
||||
<relationship name="effectChain">
|
||||
<destination>{dbdccfb1-d79c-4d48-af38-4758268ccab9}</destination>
|
||||
</relationship>
|
||||
<relationship name="panner">
|
||||
<destination>{77acd92e-f58d-4c79-a754-d1a2ca03e589}</destination>
|
||||
</relationship>
|
||||
<relationship name="mixer">
|
||||
<destination>{48e983e2-6a75-4019-b653-03fc1bbd1430}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusEffectChain" id="{ad6e2a2f-1e72-44e8-bd6a-0524529340f0}">
|
||||
<relationship name="effects">
|
||||
<destination>{9df0942d-6d77-4770-b3f3-33108152294f}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusPanner" id="{9774e532-b1a2-41c0-9f11-fac761ddc627}" />
|
||||
<object class="SingleSound" id="{d6ade322-2ee7-4f92-9f9b-abb67bb31fec}">
|
||||
<property name="length">
|
||||
<value>12.754708333333335</value>
|
||||
</property>
|
||||
<relationship name="fadeInCurve">
|
||||
<destination>{416f8e74-158b-4756-b492-b0a31800e41a}</destination>
|
||||
</relationship>
|
||||
<relationship name="audioFile">
|
||||
<destination>{76f81397-f8c3-4b79-bbce-c83ae0978233}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="EventMixerGroup" id="{bc8aa232-ead8-48a2-ba44-ff38e04b23d6}">
|
||||
<property name="name">
|
||||
<value>Audio 1</value>
|
||||
</property>
|
||||
<relationship name="effectChain">
|
||||
<destination>{2a967457-4eac-45b2-af6c-22b2ff6bf7ca}</destination>
|
||||
</relationship>
|
||||
<relationship name="panner">
|
||||
<destination>{ab00634e-f37c-4247-b496-5e868fa0d01c}</destination>
|
||||
</relationship>
|
||||
<relationship name="output">
|
||||
<destination>{9c60fe76-2516-4961-8c24-fa7aedd94111}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusEffectChain" id="{dbdccfb1-d79c-4d48-af38-4758268ccab9}">
|
||||
<relationship name="effects">
|
||||
<destination>{3338d0d5-2f8e-491f-9afc-32893fa8284d}</destination>
|
||||
<destination>{8e8e3c14-5498-4b3c-b943-71d36e7fa26e}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusPanner" id="{77acd92e-f58d-4c79-a754-d1a2ca03e589}" />
|
||||
<object class="MixerBusFader" id="{9df0942d-6d77-4770-b3f3-33108152294f}" />
|
||||
<object class="FadeCurve" id="{416f8e74-158b-4756-b492-b0a31800e41a}">
|
||||
<relationship name="startPoint">
|
||||
<destination>{1f241b99-ec3f-4949-85c5-b1e07635b8e3}</destination>
|
||||
</relationship>
|
||||
<relationship name="endPoint">
|
||||
<destination>{4ca44dee-e6e2-4777-ae81-77d01282c257}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusEffectChain" id="{2a967457-4eac-45b2-af6c-22b2ff6bf7ca}">
|
||||
<relationship name="effects">
|
||||
<destination>{5c9215cb-83e6-40e8-9905-cfd85ba6d47a}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusPanner" id="{ab00634e-f37c-4247-b496-5e868fa0d01c}" />
|
||||
<object class="MixerBusFader" id="{3338d0d5-2f8e-491f-9afc-32893fa8284d}" />
|
||||
<object class="PluginEffect" id="{8e8e3c14-5498-4b3c-b943-71d36e7fa26e}">
|
||||
<relationship name="plugin">
|
||||
<destination>{3311e45b-89b7-484a-9373-ec0879f2c196}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="AutomationPoint" id="{1f241b99-ec3f-4949-85c5-b1e07635b8e3}">
|
||||
<property name="position">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="curveShape">
|
||||
<value>0.333566755</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="AutomationPoint" id="{4ca44dee-e6e2-4777-ae81-77d01282c257}">
|
||||
<property name="position">
|
||||
<value>0.70000000000000062</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="MixerBusFader" id="{5c9215cb-83e6-40e8-9905-cfd85ba6d47a}" />
|
||||
<object class="Plugin" id="{3311e45b-89b7-484a-9373-ec0879f2c196}">
|
||||
<property name="identifier">
|
||||
<value>Steam Audio Spatializer</value>
|
||||
</property>
|
||||
<relationship name="pluginParameters">
|
||||
<destination>{c610e2f4-e81a-44e6-82ae-992d7bdc9a27}</destination>
|
||||
<destination>{9c6173c6-168d-4d7d-af66-634070c60184}</destination>
|
||||
<destination>{1094b01a-9c79-4109-9be3-8ee59e0b6b31}</destination>
|
||||
<destination>{343fdef6-5538-4b48-95f2-71b00549d9f7}</destination>
|
||||
<destination>{12e5b55d-7495-4250-8539-d540b81287d4}</destination>
|
||||
<destination>{1f8b5fae-4412-4add-8bd6-f63fd1521a26}</destination>
|
||||
<destination>{3f2c8bd0-c197-47c0-b653-07dbb73c4d9e}</destination>
|
||||
<destination>{347b3fc2-e2f1-4e0e-9da1-3d67f23a3d63}</destination>
|
||||
<destination>{db41f5b1-7fdd-450c-b102-079bd6808c1f}</destination>
|
||||
<destination>{d576b017-abf3-417c-9995-aa2e8f7f8bb0}</destination>
|
||||
<destination>{12428843-3a70-4f3c-9f4a-404a9b16fd7a}</destination>
|
||||
<destination>{5e83bdc5-806e-4b39-bd3f-fb4bf9427004}</destination>
|
||||
<destination>{980e1ebd-bf6a-41ce-8181-640ca41c31bf}</destination>
|
||||
<destination>{fa3e1f73-8557-4021-b332-980799cbe9af}</destination>
|
||||
<destination>{66b80577-4601-4f1f-99ad-9c95385638ce}</destination>
|
||||
<destination>{257cd97c-c20e-42b2-a94a-26912858aea2}</destination>
|
||||
<destination>{a8c04c30-ee63-4a6c-84c2-2fae29308fec}</destination>
|
||||
<destination>{55cf246d-b7b0-4436-944e-3ff03d529c25}</destination>
|
||||
<destination>{4ce47145-3b68-4d55-9486-8960727dd854}</destination>
|
||||
<destination>{89501438-7968-40e1-b82e-f1faf0ea9c2f}</destination>
|
||||
<destination>{8eb2694d-c388-4eec-874a-7cf9cea6a9fd}</destination>
|
||||
<destination>{1aa6abae-03ad-4fde-a703-7f88a4528835}</destination>
|
||||
<destination>{5f7c8cca-836b-45f0-8168-e33193045ab8}</destination>
|
||||
<destination>{ff926ae2-ae95-4448-92aa-d0e9f08daed8}</destination>
|
||||
<destination>{491744e8-b972-4d1a-abc3-91cba4bb5760}</destination>
|
||||
<destination>{f47fd101-7107-48c4-b701-7b66b7256c4b}</destination>
|
||||
<destination>{aa155f36-6940-4329-b54a-f6db3b99dc5b}</destination>
|
||||
<destination>{f3b9cd41-bb25-4f81-937f-536160d1a623}</destination>
|
||||
<destination>{d24be94c-3f80-4a8d-a1c5-0a5fb966039f}</destination>
|
||||
<destination>{efcae227-4501-44da-b1b9-48e9a3865be8}</destination>
|
||||
<destination>{874aae18-a42b-4d88-a248-0cb5ed1e73e8}</destination>
|
||||
<destination>{371edcb9-0bcf-43aa-804d-2ccee2ff29e6}</destination>
|
||||
<destination>{87486f71-7269-456e-b0ff-1e9946fdca4a}</destination>
|
||||
<destination>{b24d3485-2131-4887-b19d-9ecc342f805b}</destination>
|
||||
<destination>{aa7be7ce-9e0f-4c19-aac8-2ce38f924df3}</destination>
|
||||
<destination>{0148d6d5-2faf-41ae-9b47-7cf18b5a0921}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{c610e2f4-e81a-44e6-82ae-992d7bdc9a27}">
|
||||
<property name="name">
|
||||
<value>SourcePos</value>
|
||||
</property>
|
||||
<property name="dataType">
|
||||
<value>-2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{9c6173c6-168d-4d7d-af66-634070c60184}">
|
||||
<property name="name">
|
||||
<value>OverallGain</value>
|
||||
</property>
|
||||
<property name="dataType">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{1094b01a-9c79-4109-9be3-8ee59e0b6b31}">
|
||||
<property name="name">
|
||||
<value>ApplyDA</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{343fdef6-5538-4b48-95f2-71b00549d9f7}">
|
||||
<property name="name">
|
||||
<value>ApplyAA</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{12e5b55d-7495-4250-8539-d540b81287d4}">
|
||||
<property name="name">
|
||||
<value>ApplyDir</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{1f8b5fae-4412-4add-8bd6-f63fd1521a26}">
|
||||
<property name="name">
|
||||
<value>ApplyOccl</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{3f2c8bd0-c197-47c0-b653-07dbb73c4d9e}">
|
||||
<property name="name">
|
||||
<value>ApplyTrans</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{347b3fc2-e2f1-4e0e-9da1-3d67f23a3d63}">
|
||||
<property name="name">
|
||||
<value>ApplyRefl</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{db41f5b1-7fdd-450c-b102-079bd6808c1f}">
|
||||
<property name="name">
|
||||
<value>ApplyPath</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{d576b017-abf3-417c-9995-aa2e8f7f8bb0}">
|
||||
<property name="name">
|
||||
<value>Interpolation</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{12428843-3a70-4f3c-9f4a-404a9b16fd7a}">
|
||||
<property name="name">
|
||||
<value>DistAtt</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{5e83bdc5-806e-4b39-bd3f-fb4bf9427004}">
|
||||
<property name="name">
|
||||
<value>DAType</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>4</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{980e1ebd-bf6a-41ce-8181-640ca41c31bf}">
|
||||
<property name="name">
|
||||
<value>DAMinDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>5</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{fa3e1f73-8557-4021-b332-980799cbe9af}">
|
||||
<property name="name">
|
||||
<value>DAMaxDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>30</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{66b80577-4601-4f1f-99ad-9c95385638ce}">
|
||||
<property name="name">
|
||||
<value>AirAbsLow</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{257cd97c-c20e-42b2-a94a-26912858aea2}">
|
||||
<property name="name">
|
||||
<value>AirAbsMid</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{a8c04c30-ee63-4a6c-84c2-2fae29308fec}">
|
||||
<property name="name">
|
||||
<value>AirAbsHigh</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{55cf246d-b7b0-4436-944e-3ff03d529c25}">
|
||||
<property name="name">
|
||||
<value>Directivity</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{4ce47145-3b68-4d55-9486-8960727dd854}">
|
||||
<property name="name">
|
||||
<value>DipoleWeight</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{89501438-7968-40e1-b82e-f1faf0ea9c2f}">
|
||||
<property name="name">
|
||||
<value>DipolePower</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,1.000000)(1.000000,4.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{8eb2694d-c388-4eec-874a-7cf9cea6a9fd}">
|
||||
<property name="name">
|
||||
<value>Occlusion</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{1aa6abae-03ad-4fde-a703-7f88a4528835}">
|
||||
<property name="name">
|
||||
<value>TransType</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{5f7c8cca-836b-45f0-8168-e33193045ab8}">
|
||||
<property name="name">
|
||||
<value>TransLow</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{ff926ae2-ae95-4448-92aa-d0e9f08daed8}">
|
||||
<property name="name">
|
||||
<value>TransMid</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{491744e8-b972-4d1a-abc3-91cba4bb5760}">
|
||||
<property name="name">
|
||||
<value>TransHigh</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{f47fd101-7107-48c4-b701-7b66b7256c4b}">
|
||||
<property name="name">
|
||||
<value>DirMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{aa155f36-6940-4329-b54a-f6db3b99dc5b}">
|
||||
<property name="name">
|
||||
<value>ReflBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{f3b9cd41-bb25-4f81-937f-536160d1a623}">
|
||||
<property name="name">
|
||||
<value>ReflMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{d24be94c-3f80-4a8d-a1c5-0a5fb966039f}">
|
||||
<property name="name">
|
||||
<value>PathBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{efcae227-4501-44da-b1b9-48e9a3865be8}">
|
||||
<property name="name">
|
||||
<value>PathMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{874aae18-a42b-4d88-a248-0cb5ed1e73e8}">
|
||||
<property name="name">
|
||||
<value>SimOutputs</value>
|
||||
</property>
|
||||
<property name="dataType">
|
||||
<value>0</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{371edcb9-0bcf-43aa-804d-2ccee2ff29e6}">
|
||||
<property name="name">
|
||||
<value>DirectBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{87486f71-7269-456e-b0ff-1e9946fdca4a}">
|
||||
<property name="name">
|
||||
<value>DistRange</value>
|
||||
</property>
|
||||
<property name="dataType">
|
||||
<value>-6</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{b24d3485-2131-4887-b19d-9ecc342f805b}">
|
||||
<property name="name">
|
||||
<value>SimOutHandle</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>10000</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{aa7be7ce-9e0f-4c19-aac8-2ce38f924df3}">
|
||||
<property name="name">
|
||||
<value>OutputFormat</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{0148d6d5-2faf-41ae-9b47-7cf18b5a0921}">
|
||||
<property name="name">
|
||||
<value>PathNormEQ</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
</objects>
|
||||
@@ -5,7 +5,7 @@
|
||||
<value>Alarm</value>
|
||||
</property>
|
||||
<property name="outputFormat">
|
||||
<value>2</value>
|
||||
<value>5</value>
|
||||
</property>
|
||||
<relationship name="folder">
|
||||
<destination>{bb0dfa19-2848-45c1-b83a-f212448dc5ad}</destination>
|
||||
@@ -71,10 +71,7 @@
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumDistance">
|
||||
<value>15</value>
|
||||
</property>
|
||||
<property name="maximumDistance">
|
||||
<value>25</value>
|
||||
<value>5</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="MarkerTrack" id="{2981f918-8c6d-4dc1-9511-505b40dbc05d}" />
|
||||
@@ -301,8 +298,8 @@
|
||||
</object>
|
||||
<object class="MixerBusEffectChain" id="{fb2eee16-23de-440f-9363-b6208a2732e8}">
|
||||
<relationship name="effects">
|
||||
<destination>{acaebb26-bfea-4c16-a406-d3bdb161a680}</destination>
|
||||
<destination>{34075740-b734-477b-bb4c-4b2d0c0dbf70}</destination>
|
||||
<destination>{51840173-68f9-449a-9cb8-384a2f4a27f3}</destination>
|
||||
<destination>{1eb9ad6f-5ad0-45da-9ff8-6b0a6895c63e}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
@@ -388,8 +385,12 @@
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusPanner" id="{0a30dcf3-87b1-4142-b186-107252885dc8}" />
|
||||
<object class="PluginEffect" id="{acaebb26-bfea-4c16-a406-d3bdb161a680}">
|
||||
<relationship name="plugin">
|
||||
<destination>{18dff622-970d-4604-8e31-fde67c7532e7}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusFader" id="{34075740-b734-477b-bb4c-4b2d0c0dbf70}" />
|
||||
<object class="SpatialiserEffect" id="{51840173-68f9-449a-9cb8-384a2f4a27f3}" />
|
||||
<object class="MultibandEqEffect" id="{1eb9ad6f-5ad0-45da-9ff8-6b0a6895c63e}">
|
||||
<property name="frequencyA">
|
||||
<value>20000</value>
|
||||
@@ -491,6 +492,49 @@
|
||||
<object class="MixerBusFader" id="{a751c897-4a7a-4940-b69f-1e805bfab04c}" />
|
||||
<object class="MixerBusFader" id="{0e14780e-48f9-46a1-98b0-b938e5b6766f}" />
|
||||
<object class="MixerBusFader" id="{0b22ba20-af83-402c-be4f-13a94ae22780}" />
|
||||
<object class="Plugin" id="{18dff622-970d-4604-8e31-fde67c7532e7}">
|
||||
<property name="identifier">
|
||||
<value>Steam Audio Spatializer</value>
|
||||
</property>
|
||||
<relationship name="pluginParameters">
|
||||
<destination>{a11cde93-3037-4b15-8245-7edc7ec71b33}</destination>
|
||||
<destination>{3af73dc3-b770-40db-a2f1-44e56fec13bb}</destination>
|
||||
<destination>{e98f429c-dab7-4d1c-95b5-70827c48dfb5}</destination>
|
||||
<destination>{a8bfdb01-27f8-4b73-ab91-8120654cad9e}</destination>
|
||||
<destination>{50f8b48b-2963-4501-a457-4af6351aaa9c}</destination>
|
||||
<destination>{30528178-7717-46f7-8bca-79959e944669}</destination>
|
||||
<destination>{096b27c7-dc28-46c3-ad5c-3cc211ff13b8}</destination>
|
||||
<destination>{e821ab42-0fdc-473d-ab8d-c3295ca10aca}</destination>
|
||||
<destination>{8502a8ec-625f-48b0-bea0-14d095090343}</destination>
|
||||
<destination>{a96a2ce7-6131-4de9-a382-662f0f8b3509}</destination>
|
||||
<destination>{e41738d3-8e96-4f57-b883-e00f6219e5eb}</destination>
|
||||
<destination>{43ab419e-996c-48b8-bfbd-c7841a55e1ff}</destination>
|
||||
<destination>{fed17f4f-46b6-4a45-ab13-09554aaef7e6}</destination>
|
||||
<destination>{f8f1ef71-8920-49a2-9f53-d6385d52d6bc}</destination>
|
||||
<destination>{e45ca79f-3ec0-4d4b-8b5d-9cc25433a0b4}</destination>
|
||||
<destination>{1f7f3d41-87ea-4bd2-995c-c0f8e9e4058d}</destination>
|
||||
<destination>{9b38bab5-7362-4fca-923c-cf3657384679}</destination>
|
||||
<destination>{7fea49b1-cd38-40ae-8e5c-bd8fb51409ce}</destination>
|
||||
<destination>{642b5bbd-8137-42c2-8cf4-dd9119afa6f7}</destination>
|
||||
<destination>{b4a18fa0-a426-4826-a754-d0c953a1fac0}</destination>
|
||||
<destination>{6103367a-e632-47b0-8ed7-f3f67cc4d989}</destination>
|
||||
<destination>{65c26bae-ad19-405c-9689-c37a96da1cff}</destination>
|
||||
<destination>{703ceb8e-1c7b-4049-987d-f98517ca9f6d}</destination>
|
||||
<destination>{0d225df9-d780-42ac-be0f-e0846771233d}</destination>
|
||||
<destination>{533ce802-b82e-41bb-a2d5-b579721359b4}</destination>
|
||||
<destination>{49a5a423-5b2b-483a-a2a6-add50e0f27d4}</destination>
|
||||
<destination>{b4bc250a-ac88-43ad-a33b-d29828dd3db0}</destination>
|
||||
<destination>{4ecbeafc-abde-43d7-a135-e4d404c4aa1c}</destination>
|
||||
<destination>{60f0caf0-7ae5-4cf6-acf0-dbf29709643e}</destination>
|
||||
<destination>{989ea430-8d9a-4b2d-878c-5cfcab6ecce4}</destination>
|
||||
<destination>{433c6d4e-4b1f-4343-a4bf-2ef831526779}</destination>
|
||||
<destination>{34bf9b66-628d-46ca-82b1-5e9c262a07ef}</destination>
|
||||
<destination>{b432d276-f883-4baa-8731-e4c94fa9a5e4}</destination>
|
||||
<destination>{d64ebd6e-434c-4ce3-9fd4-29f878615852}</destination>
|
||||
<destination>{ea9e7a41-e9b6-4657-8080-4106236c17ca}</destination>
|
||||
<destination>{0264abb5-8685-4535-9823-c378f49ef3d6}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="Automator" id="{74f8ce6a-9dd0-4ae8-8236-dedea6491c3e}">
|
||||
<property name="nameOfPropertyBeingAutomated">
|
||||
<value>frequencyA</value>
|
||||
@@ -518,6 +562,406 @@
|
||||
<value>-2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{a11cde93-3037-4b15-8245-7edc7ec71b33}">
|
||||
<property name="name">
|
||||
<value>SourcePos</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{3af73dc3-b770-40db-a2f1-44e56fec13bb}">
|
||||
<property name="name">
|
||||
<value>OverallGain</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{e98f429c-dab7-4d1c-95b5-70827c48dfb5}">
|
||||
<property name="name">
|
||||
<value>ApplyDA</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{a8bfdb01-27f8-4b73-ab91-8120654cad9e}">
|
||||
<property name="name">
|
||||
<value>ApplyAA</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{50f8b48b-2963-4501-a457-4af6351aaa9c}">
|
||||
<property name="name">
|
||||
<value>ApplyDir</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{30528178-7717-46f7-8bca-79959e944669}">
|
||||
<property name="name">
|
||||
<value>ApplyOccl</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{096b27c7-dc28-46c3-ad5c-3cc211ff13b8}">
|
||||
<property name="name">
|
||||
<value>ApplyTrans</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{e821ab42-0fdc-473d-ab8d-c3295ca10aca}">
|
||||
<property name="name">
|
||||
<value>ApplyRefl</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{8502a8ec-625f-48b0-bea0-14d095090343}">
|
||||
<property name="name">
|
||||
<value>ApplyPath</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{a96a2ce7-6131-4de9-a382-662f0f8b3509}">
|
||||
<property name="name">
|
||||
<value>Interpolation</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{e41738d3-8e96-4f57-b883-e00f6219e5eb}">
|
||||
<property name="name">
|
||||
<value>DistAtt</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{43ab419e-996c-48b8-bfbd-c7841a55e1ff}">
|
||||
<property name="name">
|
||||
<value>DAType</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>4</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{fed17f4f-46b6-4a45-ab13-09554aaef7e6}">
|
||||
<property name="name">
|
||||
<value>DAMinDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>5</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{f8f1ef71-8920-49a2-9f53-d6385d52d6bc}">
|
||||
<property name="name">
|
||||
<value>DAMaxDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>20</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{e45ca79f-3ec0-4d4b-8b5d-9cc25433a0b4}">
|
||||
<property name="name">
|
||||
<value>AirAbsLow</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{1f7f3d41-87ea-4bd2-995c-c0f8e9e4058d}">
|
||||
<property name="name">
|
||||
<value>AirAbsMid</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{9b38bab5-7362-4fca-923c-cf3657384679}">
|
||||
<property name="name">
|
||||
<value>AirAbsHigh</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{7fea49b1-cd38-40ae-8e5c-bd8fb51409ce}">
|
||||
<property name="name">
|
||||
<value>Directivity</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{642b5bbd-8137-42c2-8cf4-dd9119afa6f7}">
|
||||
<property name="name">
|
||||
<value>DipoleWeight</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{b4a18fa0-a426-4826-a754-d0c953a1fac0}">
|
||||
<property name="name">
|
||||
<value>DipolePower</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,1.000000)(1.000000,4.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{6103367a-e632-47b0-8ed7-f3f67cc4d989}">
|
||||
<property name="name">
|
||||
<value>Occlusion</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{65c26bae-ad19-405c-9689-c37a96da1cff}">
|
||||
<property name="name">
|
||||
<value>TransType</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{703ceb8e-1c7b-4049-987d-f98517ca9f6d}">
|
||||
<property name="name">
|
||||
<value>TransLow</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{0d225df9-d780-42ac-be0f-e0846771233d}">
|
||||
<property name="name">
|
||||
<value>TransMid</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{533ce802-b82e-41bb-a2d5-b579721359b4}">
|
||||
<property name="name">
|
||||
<value>TransHigh</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{49a5a423-5b2b-483a-a2a6-add50e0f27d4}">
|
||||
<property name="name">
|
||||
<value>DirMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{b4bc250a-ac88-43ad-a33b-d29828dd3db0}">
|
||||
<property name="name">
|
||||
<value>ReflBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{4ecbeafc-abde-43d7-a135-e4d404c4aa1c}">
|
||||
<property name="name">
|
||||
<value>ReflMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{60f0caf0-7ae5-4cf6-acf0-dbf29709643e}">
|
||||
<property name="name">
|
||||
<value>PathBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{989ea430-8d9a-4b2d-878c-5cfcab6ecce4}">
|
||||
<property name="name">
|
||||
<value>PathMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{433c6d4e-4b1f-4343-a4bf-2ef831526779}">
|
||||
<property name="name">
|
||||
<value>SimOutputs</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>0</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{34bf9b66-628d-46ca-82b1-5e9c262a07ef}">
|
||||
<property name="name">
|
||||
<value>DirectBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{b432d276-f883-4baa-8731-e4c94fa9a5e4}">
|
||||
<property name="name">
|
||||
<value>DistRange</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-6</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{d64ebd6e-434c-4ce3-9fd4-29f878615852}">
|
||||
<property name="name">
|
||||
<value>SimOutHandle</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>10000</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{ea9e7a41-e9b6-4657-8080-4106236c17ca}">
|
||||
<property name="name">
|
||||
<value>OutputFormat</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{0264abb5-8685-4535-9823-c378f49ef3d6}">
|
||||
<property name="name">
|
||||
<value>PathNormEQ</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="AutomationCurve" id="{ecc2d62a-f808-4a29-8dce-cc8a765931d5}">
|
||||
<relationship name="parameter">
|
||||
<destination>{fb894807-eb7f-48db-b3de-e2f5dd3322a2}</destination>
|
||||
|
||||
@@ -69,10 +69,10 @@
|
||||
</object>
|
||||
<object class="EventAutomatableProperties" id="{1fb9b144-3aba-4f27-adac-3209e96a12a3}">
|
||||
<property name="minimumDistance">
|
||||
<value>0.300000012</value>
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="maximumDistance">
|
||||
<value>7.80000019</value>
|
||||
<value>10</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="MarkerTrack" id="{ebe51d68-94ca-4c6c-8e0a-5c76a6adec53}" />
|
||||
@@ -491,7 +491,6 @@
|
||||
<property name="name">
|
||||
<value>SourcePos</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-2</value>
|
||||
</property>
|
||||
@@ -500,7 +499,6 @@
|
||||
<property name="name">
|
||||
<value>OverallGain</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
@@ -510,7 +508,7 @@
|
||||
<value>ApplyDA</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>2</value>
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
@@ -635,7 +633,7 @@
|
||||
<value>DAMinDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0.200000003</value>
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
@@ -646,7 +644,7 @@
|
||||
<value>DAMaxDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>7.80000019</value>
|
||||
<value>10</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
@@ -829,7 +827,6 @@
|
||||
<property name="name">
|
||||
<value>SimOutputs</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>0</value>
|
||||
</property>
|
||||
@@ -846,7 +843,6 @@
|
||||
<property name="name">
|
||||
<value>DistRange</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-6</value>
|
||||
</property>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<value>WaterSpray</value>
|
||||
</property>
|
||||
<property name="outputFormat">
|
||||
<value>2</value>
|
||||
<value>5</value>
|
||||
</property>
|
||||
<relationship name="folder">
|
||||
<destination>{6360411a-8ba1-4d05-895f-3731610e36bf}</destination>
|
||||
@@ -52,10 +52,10 @@
|
||||
</object>
|
||||
<object class="EventAutomatableProperties" id="{a5264ff5-8aa0-40be-8838-09988f6b4dcf}">
|
||||
<property name="minimumDistance">
|
||||
<value>15</value>
|
||||
<value>5</value>
|
||||
</property>
|
||||
<property name="maximumDistance">
|
||||
<value>35</value>
|
||||
<value>30</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="MarkerTrack" id="{f9c675b2-0848-4991-816d-05256e20cab8}" />
|
||||
@@ -117,7 +117,7 @@
|
||||
<object class="MixerBusEffectChain" id="{dc89042d-6bee-4add-943f-97cb1771c447}">
|
||||
<relationship name="effects">
|
||||
<destination>{f68beaa6-74e4-4774-9517-fd02bdc6ee00}</destination>
|
||||
<destination>{19f3fbc6-4bd8-4b96-a62d-78bc97befa2c}</destination>
|
||||
<destination>{14a95e99-903d-4173-af76-7515fcfdb415}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="MixerBusPanner" id="{2a0428c1-d62c-4512-934a-83ab74c66d0f}" />
|
||||
@@ -137,7 +137,11 @@
|
||||
</object>
|
||||
<object class="MixerBusPanner" id="{cfd55983-a99e-48de-9518-fb1d931766a2}" />
|
||||
<object class="MixerBusFader" id="{f68beaa6-74e4-4774-9517-fd02bdc6ee00}" />
|
||||
<object class="SpatialiserEffect" id="{19f3fbc6-4bd8-4b96-a62d-78bc97befa2c}" />
|
||||
<object class="PluginEffect" id="{14a95e99-903d-4173-af76-7515fcfdb415}">
|
||||
<relationship name="plugin">
|
||||
<destination>{7a3beecf-c8e9-4840-9f8a-de329afeafe9}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="AutomationPoint" id="{3b4830c3-7190-4439-bb64-c6dee469c548}">
|
||||
<property name="position">
|
||||
<value>0</value>
|
||||
@@ -158,4 +162,447 @@
|
||||
</property>
|
||||
</object>
|
||||
<object class="MixerBusFader" id="{0ace1726-28f3-464b-8093-6f2e5108dc13}" />
|
||||
<object class="Plugin" id="{7a3beecf-c8e9-4840-9f8a-de329afeafe9}">
|
||||
<property name="identifier">
|
||||
<value>Steam Audio Spatializer</value>
|
||||
</property>
|
||||
<relationship name="pluginParameters">
|
||||
<destination>{849e9e0e-bd6c-4392-b2bd-c3ef883816cc}</destination>
|
||||
<destination>{40297d0a-c098-4a9e-86f6-2b114b501c21}</destination>
|
||||
<destination>{d1c18fd8-c943-4b23-8ad9-dc053efdc4b0}</destination>
|
||||
<destination>{18d86e18-217c-4cb8-970f-17fc72448f6a}</destination>
|
||||
<destination>{1a110566-387c-43b9-9b5a-a2792e19b512}</destination>
|
||||
<destination>{5c77fa29-235c-45e4-a9b1-6d067659c48d}</destination>
|
||||
<destination>{d39646bb-7ac4-4270-bf41-bbd9528bde7d}</destination>
|
||||
<destination>{13f77e93-f296-4e5d-9509-442a235e953a}</destination>
|
||||
<destination>{0c023d31-2a58-4e85-8f1f-9f27f7da74a5}</destination>
|
||||
<destination>{5023208c-1c24-4187-9345-fef60e0dfba3}</destination>
|
||||
<destination>{5215a643-e6c2-47f3-9397-e6f9ac746a8d}</destination>
|
||||
<destination>{30575967-337f-4707-b307-02f3bd673cc2}</destination>
|
||||
<destination>{85be6734-814e-4505-9ff4-4f43f7b9e159}</destination>
|
||||
<destination>{84a87410-f6e3-4aa4-adb8-5f2f75a1a18f}</destination>
|
||||
<destination>{f2763233-e027-4c43-bed6-90ac03a54f99}</destination>
|
||||
<destination>{50578a2f-4cae-4a03-bdae-bd0a700b11cc}</destination>
|
||||
<destination>{da73a626-3ff7-4ea0-8e97-14646e64c10b}</destination>
|
||||
<destination>{3a6953dd-5992-41fa-8dc1-dc8a3eed9698}</destination>
|
||||
<destination>{97e1400d-3693-4643-aeca-107b71dec9c8}</destination>
|
||||
<destination>{6d12f15e-053b-4f30-a99b-c9f3cda72b91}</destination>
|
||||
<destination>{0224446c-74f0-416a-a372-891659783416}</destination>
|
||||
<destination>{63655f36-7bcb-482e-8e22-4163a26c628a}</destination>
|
||||
<destination>{76f8d761-9a37-4da8-b271-11194bc511b4}</destination>
|
||||
<destination>{6e72b2af-add5-49f6-8d51-1ff59bdf7dd9}</destination>
|
||||
<destination>{9fa5a791-70d7-4ff7-9b26-71e6f06555b1}</destination>
|
||||
<destination>{21e2ad45-277f-47f0-afd0-62559da48c4f}</destination>
|
||||
<destination>{c59b83ce-be2c-4ce8-989b-0864451627bf}</destination>
|
||||
<destination>{36021dbe-d978-4cd5-8dbb-f7cf76ddb9c0}</destination>
|
||||
<destination>{065365ab-4e01-4e3c-8c0a-435d99e714bc}</destination>
|
||||
<destination>{78b38d80-0b16-4b16-9f05-c11ef251df5a}</destination>
|
||||
<destination>{ab4c1949-c882-43d2-b98b-d3f5d5db8f2c}</destination>
|
||||
<destination>{57ded158-b657-4352-801b-85f161e90916}</destination>
|
||||
<destination>{e4854236-cf99-4054-b0ba-7ca9c336a825}</destination>
|
||||
<destination>{5ce4b594-cc8f-4692-b7c7-5f90d15285ee}</destination>
|
||||
<destination>{ba4229ae-43eb-47c8-9dc6-22b66a0187c6}</destination>
|
||||
<destination>{4c2aa87c-dfa3-487a-a0a8-9c8b615ee4c4}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{849e9e0e-bd6c-4392-b2bd-c3ef883816cc}">
|
||||
<property name="name">
|
||||
<value>SourcePos</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{40297d0a-c098-4a9e-86f6-2b114b501c21}">
|
||||
<property name="name">
|
||||
<value>OverallGain</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{d1c18fd8-c943-4b23-8ad9-dc053efdc4b0}">
|
||||
<property name="name">
|
||||
<value>ApplyDA</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{18d86e18-217c-4cb8-970f-17fc72448f6a}">
|
||||
<property name="name">
|
||||
<value>ApplyAA</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{1a110566-387c-43b9-9b5a-a2792e19b512}">
|
||||
<property name="name">
|
||||
<value>ApplyDir</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{5c77fa29-235c-45e4-a9b1-6d067659c48d}">
|
||||
<property name="name">
|
||||
<value>ApplyOccl</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{d39646bb-7ac4-4270-bf41-bbd9528bde7d}">
|
||||
<property name="name">
|
||||
<value>ApplyTrans</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{13f77e93-f296-4e5d-9509-442a235e953a}">
|
||||
<property name="name">
|
||||
<value>ApplyRefl</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{0c023d31-2a58-4e85-8f1f-9f27f7da74a5}">
|
||||
<property name="name">
|
||||
<value>ApplyPath</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{5023208c-1c24-4187-9345-fef60e0dfba3}">
|
||||
<property name="name">
|
||||
<value>Interpolation</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{5215a643-e6c2-47f3-9397-e6f9ac746a8d}">
|
||||
<property name="name">
|
||||
<value>DistAtt</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{30575967-337f-4707-b307-02f3bd673cc2}">
|
||||
<property name="name">
|
||||
<value>DAType</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>4</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{85be6734-814e-4505-9ff4-4f43f7b9e159}">
|
||||
<property name="name">
|
||||
<value>DAMinDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>5</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{84a87410-f6e3-4aa4-adb8-5f2f75a1a18f}">
|
||||
<property name="name">
|
||||
<value>DAMaxDist</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>30</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10000.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{f2763233-e027-4c43-bed6-90ac03a54f99}">
|
||||
<property name="name">
|
||||
<value>AirAbsLow</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{50578a2f-4cae-4a03-bdae-bd0a700b11cc}">
|
||||
<property name="name">
|
||||
<value>AirAbsMid</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{da73a626-3ff7-4ea0-8e97-14646e64c10b}">
|
||||
<property name="name">
|
||||
<value>AirAbsHigh</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{3a6953dd-5992-41fa-8dc1-dc8a3eed9698}">
|
||||
<property name="name">
|
||||
<value>Directivity</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{97e1400d-3693-4643-aeca-107b71dec9c8}">
|
||||
<property name="name">
|
||||
<value>DipoleWeight</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{6d12f15e-053b-4f30-a99b-c9f3cda72b91}">
|
||||
<property name="name">
|
||||
<value>DipolePower</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,1.000000)(1.000000,4.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{0224446c-74f0-416a-a372-891659783416}">
|
||||
<property name="name">
|
||||
<value>Occlusion</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{63655f36-7bcb-482e-8e22-4163a26c628a}">
|
||||
<property name="name">
|
||||
<value>TransType</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{76f8d761-9a37-4da8-b271-11194bc511b4}">
|
||||
<property name="name">
|
||||
<value>TransLow</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{6e72b2af-add5-49f6-8d51-1ff59bdf7dd9}">
|
||||
<property name="name">
|
||||
<value>TransMid</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{9fa5a791-70d7-4ff7-9b26-71e6f06555b1}">
|
||||
<property name="name">
|
||||
<value>TransHigh</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{21e2ad45-277f-47f0-afd0-62559da48c4f}">
|
||||
<property name="name">
|
||||
<value>DirMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,1.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{c59b83ce-be2c-4ce8-989b-0864451627bf}">
|
||||
<property name="name">
|
||||
<value>ReflBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{36021dbe-d978-4cd5-8dbb-f7cf76ddb9c0}">
|
||||
<property name="name">
|
||||
<value>ReflMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{065365ab-4e01-4e3c-8c0a-435d99e714bc}">
|
||||
<property name="name">
|
||||
<value>PathBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="FloatPluginParameter" id="{78b38d80-0b16-4b16-9f05-c11ef251df5a}">
|
||||
<property name="name">
|
||||
<value>PathMixLevel</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>1</value>
|
||||
</property>
|
||||
<property name="curve">
|
||||
<value>{(0.000000,0.000000)(1.000000,10.000000)}</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{ab4c1949-c882-43d2-b98b-d3f5d5db8f2c}">
|
||||
<property name="name">
|
||||
<value>SimOutputs</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>0</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{57ded158-b657-4352-801b-85f161e90916}">
|
||||
<property name="name">
|
||||
<value>DirectBinaural</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>true</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="DataPluginParameter" id="{e4854236-cf99-4054-b0ba-7ca9c336a825}">
|
||||
<property name="name">
|
||||
<value>DistRange</value>
|
||||
</property>
|
||||
<property name="value" />
|
||||
<property name="dataType">
|
||||
<value>-6</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{5ce4b594-cc8f-4692-b7c7-5f90d15285ee}">
|
||||
<property name="name">
|
||||
<value>SimOutHandle</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>-1</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>10000</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="IntPluginParameter" id="{ba4229ae-43eb-47c8-9dc6-22b66a0187c6}">
|
||||
<property name="name">
|
||||
<value>OutputFormat</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="minimumValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
<property name="maximumValue">
|
||||
<value>2</value>
|
||||
</property>
|
||||
</object>
|
||||
<object class="BoolPluginParameter" id="{4c2aa87c-dfa3-487a-a0a8-9c8b615ee4c4}">
|
||||
<property name="name">
|
||||
<value>PathNormEQ</value>
|
||||
</property>
|
||||
<property name="value">
|
||||
<value>false</value>
|
||||
</property>
|
||||
</object>
|
||||
</objects>
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<objects serializationModel="Studio.02.03.00">
|
||||
<object class="ParameterPreset" id="{f7b8021e-786f-4eed-afc3-aa0ed145761e}">
|
||||
<property name="name">
|
||||
<value>AlarmLogic</value>
|
||||
</property>
|
||||
<relationship name="folder">
|
||||
<destination>{72821a40-1f9b-449e-9f29-45c4d8800c81}</destination>
|
||||
</relationship>
|
||||
<relationship name="parameter">
|
||||
<destination>{23d6e8b9-d79b-425a-8a11-f29780a7e044}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="GameParameter" id="{23d6e8b9-d79b-425a-8a11-f29780a7e044}">
|
||||
<property name="parameterType">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="enumerationLabels">
|
||||
<value>Alarm</value>
|
||||
<value>NoAlarm</value>
|
||||
</property>
|
||||
<property name="initialValue">
|
||||
<value>1</value>
|
||||
</property>
|
||||
</object>
|
||||
</objects>
|
||||
BIN
DeltaVRFMOD/Plugins/MetaLogo.png
LFS
BIN
DeltaVRFMOD/Plugins/MetaLogo.png
LFS
Binary file not shown.
Binary file not shown.
@@ -1,227 +0,0 @@
|
||||
studio.plugins.registerPluginDescription("MetaXRAudio Spatializer", {
|
||||
companyName: "Meta",
|
||||
productName: "MetaXRAudio Source",
|
||||
parameters: {
|
||||
"Acoustics": { displayName: "Enable Acoustics" },
|
||||
"Reverb Send": { displayName: "Reverb Send" },
|
||||
"HRTF Intensity": { displayName: "HRTF Intensity" },
|
||||
"V. Radius": { displayName: "Volumetric Radius" },
|
||||
"Refl. Send": { displayName: "Early Reflections Send" },
|
||||
"Directivity": { displayName: "Directivity Pattern", enumeration: ["None", "Human Voice"], },
|
||||
"Dtv. Intensity": { displayName: "Directivity Intensity" },
|
||||
"Direct Enabled": { displayName: "Direct Enabled" },
|
||||
"Reverb Reach": { displayName: "Reverb Reach" },
|
||||
"Occl. Intensity": { displayName: "Occlusion Intensity" },
|
||||
"Medium Absrp.": { displayName: "Medium Absorption" },
|
||||
},
|
||||
|
||||
deckUi: {
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
spacing: 8,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 6, right: 6 },
|
||||
spacing: 2,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.GridLayout,
|
||||
contentsMargins: { left: 6, right: 6 },
|
||||
spacing: 2,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.DistanceRolloffGraph,
|
||||
row: 0,
|
||||
column: 0,
|
||||
columnSpan: 2,
|
||||
minimumDistanceBinding: 'Atten. Min',
|
||||
maximumDistanceBinding: 'Atten. Max',
|
||||
rolloffTypeBinding: 'Atten. Mode',
|
||||
rolloffTypes: {
|
||||
0: studio.project.distanceRolloffType.LinearSquared,
|
||||
1: studio.project.distanceRolloffType.Linear,
|
||||
2: studio.project.distanceRolloffType.Inverse,
|
||||
3: studio.project.distanceRolloffType.InverseTapered,
|
||||
4: studio.project.distanceRolloffType.Custom,
|
||||
},
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Button,
|
||||
binding: "Acoustics",
|
||||
row: 1,
|
||||
column: 0,
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial,
|
||||
binding: "Reverb Send",
|
||||
row: 1,
|
||||
column: 1,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 0, right: 14 },
|
||||
isFramed: true,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Label,
|
||||
text: "Experimental Controls:",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Pixmap,
|
||||
filePath: __dirname + "/MetaLogo.png",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dropdown, binding: "Directivity",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Dtv. Intensity",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Medium Absrp.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.GridLayout,
|
||||
contentsMargins: { left: 30, right: 30 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Refl. Send",
|
||||
row: 0,
|
||||
column: 0,
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "V. Radius",
|
||||
row: 1,
|
||||
column: 0,
|
||||
},
|
||||
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "HRTF Intensity",
|
||||
row: 1,
|
||||
column: 1,
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Direct Enabled",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 10 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Reverb Reach",
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Occl. Intensity",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.OutputMeter, },
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
studio.plugins.registerPluginDescription("MetaXRAudio Ambisonics", {
|
||||
companyName: "Meta",
|
||||
productName: "MetaXRAudio Ambisonics",
|
||||
parameters: {},
|
||||
|
||||
deckUi: {
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 6, right: 6, top: 6 },
|
||||
spacing: 40,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Pixmap, filePath: __dirname + "/MetaLogo.png", },
|
||||
],
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
studio.plugins.registerPluginDescription("MetaXRAudio Reflections", {
|
||||
companyName: "Meta",
|
||||
productName: "MetaXRAudio Reflections",
|
||||
parameters: {
|
||||
"Early Refl.": { displayName: "Early Reflections Enabled" },
|
||||
"Reverb Enabled": { displayName: "Reverb Enabled" },
|
||||
"Reverb Level": { displayName: "Reverb Level" },
|
||||
"Voice Limit": { displayName: "Voice Limit" },
|
||||
},
|
||||
|
||||
deckUi: {
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 6, right: 6 },
|
||||
spacing: 12,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Pixmap, filePath: __dirname + "/MetaLogo.png" },
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.HBoxLayout,
|
||||
contentsMargins: { left: 0, right: 14 },
|
||||
spacing: 8,
|
||||
items: [
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 0, right: 20 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Early Refl.", },
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Button, binding: "Reverb Enabled", },
|
||||
]
|
||||
},
|
||||
{
|
||||
deckWidgetType: studio.ui.deckWidgetType.Layout,
|
||||
layout: studio.ui.layoutType.VBoxLayout,
|
||||
contentsMargins: { left: 0, right: 0 },
|
||||
spacing: 14,
|
||||
items: [
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.Dial, binding: "Reverb Level", },
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.NumberBox, binding: "Voice Limit", },
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
{ deckWidgetType: studio.ui.deckWidgetType.OutputMeter, },
|
||||
],
|
||||
}
|
||||
});
|
||||
Binary file not shown.
Reference in New Issue
Block a user