-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOP-CenterNode.tscn
67 lines (62 loc) · 1.56 KB
/
OP-CenterNode.tscn
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
60
61
62
63
64
65
66
67
[gd_scene load_steps=3 format=2]
[ext_resource path="res://GraphNodeSimple.gd" type="Script" id=1]
[ext_resource path="res://sys/ui/EnvelopeDisplay.tscn" type="PackedScene" id=2]
[node name="OP" type="GraphNode" groups=[
"operator",
]]
margin_right = 136.0
margin_bottom = 140.0
mouse_filter = 1
custom_constants/separation = 4
title = "OP"
slot/0/left_enabled = true
slot/0/left_type = 1
slot/0/left_color = Color( 0, 0.905882, 1, 1 )
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color( 0.678431, 0.466667, 1, 1 )
slot/1/left_enabled = false
slot/1/left_type = 0
slot/1/left_color = Color( 1, 1, 1, 1 )
slot/1/right_enabled = false
slot/1/right_type = 0
slot/1/right_color = Color( 1, 1, 1, 1 )
slot/2/left_enabled = false
slot/2/left_type = 0
slot/2/left_color = Color( 1, 1, 1, 1 )
slot/2/right_enabled = false
slot/2/right_type = 0
slot/2/right_color = Color( 1, 1, 1, 1 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="EnvelopeDisplay" parent="." instance=ExtResource( 2 )]
margin_left = 16.0
margin_top = 24.0
margin_right = 120.0
margin_bottom = 88.0
rect_min_size = Vector2( 0, 64 )
mouse_filter = 1
dc = 0.8
sc = 0.5
rc = 0.3
Decay = 0
Sustain = 6
[node name="Label" type="Label" parent="."]
margin_left = 16.0
margin_top = 92.0
margin_right = 120.0
margin_bottom = 106.0
text = "Input / Output"
align = 1
valign = 1
[node name="Bypass" type="CheckBox" parent="."]
margin_left = 16.0
margin_top = 110.0
margin_right = 120.0
margin_bottom = 134.0
custom_constants/hseparation = 8
text = "Bypass"
clip_text = true
align = 1