-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_bus_layout.tres
37 lines (33 loc) · 1.05 KB
/
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
32
33
34
35
36
37
[gd_resource type="AudioBusLayout" load_steps=4 format=3 uid="uid://dt02tvsy4mgvn"]
[sub_resource type="AudioEffectCompressor" id="AudioEffectCompressor_3pa3e"]
resource_name = "Compressor"
threshold = -4.0
attack_us = 100.0
release_ms = 20.0
[sub_resource type="AudioEffectLimiter" id="AudioEffectLimiter_3yn04"]
resource_name = "Limiter"
ceiling_db = -1.0
[sub_resource type="AudioEffectCompressor" id="AudioEffectCompressor_uj3k3"]
resource_name = "Compressor"
threshold = -16.0
ratio = 6.0
sidechain = &"SFX"
[resource]
bus/0/effect/0/effect = SubResource("AudioEffectCompressor_3pa3e")
bus/0/effect/0/enabled = true
bus/0/effect/1/effect = SubResource("AudioEffectLimiter_3yn04")
bus/0/effect/1/enabled = true
bus/1/name = &"MUSIC"
bus/1/solo = false
bus/1/mute = false
bus/1/bypass_fx = false
bus/1/volume_db = 0.0
bus/1/send = &"Master"
bus/1/effect/0/effect = SubResource("AudioEffectCompressor_uj3k3")
bus/1/effect/0/enabled = true
bus/2/name = &"SFX"
bus/2/solo = false
bus/2/mute = false
bus/2/bypass_fx = false
bus/2/volume_db = 0.0
bus/2/send = &"Master"