-
Notifications
You must be signed in to change notification settings - Fork 21
/
Drop.erbui
123 lines (100 loc) · 2.16 KB
/
Drop.erbui
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/*****************************************************************************
Drop.erbui
Copyright (c) 2020 Raphael DINGE
*Tab=3***********************************************************************/
module Drop {
board kivu12
material pcb
header { label "DROP" }
route manual
line {
position 10hp, 83.7mm
position 10hp, 88.1mm
}
line {
position 2hp, 80.7mm
position 2hp, 82.6mm
}
line {
position 4.66hp, 80.7mm
position 4.66hp, 82.6mm
}
control freq_pot Pot {
position 6hp, 34mm
style rogan, 6ps
label "FREQ"
}
control mute_hp Switch {
position 6hp, 62mm
style on_on
rotation 90°ccw
label "MUTE" { positioning left }
label "HP" { positioning right }
}
control freq_trim Trim {
mode bipolar
position 10hp, 75.3mm
label "–/+"
}
control sync_button Button {
position 2hp, 75.3mm
style ck, d6r, black
}
control arm_button Button {
position 4.66hp, 75.3mm
style ck, d6r, black
}
control sync_led Led {
position 2hp, 85mm
style red
}
control sync_gate GateIn {
position 2hp, 96.5mm
style knurled
label "SYNC"
}
control arm_led Led {
position 4.66hp, 85mm
style red
}
control arm_gate GateIn {
position 4.66hp, 96.5mm
style knurled
label "ARM"
}
control state_led LedBi {
position 7.33hp, 85mm
}
control state_gate GateOut {
position 7.33hp, 96.5mm
style knurled
label "STATE"
}
control freq_cv CvIn {
position 10hp, 96.5mm
normalling nothing
style knurled
label "FREQ"
}
control audio_in_left AudioIn {
position 2hp, 111mm
style knurled
label "IN L"
}
control audio_in_right AudioIn {
position 4.66hp, 111mm
style knurled
label "IN R"
normalling audio_in_left
}
control audio_out_left AudioOut {
position 7.33hp, 111mm
style knurled
label "OUT L"
}
control audio_out_right AudioOut {
position 10hp, 111mm
style knurled
label "OUT R"
}
}