-
Notifications
You must be signed in to change notification settings - Fork 2
/
default_bus_layout.tres
31 lines (27 loc) · 981 Bytes
/
default_bus_layout.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[gd_resource type="AudioBusLayout" load_steps=4 format=3 uid="uid://b2xlc2esq3cvw"]
[sub_resource type="AudioEffectRecord" id="AudioEffectRecord_tvg3x"]
resource_name = "Record"
[sub_resource type="AudioEffectFilter" id="AudioEffectFilter_5tsjl"]
resource_name = "Filter"
cutoff_hz = 5000.0
[sub_resource type="AudioEffectSpectrumAnalyzer" id="AudioEffectSpectrumAnalyzer_1ksyd"]
resource_name = "SpectrumAnalyzer"
[resource]
bus/1/name = &"ShadowBus"
bus/1/solo = false
bus/1/mute = true
bus/1/bypass_fx = false
bus/1/volume_db = 0.0
bus/1/send = &"Master"
bus/2/name = &"Mic"
bus/2/solo = false
bus/2/mute = false
bus/2/bypass_fx = false
bus/2/volume_db = 0.0
bus/2/send = &"ShadowBus"
bus/2/effect/0/effect = SubResource("AudioEffectRecord_tvg3x")
bus/2/effect/0/enabled = true
bus/2/effect/1/effect = SubResource("AudioEffectFilter_5tsjl")
bus/2/effect/1/enabled = true
bus/2/effect/2/effect = SubResource("AudioEffectSpectrumAnalyzer_1ksyd")
bus/2/effect/2/enabled = true