-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_bus_layout.tres
More file actions
59 lines (54 loc) · 1.59 KB
/
default_bus_layout.tres
File metadata and controls
59 lines (54 loc) · 1.59 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[gd_resource type="AudioBusLayout" load_steps=5 format=3 uid="uid://deov2p7jubhmx"]
[sub_resource type="AudioEffectCompressor" id="AudioEffectCompressor_j3pel"]
resource_name = "Compressor"
[sub_resource type="AudioEffectChorus" id="AudioEffectChorus_j3pel"]
resource_name = "Chorus"
voice_count = 4
dry = 0.75
wet = 0.25
voice/3/delay_ms = 12.0
voice/3/rate_hz = 1.0
voice/3/depth_ms = 0.0
voice/3/level_db = 0.0
voice/3/cutoff_hz = 16000.0
voice/3/pan = 0.0
voice/4/delay_ms = 12.0
voice/4/rate_hz = 1.0
voice/4/depth_ms = 0.0
voice/4/level_db = 0.0
voice/4/cutoff_hz = 16000.0
voice/4/pan = 0.0
[sub_resource type="AudioEffectCompressor" id="AudioEffectCompressor_g28q7"]
resource_name = "Compressor"
[sub_resource type="AudioEffectChorus" id="AudioEffectChorus_g28q7"]
resource_name = "Chorus"
voice_count = 3
dry = 0.75
wet = 0.25
voice/3/delay_ms = 12.0
voice/3/rate_hz = 1.0
voice/3/depth_ms = 0.0
voice/3/level_db = 0.0
voice/3/cutoff_hz = 16000.0
voice/3/pan = 0.0
[resource]
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_j3pel")
bus/1/effect/0/enabled = true
bus/1/effect/1/effect = SubResource("AudioEffectChorus_j3pel")
bus/1/effect/1/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"
bus/2/effect/0/effect = SubResource("AudioEffectCompressor_g28q7")
bus/2/effect/0/enabled = true
bus/2/effect/1/effect = SubResource("AudioEffectChorus_g28q7")
bus/2/effect/1/enabled = true