├── Braids3Dpanel └── Braidstestpanel.stl ├── DIYcase ├── .gitkeep ├── Case6u98HP v2.step ├── Case6u98HPV1.f3d ├── DIYCaseDRW.jpg ├── IMG_20210203_120903.jpg ├── Railholder.stl ├── SYNTHDECAL1.png └── SYNTHDECAL2.png ├── Distortion ├── .gitkeep ├── DistortionGerber.zip ├── DistortionPCBPanelGerber.zip ├── DistortionV1.sch ├── DistortionV2 │ ├── .gitkeep │ ├── Distortion2.zip │ ├── DistortionV1.pdf │ ├── DistortionV2Panel.stl │ └── Distortionguide.pdf └── bom │ ├── DistortionV1.2BOM.html │ ├── DistortionV1Bom.html │ └── DistortionV2BOM.html ├── HeadphoneOutV1 ├── DoeiGerbers.zip ├── DoeiPanel2.stl ├── DoeiV1Bom.html ├── DoeiV1Guide.pdf └── HeadphoneOutV1.sch ├── MarbleHornet ├── .gitkeep ├── MarbleHornetV1MAIN.zip ├── MarbleHornetV1PANEL.zip └── WespKosmo.pdf ├── Omnitool ├── .gitkeep ├── Omnitool.sch ├── OmnitoolCONTRV1.zip ├── OmnitoolMAINV1.zip ├── OmnitoolpanelV1.stl └── bom │ └── OmnitoolV1BOM.html ├── Paco ├── PACOguide2.pdf ├── Paco.sch ├── PacoGerbers.zip ├── PacoPanelV1.stl └── PacoPanelV2.stl ├── PrintablePanels ├── .gitkeep ├── EricaMIDICVpanel.stl ├── FCMAmpPanel.stl ├── FCMoreVCAspanel.stl ├── FCRagingBullPanel.stl ├── KassutronicsASRpanel.stl ├── KassutronicsKS20Panel.stl ├── KassutronicsVCOPanel.stl ├── SVCOPanel1.stl └── TheTiger.stl ├── README.md ├── THT BRAIDS.pdf ├── Tuner ├── .gitkeep ├── Schermafbeelding 2021-01-26 155520.jpg ├── TUNAV2Guide.pdf ├── Tuner.sch ├── TunerGerbs.zip ├── TunerGuide.pdf ├── TunerPanel.stl ├── TunerPanelTest.stl └── bom │ └── TunerV1.2BOM.html ├── Wesp ├── .gitkeep ├── WESPV1Guide.pdf ├── Wesp.sch ├── WespCONTRV1.zip ├── WespMAINV1.zip ├── WespV2 │ ├── .gitkeep │ ├── WespV2BOM.html │ ├── WespV2CONTR.zip │ └── WespV2MAIN.zip ├── WesppanelV1.stl └── bom │ └── WespBOMV1.html ├── _config.yml ├── docs ├── _config.yml ├── hulp.md └── index.md └── images ├── .gitkeep ├── Case6u98HPback.png ├── Case6u98HPfront.png ├── DISTFOTO.png ├── DOEIFOTO.png ├── LOGO.png ├── PACOFOTO.png ├── TUNAFOTO.png └── WESPFOTO.png /Braids3Dpanel/Braidstestpanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Braids3Dpanel/Braidstestpanel.stl -------------------------------------------------------------------------------- /DIYcase/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /DIYcase/Case6u98HPV1.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/Case6u98HPV1.f3d -------------------------------------------------------------------------------- /DIYcase/DIYCaseDRW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/DIYCaseDRW.jpg -------------------------------------------------------------------------------- /DIYcase/IMG_20210203_120903.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/IMG_20210203_120903.jpg -------------------------------------------------------------------------------- /DIYcase/Railholder.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/Railholder.stl -------------------------------------------------------------------------------- /DIYcase/SYNTHDECAL1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/SYNTHDECAL1.png -------------------------------------------------------------------------------- /DIYcase/SYNTHDECAL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/DIYcase/SYNTHDECAL2.png -------------------------------------------------------------------------------- /Distortion/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Distortion/DistortionGerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionGerber.zip -------------------------------------------------------------------------------- /Distortion/DistortionPCBPanelGerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionPCBPanelGerber.zip -------------------------------------------------------------------------------- /Distortion/DistortionV2/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Distortion/DistortionV2/Distortion2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/Distortion2.zip -------------------------------------------------------------------------------- /Distortion/DistortionV2/DistortionV1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/DistortionV1.pdf -------------------------------------------------------------------------------- /Distortion/DistortionV2/DistortionV2Panel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/DistortionV2Panel.stl -------------------------------------------------------------------------------- /Distortion/DistortionV2/Distortionguide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Distortion/DistortionV2/Distortionguide.pdf -------------------------------------------------------------------------------- /HeadphoneOutV1/DoeiGerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/HeadphoneOutV1/DoeiGerbers.zip -------------------------------------------------------------------------------- /HeadphoneOutV1/DoeiPanel2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/HeadphoneOutV1/DoeiPanel2.stl -------------------------------------------------------------------------------- /HeadphoneOutV1/DoeiV1Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/HeadphoneOutV1/DoeiV1Guide.pdf -------------------------------------------------------------------------------- /MarbleHornet/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /MarbleHornet/MarbleHornetV1MAIN.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/MarbleHornet/MarbleHornetV1MAIN.zip -------------------------------------------------------------------------------- /MarbleHornet/MarbleHornetV1PANEL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/MarbleHornet/MarbleHornetV1PANEL.zip -------------------------------------------------------------------------------- /MarbleHornet/WespKosmo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/MarbleHornet/WespKosmo.pdf -------------------------------------------------------------------------------- /Omnitool/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Omnitool/Omnitool.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A4 11693 8268 5 | encoding utf-8 6 | Sheet 1 1 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L eurocad:EURO_PWR_2x5 J2 18 | U 1 1 60050366 19 | P 2300 6750 20 | F 0 "J2" H 2300 7197 60 0000 C CNN 21 | F 1 "EURO_PWR_2x5" H 2300 7091 60 0000 C CNN 22 | F 2 "Connector_PinHeader_2.54mm:PinHeader_2x05_P2.54mm_Vertical" H 2300 6750 60 0001 C CNN 23 | F 3 "" H 2300 6750 60 0000 C CNN 24 | 1 2300 6750 25 | 1 0 0 -1 26 | $EndComp 27 | $Comp 28 | L eurocad:78L05 U3 29 | U 1 1 60050CA6 30 | P 5250 6600 31 | F 0 "U3" H 5250 7005 50 0000 C CNN 32 | F 1 "78L05" H 5250 6914 50 0000 C CNN 33 | F 2 "Package_TO_SOT_THT:TO-92L_Inline_Wide" H 5250 6600 50 0001 C CNN 34 | F 3 "regulator\\lm78lxx.pdf" H 5250 6823 50 0000 C CNN 35 | 1 5250 6600 36 | 1 0 0 -1 37 | $EndComp 38 | $Comp 39 | L Device:R R9 40 | U 1 1 60051B1A 41 | P 8050 2500 42 | F 0 "R9" V 7843 2500 50 0000 C CNN 43 | F 1 "33" V 7934 2500 50 0000 C CNN 44 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 7980 2500 50 0001 C CNN 45 | F 3 "~" H 8050 2500 50 0001 C CNN 46 | 1 8050 2500 47 | 0 1 1 0 48 | $EndComp 49 | $Comp 50 | L Device:R R13 51 | U 1 1 6005221E 52 | P 9100 2900 53 | F 0 "R13" V 8893 2900 50 0000 C CNN 54 | F 1 "1K" V 8984 2900 50 0000 C CNN 55 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9030 2900 50 0001 C CNN 56 | F 3 "~" H 9100 2900 50 0001 C CNN 57 | 1 9100 2900 58 | 0 1 1 0 59 | $EndComp 60 | $Comp 61 | L Device:R R12 62 | U 1 1 60052930 63 | P 9000 2500 64 | F 0 "R12" V 8793 2500 50 0000 C CNN 65 | F 1 "470" V 8884 2500 50 0000 C CNN 66 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8930 2500 50 0001 C CNN 67 | F 3 "~" H 9000 2500 50 0001 C CNN 68 | 1 9000 2500 69 | 0 1 1 0 70 | $EndComp 71 | $Comp 72 | L Device:CP C9 73 | U 1 1 60052EE2 74 | P 8250 2900 75 | F 0 "C9" H 8368 2946 50 0000 L CNN 76 | F 1 "10uF" H 8368 2855 50 0000 L CNN 77 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 8288 2750 50 0001 C CNN 78 | F 3 "~" H 8250 2900 50 0001 C CNN 79 | 1 8250 2900 80 | 1 0 0 -1 81 | $EndComp 82 | $Comp 83 | L Device:LED D4 84 | U 1 1 6005358A 85 | P 9550 2900 86 | F 0 "D4" H 9543 2645 50 0000 C CNN 87 | F 1 "LED" H 9543 2736 50 0000 C CNN 88 | F 2 "LED_THT:LED_D3.0mm" H 9550 2900 50 0001 C CNN 89 | F 3 "~" H 9550 2900 50 0001 C CNN 90 | 1 9550 2900 91 | -1 0 0 1 92 | $EndComp 93 | Wire Wire Line 94 | 7650 2500 7900 2500 95 | Wire Wire Line 96 | 8200 2500 8250 2500 97 | Wire Wire Line 98 | 8250 2500 8250 2750 99 | Wire Wire Line 100 | 8250 2500 8450 2500 101 | Connection ~ 8250 2500 102 | Wire Wire Line 103 | 9250 2900 9400 2900 104 | Wire Wire Line 105 | 8950 2900 8750 2900 106 | Wire Wire Line 107 | 8750 2900 8750 2500 108 | Connection ~ 8750 2500 109 | Wire Wire Line 110 | 8750 2500 8850 2500 111 | $Comp 112 | L power:GND #PWR0101 113 | U 1 1 6005A9DF 114 | P 10000 2900 115 | F 0 "#PWR0101" H 10000 2650 50 0001 C CNN 116 | F 1 "GND" H 10005 2727 50 0000 C CNN 117 | F 2 "" H 10000 2900 50 0001 C CNN 118 | F 3 "" H 10000 2900 50 0001 C CNN 119 | 1 10000 2900 120 | 1 0 0 -1 121 | $EndComp 122 | Wire Wire Line 123 | 10000 2900 9700 2900 124 | $Comp 125 | L power:GND #PWR0102 126 | U 1 1 6005B4CF 127 | P 8250 3150 128 | F 0 "#PWR0102" H 8250 2900 50 0001 C CNN 129 | F 1 "GND" H 8255 2977 50 0000 C CNN 130 | F 2 "" H 8250 3150 50 0001 C CNN 131 | F 3 "" H 8250 3150 50 0001 C CNN 132 | 1 8250 3150 133 | 1 0 0 -1 134 | $EndComp 135 | Wire Wire Line 136 | 8250 3050 8250 3150 137 | $Comp 138 | L power:+5V #PWR0103 139 | U 1 1 6005BC81 140 | P 7800 2600 141 | F 0 "#PWR0103" H 7800 2450 50 0001 C CNN 142 | F 1 "+5V" V 7815 2728 50 0000 L CNN 143 | F 2 "" H 7800 2600 50 0001 C CNN 144 | F 3 "" H 7800 2600 50 0001 C CNN 145 | 1 7800 2600 146 | 0 1 1 0 147 | $EndComp 148 | Wire Wire Line 149 | 7800 2600 7650 2600 150 | $Comp 151 | L Device:Q_PNP_BCE Q1 152 | U 1 1 6005CA26 153 | P 8650 1350 154 | F 0 "Q1" H 8840 1304 50 0000 L CNN 155 | F 1 "PNP" H 8840 1395 50 0000 L CNN 156 | F 2 "Package_TO_SOT_THT:TO-92L_Inline_Wide" H 8850 1450 50 0001 C CNN 157 | F 3 "~" H 8650 1350 50 0001 C CNN 158 | 1 8650 1350 159 | 1 0 0 1 160 | $EndComp 161 | $Comp 162 | L Device:R R11 163 | U 1 1 6005E1A7 164 | P 8300 1800 165 | F 0 "R11" H 8370 1846 50 0000 L CNN 166 | F 1 "100K" H 8370 1755 50 0000 L CNN 167 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8230 1800 50 0001 C CNN 168 | F 3 "~" H 8300 1800 50 0001 C CNN 169 | 1 8300 1800 170 | 0 -1 -1 0 171 | $EndComp 172 | $Comp 173 | L power:+5V #PWR0104 174 | U 1 1 6005EE81 175 | P 8750 1000 176 | F 0 "#PWR0104" H 8750 850 50 0001 C CNN 177 | F 1 "+5V" H 8765 1173 50 0000 C CNN 178 | F 2 "" H 8750 1000 50 0001 C CNN 179 | F 3 "" H 8750 1000 50 0001 C CNN 180 | 1 8750 1000 181 | 1 0 0 -1 182 | $EndComp 183 | $Comp 184 | L Device:R R10 185 | U 1 1 6005F304 186 | P 8300 1500 187 | F 0 "R10" V 8093 1500 50 0000 C CNN 188 | F 1 "5K" V 8184 1500 50 0000 C CNN 189 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 8230 1500 50 0001 C CNN 190 | F 3 "~" H 8300 1500 50 0001 C CNN 191 | 1 8300 1500 192 | 0 1 1 0 193 | $EndComp 194 | $Comp 195 | L power:GND #PWR0105 196 | U 1 1 6005FC78 197 | P 7950 1500 198 | F 0 "#PWR0105" H 7950 1250 50 0001 C CNN 199 | F 1 "GND" H 7955 1327 50 0000 C CNN 200 | F 2 "" H 7950 1500 50 0001 C CNN 201 | F 3 "" H 7950 1500 50 0001 C CNN 202 | 1 7950 1500 203 | 1 0 0 -1 204 | $EndComp 205 | Wire Wire Line 206 | 7950 1500 8150 1500 207 | Wire Wire Line 208 | 8450 2300 8450 2500 209 | Connection ~ 8450 2500 210 | Wire Wire Line 211 | 8450 2500 8750 2500 212 | Wire Wire Line 213 | 8450 1800 8450 1500 214 | Wire Wire Line 215 | 8450 1350 8450 1500 216 | Connection ~ 8450 1500 217 | Wire Wire Line 218 | 8750 1000 8750 1150 219 | $Comp 220 | L Device:R R15 221 | U 1 1 600627FB 222 | P 9750 1150 223 | F 0 "R15" V 9543 1150 50 0000 C CNN 224 | F 1 "1K" V 9634 1150 50 0000 C CNN 225 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9680 1150 50 0001 C CNN 226 | F 3 "~" H 9750 1150 50 0001 C CNN 227 | 1 9750 1150 228 | 0 1 1 0 229 | $EndComp 230 | $Comp 231 | L Device:R R14 232 | U 1 1 60063343 233 | P 9750 850 234 | F 0 "R14" V 9543 850 50 0000 C CNN 235 | F 1 "470" V 9634 850 50 0000 C CNN 236 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 9680 850 50 0001 C CNN 237 | F 3 "~" H 9750 850 50 0001 C CNN 238 | 1 9750 850 239 | 0 1 1 0 240 | $EndComp 241 | $Comp 242 | L Device:R R16 243 | U 1 1 60063DFA 244 | P 10400 1000 245 | F 0 "R16" H 10470 1046 50 0000 L CNN 246 | F 1 "100K" H 10470 955 50 0000 L CNN 247 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 10330 1000 50 0001 C CNN 248 | F 3 "~" H 10400 1000 50 0001 C CNN 249 | 1 10400 1000 250 | 1 0 0 -1 251 | $EndComp 252 | $Comp 253 | L Device:LED D5 254 | U 1 1 60064D1D 255 | P 10150 1150 256 | F 0 "D5" H 10143 895 50 0000 C CNN 257 | F 1 "LED" H 10143 986 50 0000 C CNN 258 | F 2 "LED_THT:LED_D3.0mm" H 10150 1150 50 0001 C CNN 259 | F 3 "~" H 10150 1150 50 0001 C CNN 260 | 1 10150 1150 261 | -1 0 0 1 262 | $EndComp 263 | Wire Wire Line 264 | 10000 1150 9900 1150 265 | Wire Wire Line 266 | 9600 1150 9600 850 267 | Wire Wire Line 268 | 9600 850 9250 850 269 | Connection ~ 9600 850 270 | Wire Wire Line 271 | 9900 850 10400 850 272 | Wire Wire Line 273 | 10300 1150 10400 1150 274 | $Comp 275 | L Connector:AudioJack2_SwitchT J7 276 | U 1 1 60066CBA 277 | P 11000 850 278 | F 0 "J7" H 10820 783 50 0000 R CNN 279 | F 1 "INVERSE" H 10820 874 50 0000 R CNN 280 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 11000 850 50 0001 C CNN 281 | F 3 "~" H 11000 850 50 0001 C CNN 282 | 1 11000 850 283 | -1 0 0 1 284 | $EndComp 285 | Wire Wire Line 286 | 10800 850 10400 850 287 | Connection ~ 10400 850 288 | $Comp 289 | L power:GND #PWR0106 290 | U 1 1 60067F31 291 | P 10800 1100 292 | F 0 "#PWR0106" H 10800 850 50 0001 C CNN 293 | F 1 "GND" H 10805 927 50 0000 C CNN 294 | F 2 "" H 10800 1100 50 0001 C CNN 295 | F 3 "" H 10800 1100 50 0001 C CNN 296 | 1 10800 1100 297 | 1 0 0 -1 298 | $EndComp 299 | Wire Wire Line 300 | 10800 950 10800 1100 301 | $Comp 302 | L Device:CP C2 303 | U 1 1 6006EF21 304 | P 3200 6700 305 | F 0 "C2" H 3318 6746 50 0000 L CNN 306 | F 1 "10uF" H 3318 6655 50 0000 L CNN 307 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 3238 6550 50 0001 C CNN 308 | F 3 "~" H 3200 6700 50 0001 C CNN 309 | 1 3200 6700 310 | 1 0 0 -1 311 | $EndComp 312 | $Comp 313 | L Device:CP C3 314 | U 1 1 6006F8E7 315 | P 3450 6800 316 | F 0 "C3" H 3568 6846 50 0000 L CNN 317 | F 1 "10uF" H 3568 6755 50 0000 L CNN 318 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 3488 6650 50 0001 C CNN 319 | F 3 "~" H 3450 6800 50 0001 C CNN 320 | 1 3450 6800 321 | 1 0 0 -1 322 | $EndComp 323 | $Comp 324 | L Device:R R2 325 | U 1 1 6007440C 326 | P 1750 1450 327 | F 0 "R2" H 1820 1496 50 0000 L CNN 328 | F 1 "100K" H 1820 1405 50 0000 L CNN 329 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1680 1450 50 0001 C CNN 330 | F 3 "~" H 1750 1450 50 0001 C CNN 331 | 1 1750 1450 332 | 1 0 0 -1 333 | $EndComp 334 | $Comp 335 | L Device:R R1 336 | U 1 1 60074D59 337 | P 1400 1300 338 | F 0 "R1" V 1193 1300 50 0000 C CNN 339 | F 1 "100K" V 1284 1300 50 0000 C CNN 340 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1330 1300 50 0001 C CNN 341 | F 3 "~" H 1400 1300 50 0001 C CNN 342 | 1 1400 1300 343 | 0 1 1 0 344 | $EndComp 345 | $Comp 346 | L Device:R R3 347 | U 1 1 6007576E 348 | P 1950 2850 349 | F 0 "R3" V 1743 2850 50 0000 C CNN 350 | F 1 "100K" V 1834 2850 50 0000 C CNN 351 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 1880 2850 50 0001 C CNN 352 | F 3 "~" H 1950 2850 50 0001 C CNN 353 | 1 1950 2850 354 | 0 1 1 0 355 | $EndComp 356 | $Comp 357 | L Device:R R4 358 | U 1 1 60075FDB 359 | P 2400 2850 360 | F 0 "R4" V 2193 2850 50 0000 C CNN 361 | F 1 "1K" V 2284 2850 50 0000 C CNN 362 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 2330 2850 50 0001 C CNN 363 | F 3 "~" H 2400 2850 50 0001 C CNN 364 | 1 2400 2850 365 | 0 1 1 0 366 | $EndComp 367 | $Comp 368 | L Device:R R5 369 | U 1 1 60076837 370 | P 3400 2450 371 | F 0 "R5" H 3470 2496 50 0000 L CNN 372 | F 1 "100K" H 3470 2405 50 0000 L CNN 373 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 3330 2450 50 0001 C CNN 374 | F 3 "~" H 3400 2450 50 0001 C CNN 375 | 1 3400 2450 376 | 1 0 0 -1 377 | $EndComp 378 | $Comp 379 | L Device:D D3 380 | U 1 1 60077DB3 381 | P 3700 2300 382 | F 0 "D3" H 3700 2083 50 0000 C CNN 383 | F 1 "1n4148" H 3700 2174 50 0000 C CNN 384 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 3700 2300 50 0001 C CNN 385 | F 3 "~" H 3700 2300 50 0001 C CNN 386 | 1 3700 2300 387 | -1 0 0 1 388 | $EndComp 389 | Wire Wire Line 390 | 4150 2300 3850 2300 391 | Wire Wire Line 392 | 3550 2300 3400 2300 393 | Connection ~ 3400 2300 394 | Wire Wire Line 395 | 3400 2300 3250 2300 396 | Wire Wire Line 397 | 2950 2300 2800 2300 398 | Wire Wire Line 399 | 2200 2400 2200 2850 400 | Wire Wire Line 401 | 2200 2850 2250 2850 402 | Wire Wire Line 403 | 2200 2850 2100 2850 404 | Connection ~ 2200 2850 405 | Wire Wire Line 406 | 2100 1300 1750 1300 407 | Connection ~ 1750 1300 408 | Wire Wire Line 409 | 1750 1300 1550 1300 410 | $Comp 411 | L power:GND #PWR0107 412 | U 1 1 6007F9DE 413 | P 1600 1600 414 | F 0 "#PWR0107" H 1600 1350 50 0001 C CNN 415 | F 1 "GND" H 1605 1427 50 0000 C CNN 416 | F 2 "" H 1600 1600 50 0001 C CNN 417 | F 3 "" H 1600 1600 50 0001 C CNN 418 | 1 1600 1600 419 | 1 0 0 -1 420 | $EndComp 421 | $Comp 422 | L power:GND #PWR0108 423 | U 1 1 6008046D 424 | P 2700 2850 425 | F 0 "#PWR0108" H 2700 2600 50 0001 C CNN 426 | F 1 "GND" H 2705 2677 50 0000 C CNN 427 | F 2 "" H 2700 2850 50 0001 C CNN 428 | F 3 "" H 2700 2850 50 0001 C CNN 429 | 1 2700 2850 430 | 1 0 0 -1 431 | $EndComp 432 | $Comp 433 | L power:GND #PWR0109 434 | U 1 1 60080DB8 435 | P 3400 2750 436 | F 0 "#PWR0109" H 3400 2500 50 0001 C CNN 437 | F 1 "GND" H 3405 2577 50 0000 C CNN 438 | F 2 "" H 3400 2750 50 0001 C CNN 439 | F 3 "" H 3400 2750 50 0001 C CNN 440 | 1 3400 2750 441 | 1 0 0 -1 442 | $EndComp 443 | Wire Wire Line 444 | 3400 2600 3400 2750 445 | Wire Wire Line 446 | 2700 2850 2550 2850 447 | Wire Wire Line 448 | 1600 1600 1750 1600 449 | $Comp 450 | L power:+12V #PWR0110 451 | U 1 1 60083C24 452 | P 4350 1850 453 | F 0 "#PWR0110" H 4350 1700 50 0001 C CNN 454 | F 1 "+12V" H 4365 2023 50 0000 C CNN 455 | F 2 "" H 4350 1850 50 0001 C CNN 456 | F 3 "" H 4350 1850 50 0001 C CNN 457 | 1 4350 1850 458 | 1 0 0 -1 459 | $EndComp 460 | $Comp 461 | L power:+12V #PWR0111 462 | U 1 1 60084A0A 463 | P 1700 2850 464 | F 0 "#PWR0111" H 1700 2700 50 0001 C CNN 465 | F 1 "+12V" V 1715 2978 50 0000 L CNN 466 | F 2 "" H 1700 2850 50 0001 C CNN 467 | F 3 "" H 1700 2850 50 0001 C CNN 468 | 1 1700 2850 469 | 0 -1 -1 0 470 | $EndComp 471 | Wire Wire Line 472 | 1800 2850 1700 2850 473 | Wire Wire Line 474 | 4350 1850 4350 2000 475 | $Comp 476 | L power:-12V #PWR0112 477 | U 1 1 60086FBA 478 | P 4350 2700 479 | F 0 "#PWR0112" H 4350 2800 50 0001 C CNN 480 | F 1 "-12V" H 4365 2873 50 0000 C CNN 481 | F 2 "" H 4350 2700 50 0001 C CNN 482 | F 3 "" H 4350 2700 50 0001 C CNN 483 | 1 4350 2700 484 | -1 0 0 1 485 | $EndComp 486 | Wire Wire Line 487 | 4350 2600 4350 2700 488 | $Comp 489 | L power:GND #PWR0113 490 | U 1 1 6008867F 491 | P 4050 2400 492 | F 0 "#PWR0113" H 4050 2150 50 0001 C CNN 493 | F 1 "GND" H 4055 2227 50 0000 C CNN 494 | F 2 "" H 4050 2400 50 0001 C CNN 495 | F 3 "" H 4050 2400 50 0001 C CNN 496 | 1 4050 2400 497 | 1 0 0 -1 498 | $EndComp 499 | $Comp 500 | L Device:R R6 501 | U 1 1 60088EF1 502 | P 3250 1150 503 | F 0 "R6" H 3320 1196 50 0000 L CNN 504 | F 1 "100K" H 3320 1105 50 0000 L CNN 505 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 3180 1150 50 0001 C CNN 506 | F 3 "~" H 3250 1150 50 0001 C CNN 507 | 1 3250 1150 508 | 1 0 0 -1 509 | $EndComp 510 | $Comp 511 | L Connector:AudioJack2_SwitchT J3 512 | U 1 1 6008A9B8 513 | P 2650 1000 514 | F 0 "J3" H 2470 933 50 0000 R CNN 515 | F 1 "SH_IN" H 2470 1024 50 0000 R CNN 516 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 2650 1000 50 0001 C CNN 517 | F 3 "~" H 2650 1000 50 0001 C CNN 518 | 1 2650 1000 519 | 1 0 0 1 520 | $EndComp 521 | Wire Wire Line 522 | 2850 1000 3250 1000 523 | Wire Wire Line 524 | 4150 2200 4150 1500 525 | Wire Wire Line 526 | 3550 1000 3250 1000 527 | Connection ~ 3250 1000 528 | $Comp 529 | L power:GND #PWR0114 530 | U 1 1 6008EF91 531 | P 3250 1400 532 | F 0 "#PWR0114" H 3250 1150 50 0001 C CNN 533 | F 1 "GND" H 3255 1227 50 0000 C CNN 534 | F 2 "" H 3250 1400 50 0001 C CNN 535 | F 3 "" H 3250 1400 50 0001 C CNN 536 | 1 3250 1400 537 | 1 0 0 -1 538 | $EndComp 539 | Wire Wire Line 540 | 3250 1300 3250 1350 541 | Wire Wire Line 542 | 4050 2400 4150 2400 543 | Wire Wire Line 544 | 4550 2600 4650 2600 545 | $Comp 546 | L power:GND #PWR0115 547 | U 1 1 60092F70 548 | P 5100 2600 549 | F 0 "#PWR0115" H 5100 2350 50 0001 C CNN 550 | F 1 "GND" H 5105 2427 50 0000 C CNN 551 | F 2 "" H 5100 2600 50 0001 C CNN 552 | F 3 "" H 5100 2600 50 0001 C CNN 553 | 1 5100 2600 554 | 1 0 0 -1 555 | $EndComp 556 | Wire Wire Line 557 | 4950 2600 5100 2600 558 | NoConn ~ 4550 2000 559 | $Comp 560 | L Device:R R8 561 | U 1 1 60095999 562 | P 5350 1100 563 | F 0 "R8" V 5143 1100 50 0000 C CNN 564 | F 1 "1K" V 5234 1100 50 0000 C CNN 565 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 5280 1100 50 0001 C CNN 566 | F 3 "~" H 5350 1100 50 0001 C CNN 567 | 1 5350 1100 568 | 0 1 1 0 569 | $EndComp 570 | $Comp 571 | L Connector:AudioJack2_SwitchT J4 572 | U 1 1 60096110 573 | P 5900 1100 574 | F 0 "J4" H 5720 1033 50 0000 R CNN 575 | F 1 "SH_OUT" H 5720 1124 50 0000 R CNN 576 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5900 1100 50 0001 C CNN 577 | F 3 "~" H 5900 1100 50 0001 C CNN 578 | 1 5900 1100 579 | -1 0 0 1 580 | $EndComp 581 | Wire Wire Line 582 | 5700 1100 5500 1100 583 | Wire Wire Line 584 | 4750 2300 4950 2300 585 | NoConn ~ 5700 1000 586 | Wire Wire Line 587 | 3250 1350 2850 1350 588 | Wire Wire Line 589 | 2850 1350 2850 1100 590 | Connection ~ 3250 1350 591 | Wire Wire Line 592 | 3250 1350 3250 1400 593 | NoConn ~ 10800 750 594 | Text GLabel 1050 850 0 50 Input ~ 0 595 | BUTTON 596 | $Comp 597 | L Connector:AudioJack2_SwitchT J1 598 | U 1 1 600A2D69 599 | P 850 1300 600 | F 0 "J1" H 670 1233 50 0000 R CNN 601 | F 1 "SH_TRIG" H 670 1324 50 0000 R CNN 602 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 850 1300 50 0001 C CNN 603 | F 3 "~" H 850 1300 50 0001 C CNN 604 | 1 850 1300 605 | 1 0 0 1 606 | $EndComp 607 | Wire Wire Line 608 | 1250 1300 1050 1300 609 | Wire Wire Line 610 | 1050 1400 1600 1400 611 | Wire Wire Line 612 | 1600 1400 1600 1600 613 | Connection ~ 1600 1600 614 | Wire Wire Line 615 | 1050 850 1050 1200 616 | Wire Notes Line 617 | 450 3750 6450 3750 618 | $Comp 619 | L Amplifier_Operational:TL074 U1 620 | U 1 1 600E4DB1 621 | P 2500 2300 622 | F 0 "U1" H 2500 2667 50 0000 C CNN 623 | F 1 "TL074" H 2500 2576 50 0000 C CNN 624 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 2450 2400 50 0001 C CNN 625 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 2550 2500 50 0001 C CNN 626 | 1 2500 2300 627 | 1 0 0 -1 628 | $EndComp 629 | $Comp 630 | L Amplifier_Operational:TL074 U1 631 | U 2 1 600E624A 632 | P 8100 3900 633 | F 0 "U1" H 8100 4267 50 0000 C CNN 634 | F 1 "TL074" H 8100 4176 50 0000 C CNN 635 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 8050 4000 50 0001 C CNN 636 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 8150 4100 50 0001 C CNN 637 | 2 8100 3900 638 | 1 0 0 -1 639 | $EndComp 640 | $Comp 641 | L Amplifier_Operational:TL074 U1 642 | U 3 1 600E74AD 643 | P 9650 4000 644 | F 0 "U1" H 9650 4367 50 0000 C CNN 645 | F 1 "TL074" H 9650 4276 50 0000 C CNN 646 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 9600 4100 50 0001 C CNN 647 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 9700 4200 50 0001 C CNN 648 | 3 9650 4000 649 | 1 0 0 -1 650 | $EndComp 651 | $Comp 652 | L Amplifier_Operational:TL074 U1 653 | U 5 1 600E89D0 654 | P 3300 5350 655 | F 0 "U1" H 3258 5396 50 0000 L CNN 656 | F 1 "TL074" H 3258 5305 50 0000 L CNN 657 | F 2 "Package_DIP:DIP-14_W7.62mm_Socket" H 3250 5450 50 0001 C CNN 658 | F 3 "http://www.ti.com/lit/ds/symlink/tl071.pdf" H 3350 5550 50 0001 C CNN 659 | 5 3300 5350 660 | 1 0 0 -1 661 | $EndComp 662 | $Comp 663 | L Connector:AudioJack2_SwitchT J5 664 | U 1 1 600F45F4 665 | P 7000 4700 666 | F 0 "J5" H 6820 4633 50 0000 R CNN 667 | F 1 "GLIDE_IN" H 6820 4724 50 0000 R CNN 668 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 7000 4700 50 0001 C CNN 669 | F 3 "~" H 7000 4700 50 0001 C CNN 670 | 1 7000 4700 671 | 1 0 0 1 672 | $EndComp 673 | $Comp 674 | L Connector:AudioJack2_SwitchT J6 675 | U 1 1 600F526B 676 | P 10550 4750 677 | F 0 "J6" H 10370 4683 50 0000 R CNN 678 | F 1 "GLIDE_OUT" H 10370 4774 50 0000 R CNN 679 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 10550 4750 50 0001 C CNN 680 | F 3 "~" H 10550 4750 50 0001 C CNN 681 | 1 10550 4750 682 | -1 0 0 1 683 | $EndComp 684 | $Comp 685 | L Device:R_POT RV1 686 | U 1 1 600F6027 687 | P 8550 4750 688 | F 0 "RV1" V 8435 4750 50 0000 C CNN 689 | F 1 "A200K GLIDE" V 8344 4750 50 0000 C CNN 690 | F 2 "MusicThingModular:9MM_SNAP-IN_POT" H 8550 4750 50 0001 C CNN 691 | F 3 "~" H 8550 4750 50 0001 C CNN 692 | 1 8550 4750 693 | 0 -1 -1 0 694 | $EndComp 695 | $Comp 696 | L Device:CP C10 697 | U 1 1 600F6E96 698 | P 9050 4050 699 | F 0 "C10" H 9168 4096 50 0000 L CNN 700 | F 1 "2.2uF" H 9168 4005 50 0000 L CNN 701 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 9088 3900 50 0001 C CNN 702 | F 3 "~" H 9050 4050 50 0001 C CNN 703 | 1 9050 4050 704 | 1 0 0 -1 705 | $EndComp 706 | Wire Wire Line 707 | 8850 3900 9050 3900 708 | Connection ~ 9050 3900 709 | Wire Wire Line 710 | 9050 3900 9350 3900 711 | Wire Wire Line 712 | 9950 4000 10000 4000 713 | Wire Wire Line 714 | 9350 4100 9350 4250 715 | Wire Wire Line 716 | 9350 4250 10000 4250 717 | Wire Wire Line 718 | 10000 4250 10000 4000 719 | Wire Wire Line 720 | 7800 4000 7800 4150 721 | Wire Wire Line 722 | 7800 4150 8400 4150 723 | Wire Wire Line 724 | 8400 4150 8400 3900 725 | $Comp 726 | L power:GND #PWR0116 727 | U 1 1 6010F3F2 728 | P 9050 4350 729 | F 0 "#PWR0116" H 9050 4100 50 0001 C CNN 730 | F 1 "GND" H 9055 4177 50 0000 C CNN 731 | F 2 "" H 9050 4350 50 0001 C CNN 732 | F 3 "" H 9050 4350 50 0001 C CNN 733 | 1 9050 4350 734 | 1 0 0 -1 735 | $EndComp 736 | Wire Wire Line 737 | 9050 4200 9050 4350 738 | $Comp 739 | L power:GND #PWR0117 740 | U 1 1 60111F47 741 | P 10350 5000 742 | F 0 "#PWR0117" H 10350 4750 50 0001 C CNN 743 | F 1 "GND" H 10355 4827 50 0000 C CNN 744 | F 2 "" H 10350 5000 50 0001 C CNN 745 | F 3 "" H 10350 5000 50 0001 C CNN 746 | 1 10350 5000 747 | 1 0 0 -1 748 | $EndComp 749 | $Comp 750 | L power:GND #PWR0118 751 | U 1 1 601129BE 752 | P 7250 5050 753 | F 0 "#PWR0118" H 7250 4800 50 0001 C CNN 754 | F 1 "GND" H 7255 4877 50 0000 C CNN 755 | F 2 "" H 7250 5050 50 0001 C CNN 756 | F 3 "" H 7250 5050 50 0001 C CNN 757 | 1 7250 5050 758 | 1 0 0 -1 759 | $EndComp 760 | Wire Wire Line 761 | 7200 4800 7250 4800 762 | Wire Wire Line 763 | 7250 4800 7250 5050 764 | Wire Wire Line 765 | 10350 4850 10350 5000 766 | NoConn ~ 10350 4650 767 | NoConn ~ 7200 4600 768 | $Comp 769 | L Device:D D1 770 | U 1 1 6011EA45 771 | P 2950 6550 772 | F 0 "D1" H 2950 6333 50 0000 C CNN 773 | F 1 "1n4001" H 2950 6424 50 0000 C CNN 774 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 2950 6550 50 0001 C CNN 775 | F 3 "~" H 2950 6550 50 0001 C CNN 776 | 1 2950 6550 777 | -1 0 0 1 778 | $EndComp 779 | $Comp 780 | L Device:D D2 781 | U 1 1 601216EB 782 | P 2950 6950 783 | F 0 "D2" H 2950 7167 50 0000 C CNN 784 | F 1 "1n4001" H 2950 7076 50 0000 C CNN 785 | F 2 "Diode_THT:D_A-405_P10.16mm_Horizontal" H 2950 6950 50 0001 C CNN 786 | F 3 "~" H 2950 6950 50 0001 C CNN 787 | 1 2950 6950 788 | 1 0 0 -1 789 | $EndComp 790 | $Comp 791 | L Device:R R7 792 | U 1 1 60124B25 793 | P 4350 6550 794 | F 0 "R7" V 4143 6550 50 0000 C CNN 795 | F 1 "100" V 4234 6550 50 0000 C CNN 796 | F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 4280 6550 50 0001 C CNN 797 | F 3 "~" H 4350 6550 50 0001 C CNN 798 | 1 4350 6550 799 | 0 1 1 0 800 | $EndComp 801 | $Comp 802 | L Device:CP C6 803 | U 1 1 6012577B 804 | P 4650 6700 805 | F 0 "C6" H 4768 6746 50 0000 L CNN 806 | F 1 "10uF" H 4768 6655 50 0000 L CNN 807 | F 2 "Capacitor_THT:CP_Radial_D4.0mm_P2.00mm" H 4688 6550 50 0001 C CNN 808 | F 3 "~" H 4650 6700 50 0001 C CNN 809 | 1 4650 6700 810 | 1 0 0 -1 811 | $EndComp 812 | $Comp 813 | L Device:C C8 814 | U 1 1 601263F6 815 | P 5750 6700 816 | F 0 "C8" H 5865 6746 50 0000 L CNN 817 | F 1 "100nF" H 5865 6655 50 0000 L CNN 818 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 5788 6550 50 0001 C CNN 819 | F 3 "~" H 5750 6700 50 0001 C CNN 820 | 1 5750 6700 821 | 1 0 0 -1 822 | $EndComp 823 | Wire Wire Line 824 | 5750 6850 5250 6850 825 | Connection ~ 5250 6850 826 | Wire Wire Line 827 | 5250 6850 4650 6850 828 | Wire Wire Line 829 | 4850 6550 4650 6550 830 | Connection ~ 4650 6550 831 | Wire Wire Line 832 | 4650 6550 4500 6550 833 | Wire Wire Line 834 | 3100 6550 3200 6550 835 | Connection ~ 3200 6550 836 | Wire Wire Line 837 | 3200 6550 3700 6550 838 | Wire Wire Line 839 | 3300 6650 3300 6850 840 | Wire Wire Line 841 | 3300 6850 3200 6850 842 | Connection ~ 3200 6850 843 | Wire Wire Line 844 | 3200 6850 2750 6850 845 | Wire Wire Line 846 | 2800 6950 2750 6950 847 | Wire Wire Line 848 | 2750 6650 2750 6750 849 | Connection ~ 2750 6850 850 | Connection ~ 2750 6750 851 | Wire Wire Line 852 | 2750 6750 2750 6850 853 | Wire Wire Line 854 | 2750 6550 2800 6550 855 | $Comp 856 | L power:GND #PWR0119 857 | U 1 1 6014DBD7 858 | P 3650 6750 859 | F 0 "#PWR0119" H 3650 6500 50 0001 C CNN 860 | F 1 "GND" V 3655 6622 50 0000 R CNN 861 | F 2 "" H 3650 6750 50 0001 C CNN 862 | F 3 "" H 3650 6750 50 0001 C CNN 863 | 1 3650 6750 864 | 0 -1 -1 0 865 | $EndComp 866 | Wire Wire Line 867 | 3650 6750 3650 6650 868 | $Comp 869 | L power:-12V #PWR0120 870 | U 1 1 60151945 871 | P 3650 6950 872 | F 0 "#PWR0120" H 3650 7050 50 0001 C CNN 873 | F 1 "-12V" V 3665 7078 50 0000 L CNN 874 | F 2 "" H 3650 6950 50 0001 C CNN 875 | F 3 "" H 3650 6950 50 0001 C CNN 876 | 1 3650 6950 877 | 0 1 1 0 878 | $EndComp 879 | $Comp 880 | L power:+12V #PWR0121 881 | U 1 1 60155F00 882 | P 3900 6550 883 | F 0 "#PWR0121" H 3900 6400 50 0001 C CNN 884 | F 1 "+12V" H 3915 6723 50 0000 C CNN 885 | F 2 "" H 3900 6550 50 0001 C CNN 886 | F 3 "" H 3900 6550 50 0001 C CNN 887 | 1 3900 6550 888 | 1 0 0 -1 889 | $EndComp 890 | Connection ~ 3900 6550 891 | Wire Wire Line 892 | 3900 6550 4200 6550 893 | $Comp 894 | L power:+5V #PWR0122 895 | U 1 1 60156952 896 | P 6050 6550 897 | F 0 "#PWR0122" H 6050 6400 50 0001 C CNN 898 | F 1 "+5V" V 6065 6678 50 0000 L CNN 899 | F 2 "" H 6050 6550 50 0001 C CNN 900 | F 3 "" H 6050 6550 50 0001 C CNN 901 | 1 6050 6550 902 | 0 1 1 0 903 | $EndComp 904 | Wire Wire Line 905 | 6050 6550 5750 6550 906 | Connection ~ 5750 6550 907 | Wire Wire Line 908 | 5750 6550 5650 6550 909 | Wire Wire Line 910 | 1850 6950 1850 7100 911 | Wire Wire Line 912 | 1850 7100 2650 7100 913 | Wire Wire Line 914 | 2800 7100 2800 6950 915 | Connection ~ 2800 6950 916 | Wire Wire Line 917 | 1850 6550 1850 6200 918 | Wire Wire Line 919 | 1850 6200 2600 6200 920 | Wire Wire Line 921 | 2800 6200 2800 6550 922 | Connection ~ 2800 6550 923 | Wire Wire Line 924 | 1850 6650 1850 6750 925 | Connection ~ 1850 6750 926 | Wire Wire Line 927 | 1850 6750 1850 6850 928 | $Comp 929 | L power:GND #PWR0123 930 | U 1 1 60167AAF 931 | P 1850 6750 932 | F 0 "#PWR0123" H 1850 6500 50 0001 C CNN 933 | F 1 "GND" V 1855 6622 50 0000 R CNN 934 | F 2 "" H 1850 6750 50 0001 C CNN 935 | F 3 "" H 1850 6750 50 0001 C CNN 936 | 1 1850 6750 937 | 0 1 1 0 938 | $EndComp 939 | Wire Notes Line 940 | 11350 5300 11350 5350 941 | Wire Notes Line 942 | 6450 450 6450 5300 943 | Wire Notes Line 944 | 6450 5300 11350 5300 945 | $Comp 946 | L Device:C C4 947 | U 1 1 6017A32A 948 | P 3550 5050 949 | F 0 "C4" V 3298 5050 50 0000 C CNN 950 | F 1 "100nF" V 3389 5050 50 0000 C CNN 951 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 3588 4900 50 0001 C CNN 952 | F 3 "~" H 3550 5050 50 0001 C CNN 953 | 1 3550 5050 954 | 0 1 1 0 955 | $EndComp 956 | $Comp 957 | L Device:C C5 958 | U 1 1 6017AFED 959 | P 3550 5650 960 | F 0 "C5" V 3298 5650 50 0000 C CNN 961 | F 1 "100nF" V 3389 5650 50 0000 C CNN 962 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 3588 5500 50 0001 C CNN 963 | F 3 "~" H 3550 5650 50 0001 C CNN 964 | 1 3550 5650 965 | 0 1 1 0 966 | $EndComp 967 | $Comp 968 | L power:GND #PWR0124 969 | U 1 1 6017BCAD 970 | P 3950 5050 971 | F 0 "#PWR0124" H 3950 4800 50 0001 C CNN 972 | F 1 "GND" V 3955 4922 50 0000 R CNN 973 | F 2 "" H 3950 5050 50 0001 C CNN 974 | F 3 "" H 3950 5050 50 0001 C CNN 975 | 1 3950 5050 976 | 0 -1 -1 0 977 | $EndComp 978 | $Comp 979 | L power:GND #PWR0125 980 | U 1 1 6017C74C 981 | P 3950 5650 982 | F 0 "#PWR0125" H 3950 5400 50 0001 C CNN 983 | F 1 "GND" V 3955 5522 50 0000 R CNN 984 | F 2 "" H 3950 5650 50 0001 C CNN 985 | F 3 "" H 3950 5650 50 0001 C CNN 986 | 1 3950 5650 987 | 0 -1 -1 0 988 | $EndComp 989 | Wire Wire Line 990 | 3950 5050 3700 5050 991 | Wire Wire Line 992 | 3950 5650 3700 5650 993 | Wire Wire Line 994 | 3400 5650 3200 5650 995 | Wire Wire Line 996 | 3400 5050 3200 5050 997 | $Comp 998 | L power:+12V #PWR0126 999 | U 1 1 6018ED0C 1000 | P 3200 4900 1001 | F 0 "#PWR0126" H 3200 4750 50 0001 C CNN 1002 | F 1 "+12V" H 3215 5073 50 0000 C CNN 1003 | F 2 "" H 3200 4900 50 0001 C CNN 1004 | F 3 "" H 3200 4900 50 0001 C CNN 1005 | 1 3200 4900 1006 | 1 0 0 -1 1007 | $EndComp 1008 | $Comp 1009 | L power:-12V #PWR0127 1010 | U 1 1 601900CE 1011 | P 3200 5800 1012 | F 0 "#PWR0127" H 3200 5900 50 0001 C CNN 1013 | F 1 "-12V" H 3215 5973 50 0000 C CNN 1014 | F 2 "" H 3200 5800 50 0001 C CNN 1015 | F 3 "" H 3200 5800 50 0001 C CNN 1016 | 1 3200 5800 1017 | -1 0 0 1 1018 | $EndComp 1019 | Wire Wire Line 1020 | 3200 4900 3200 5050 1021 | Connection ~ 3200 5050 1022 | Wire Wire Line 1023 | 3200 5800 3200 5650 1024 | Connection ~ 3200 5650 1025 | $Comp 1026 | L power:PWR_FLAG #FLG0101 1027 | U 1 1 6019A18C 1028 | P 2600 6200 1029 | F 0 "#FLG0101" H 2600 6275 50 0001 C CNN 1030 | F 1 "PWR_FLAG" H 2600 6373 50 0000 C CNN 1031 | F 2 "" H 2600 6200 50 0001 C CNN 1032 | F 3 "~" H 2600 6200 50 0001 C CNN 1033 | 1 2600 6200 1034 | 1 0 0 -1 1035 | $EndComp 1036 | Connection ~ 2600 6200 1037 | Wire Wire Line 1038 | 2600 6200 2800 6200 1039 | $Comp 1040 | L power:PWR_FLAG #FLG0102 1041 | U 1 1 6019AB66 1042 | P 2650 7100 1043 | F 0 "#FLG0102" H 2650 7175 50 0001 C CNN 1044 | F 1 "PWR_FLAG" H 2650 7273 50 0000 C CNN 1045 | F 2 "" H 2650 7100 50 0001 C CNN 1046 | F 3 "~" H 2650 7100 50 0001 C CNN 1047 | 1 2650 7100 1048 | -1 0 0 1 1049 | $EndComp 1050 | Connection ~ 2650 7100 1051 | Wire Wire Line 1052 | 2650 7100 2800 7100 1053 | $Comp 1054 | L power:PWR_FLAG #FLG0103 1055 | U 1 1 6019B861 1056 | P 3650 6650 1057 | F 0 "#FLG0103" H 3650 6725 50 0001 C CNN 1058 | F 1 "PWR_FLAG" V 3650 6778 50 0000 L CNN 1059 | F 2 "" H 3650 6650 50 0001 C CNN 1060 | F 3 "~" H 3650 6650 50 0001 C CNN 1061 | 1 3650 6650 1062 | 0 1 1 0 1063 | $EndComp 1064 | Connection ~ 3650 6650 1065 | NoConn ~ 2850 900 1066 | $Comp 1067 | L power:PWR_FLAG #FLG0104 1068 | U 1 1 601A1689 1069 | P 3700 6550 1070 | F 0 "#FLG0104" H 3700 6625 50 0001 C CNN 1071 | F 1 "PWR_FLAG" H 3700 6723 50 0000 C CNN 1072 | F 2 "" H 3700 6550 50 0001 C CNN 1073 | F 3 "~" H 3700 6550 50 0001 C CNN 1074 | 1 3700 6550 1075 | 1 0 0 -1 1076 | $EndComp 1077 | Connection ~ 3700 6550 1078 | Wire Wire Line 1079 | 3700 6550 3900 6550 1080 | $Comp 1081 | L power:PWR_FLAG #FLG0105 1082 | U 1 1 601A1A83 1083 | P 3650 6950 1084 | F 0 "#FLG0105" H 3650 7025 50 0001 C CNN 1085 | F 1 "PWR_FLAG" H 3650 7123 50 0000 C CNN 1086 | F 2 "" H 3650 6950 50 0001 C CNN 1087 | F 3 "~" H 3650 6950 50 0001 C CNN 1088 | 1 3650 6950 1089 | -1 0 0 1 1090 | $EndComp 1091 | Connection ~ 3650 6950 1092 | Wire Wire Line 1093 | 3100 6950 3450 6950 1094 | Wire Wire Line 1095 | 3300 6650 3450 6650 1096 | Connection ~ 3450 6650 1097 | Wire Wire Line 1098 | 3450 6650 3650 6650 1099 | Connection ~ 3450 6950 1100 | Wire Wire Line 1101 | 3450 6950 3650 6950 1102 | $Comp 1103 | L Device:C C1 1104 | U 1 1 60210EA0 1105 | P 3100 2300 1106 | F 0 "C1" V 2848 2300 50 0000 C CNN 1107 | F 1 "1nF" V 2939 2300 50 0000 C CNN 1108 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 3138 2150 50 0001 C CNN 1109 | F 3 "~" H 3100 2300 50 0001 C CNN 1110 | 1 3100 2300 1111 | 0 1 1 0 1112 | $EndComp 1113 | $Comp 1114 | L Analog:LF398_DIP8 U2 1115 | U 1 1 60078C2E 1116 | P 4450 2300 1117 | F 0 "U2" H 4794 2346 50 0000 L CNN 1118 | F 1 "LF398_DIP8" H 4794 2255 50 0000 L CNN 1119 | F 2 "Package_DIP:DIP-8_W7.62mm_Socket" H 4450 2300 50 0001 C CNN 1120 | F 3 "http://www.ti.com/lit/ds/symlink/lf398-n.pdf" H 4450 2300 50 0001 C CNN 1121 | 1 4450 2300 1122 | 1 0 0 -1 1123 | $EndComp 1124 | $Comp 1125 | L Device:C C7 1126 | U 1 1 6021D154 1127 | P 4800 2600 1128 | F 0 "C7" V 4548 2600 50 0000 C CNN 1129 | F 1 "10nF" V 4639 2600 50 0000 C CNN 1130 | F 2 "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" H 4838 2450 50 0001 C CNN 1131 | F 3 "~" H 4800 2600 50 0001 C CNN 1132 | 1 4800 2600 1133 | 0 1 1 0 1134 | $EndComp 1135 | $Comp 1136 | L power:GND #PWR0128 1137 | U 1 1 60260FDD 1138 | P 4700 3950 1139 | F 0 "#PWR0128" H 4700 3700 50 0001 C CNN 1140 | F 1 "GND" V 4705 3822 50 0000 R CNN 1141 | F 2 "" H 4700 3950 50 0001 C CNN 1142 | F 3 "" H 4700 3950 50 0001 C CNN 1143 | 1 4700 3950 1144 | 0 1 1 0 1145 | $EndComp 1146 | $Comp 1147 | L power:GND #PWR0129 1148 | U 1 1 60262672 1149 | P 5750 3950 1150 | F 0 "#PWR0129" H 5750 3700 50 0001 C CNN 1151 | F 1 "GND" V 5755 3822 50 0000 R CNN 1152 | F 2 "" H 5750 3950 50 0001 C CNN 1153 | F 3 "" H 5750 3950 50 0001 C CNN 1154 | 1 5750 3950 1155 | 0 -1 -1 0 1156 | $EndComp 1157 | $Comp 1158 | L power:+5V #PWR0130 1159 | U 1 1 60263349 1160 | P 4700 4050 1161 | F 0 "#PWR0130" H 4700 3900 50 0001 C CNN 1162 | F 1 "+5V" V 4715 4178 50 0000 L CNN 1163 | F 2 "" H 4700 4050 50 0001 C CNN 1164 | F 3 "" H 4700 4050 50 0001 C CNN 1165 | 1 4700 4050 1166 | 0 -1 -1 0 1167 | $EndComp 1168 | $Comp 1169 | L power:+5V #PWR0131 1170 | U 1 1 60264079 1171 | P 5750 4050 1172 | F 0 "#PWR0131" H 5750 3900 50 0001 C CNN 1173 | F 1 "+5V" V 5765 4178 50 0000 L CNN 1174 | F 2 "" H 5750 4050 50 0001 C CNN 1175 | F 3 "" H 5750 4050 50 0001 C CNN 1176 | 1 5750 4050 1177 | 0 1 1 0 1178 | $EndComp 1179 | Text GLabel 4600 4150 0 50 Input ~ 0 1180 | GLIDE_IN 1181 | Text GLabel 7300 4700 2 50 Input ~ 0 1182 | GLIDE_IN 1183 | Text GLabel 4600 4250 0 50 Input ~ 0 1184 | GLIDE_OUT 1185 | Wire Notes Line 1186 | 6450 3350 11250 3350 1187 | Text GLabel 5750 4150 2 50 Input ~ 0 1188 | GLIDE_PCB1 1189 | Text GLabel 5750 4250 2 50 Input ~ 0 1190 | GLIDE_PCB2 1191 | Text GLabel 7650 3800 0 50 Input ~ 0 1192 | GLIDE_PCB1 1193 | Text GLabel 10150 4000 2 50 Input ~ 0 1194 | GLIDE_PCB2 1195 | Wire Wire Line 1196 | 10150 4000 10000 4000 1197 | Connection ~ 10000 4000 1198 | Wire Wire Line 1199 | 7800 3800 7650 3800 1200 | Text GLabel 4600 4350 0 50 Input ~ 0 1201 | SH_IN 1202 | Text GLabel 4600 4550 0 50 Input ~ 0 1203 | SH_OUT 1204 | Text GLabel 4600 4450 0 50 Input ~ 0 1205 | SH_TRIG 1206 | Text GLabel 2100 1300 2 50 Input ~ 0 1207 | SH_TRIG 1208 | Text GLabel 3550 1000 2 50 Input ~ 0 1209 | SH_IN 1210 | Text GLabel 5050 1100 0 50 Input ~ 0 1211 | SH_OUT 1212 | $Comp 1213 | L power:GND #PWR0132 1214 | U 1 1 602DA0FA 1215 | P 5700 1300 1216 | F 0 "#PWR0132" H 5700 1050 50 0001 C CNN 1217 | F 1 "GND" H 5705 1127 50 0000 C CNN 1218 | F 2 "" H 5700 1300 50 0001 C CNN 1219 | F 3 "" H 5700 1300 50 0001 C CNN 1220 | 1 5700 1300 1221 | 1 0 0 -1 1222 | $EndComp 1223 | Wire Wire Line 1224 | 5700 1200 5700 1300 1225 | Wire Wire Line 1226 | 5200 1100 5050 1100 1227 | Text GLabel 5750 4350 2 50 Input ~ 0 1228 | SH_PCB1 1229 | Text GLabel 5750 4450 2 50 Input ~ 0 1230 | SH_PCB2 1231 | Text GLabel 5750 4550 2 50 Input ~ 0 1232 | SH_PCB3 1233 | Text GLabel 4150 1500 0 50 Input ~ 0 1234 | SH_PCB1 1235 | Text GLabel 2100 2200 0 50 Input ~ 0 1236 | SH_PCB2 1237 | Text GLabel 4950 2300 2 50 Input ~ 0 1238 | SH_PCB3 1239 | Wire Wire Line 1240 | 2200 2200 2100 2200 1241 | Text GLabel 4600 4650 0 50 Input ~ 0 1242 | BUTTON_INV 1243 | Text GLabel 5750 4650 2 50 Input ~ 0 1244 | BUTTON_PCB1 1245 | Text GLabel 8950 1550 2 50 Input ~ 0 1246 | BUTTON_PCB1 1247 | Wire Wire Line 1248 | 8950 1550 8750 1550 1249 | Text GLabel 9250 850 3 50 Input ~ 0 1250 | BUTTON_INV 1251 | Wire Wire Line 1252 | 4850 3950 4700 3950 1253 | Wire Wire Line 1254 | 4850 4050 4700 4050 1255 | Wire Wire Line 1256 | 4600 4150 4850 4150 1257 | Wire Wire Line 1258 | 4850 4250 4600 4250 1259 | Wire Wire Line 1260 | 4600 4350 4850 4350 1261 | Wire Wire Line 1262 | 4850 4450 4600 4450 1263 | Wire Wire Line 1264 | 4600 4550 4850 4550 1265 | Wire Wire Line 1266 | 4850 4650 4600 4650 1267 | Wire Wire Line 1268 | 5600 4650 5750 4650 1269 | Wire Wire Line 1270 | 5750 4550 5600 4550 1271 | Wire Wire Line 1272 | 5750 4450 5600 4450 1273 | Wire Wire Line 1274 | 5750 4350 5600 4350 1275 | Wire Wire Line 1276 | 5750 4250 5600 4250 1277 | Wire Wire Line 1278 | 5750 4150 5600 4150 1279 | Wire Wire Line 1280 | 5750 4050 5600 4050 1281 | Wire Wire Line 1282 | 5750 3950 5600 3950 1283 | Wire Wire Line 1284 | 9150 2500 9850 2500 1285 | Wire Wire Line 1286 | 9850 2350 9850 2500 1287 | Text GLabel 9850 2350 0 50 Input ~ 0 1288 | BUTTON 1289 | Connection ~ 9850 2500 1290 | Wire Wire Line 1291 | 9850 2500 10300 2500 1292 | NoConn ~ 10300 2400 1293 | Connection ~ 10000 2900 1294 | Wire Wire Line 1295 | 10300 2900 10000 2900 1296 | Wire Wire Line 1297 | 10300 2600 10300 2900 1298 | $Comp 1299 | L Connector:AudioJack2_SwitchT J8 1300 | U 1 1 60053EE1 1301 | P 10500 2500 1302 | F 0 "J8" H 10320 2433 50 0000 R CNN 1303 | F 1 "BUTTONOUT" H 10320 2524 50 0000 R CNN 1304 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 10500 2500 50 0001 C CNN 1305 | F 3 "~" H 10500 2500 50 0001 C CNN 1306 | 1 10500 2500 1307 | -1 0 0 1 1308 | $EndComp 1309 | Text GLabel 4600 4750 0 50 Input ~ 0 1310 | BUTTON_OUT 1311 | Text GLabel 5750 4750 2 50 Input ~ 0 1312 | BUTTON_PCB2 1313 | Text GLabel 8050 1800 0 50 Input ~ 0 1314 | BUTTON_PCB2 1315 | Text GLabel 8450 2300 2 50 Input ~ 0 1316 | BUTTON_OUT 1317 | Wire Wire Line 1318 | 8150 1800 8050 1800 1319 | Wire Wire Line 1320 | 5750 4750 5600 4750 1321 | Wire Wire Line 1322 | 4850 4750 4600 4750 1323 | Text GLabel 8250 4750 0 50 Input ~ 0 1324 | POT_IN 1325 | Text GLabel 8800 4750 2 50 Input ~ 0 1326 | POT_OUT 1327 | Wire Wire Line 1328 | 8800 4750 8750 4750 1329 | Text GLabel 4600 4850 0 50 Input ~ 0 1330 | POT_IN 1331 | Text GLabel 4600 4950 0 50 Input ~ 0 1332 | POT_OUT 1333 | Text GLabel 8400 4150 2 50 Input ~ 0 1334 | POT_PCB1 1335 | Text GLabel 8850 3900 0 50 Input ~ 0 1336 | POT_PCB2 1337 | Text GLabel 5750 4850 2 50 Input ~ 0 1338 | POT_PCB1 1339 | Text GLabel 5750 4950 2 50 Input ~ 0 1340 | POT_PCB2 1341 | $Comp 1342 | L Connector:Conn_01x11_Female J10 1343 | U 1 1 60489BC7 1344 | P 5400 4450 1345 | F 0 "J10" H 5292 5135 50 0000 C CNN 1346 | F 1 "MAIN" H 5292 5044 50 0000 C CNN 1347 | F 2 "Connector_PinHeader_2.54mm:PinHeader_1x11_P2.54mm_Vertical" H 5400 4450 50 0001 C CNN 1348 | F 3 "~" H 5400 4450 50 0001 C CNN 1349 | 1 5400 4450 1350 | -1 0 0 -1 1351 | $EndComp 1352 | Wire Wire Line 1353 | 5750 4850 5600 4850 1354 | Wire Wire Line 1355 | 5750 4950 5600 4950 1356 | $Comp 1357 | L Connector:Conn_01x11_Male J9 1358 | U 1 1 604A9E5E 1359 | P 5050 4450 1360 | F 0 "J9" H 5022 4474 50 0000 R CNN 1361 | F 1 "CONTR" H 5022 4383 50 0000 R CNN 1362 | F 2 "Connector_PinHeader_2.54mm:PinHeader_1x11_P2.54mm_Vertical" H 5050 4450 50 0001 C CNN 1363 | F 3 "~" H 5050 4450 50 0001 C CNN 1364 | 1 5050 4450 1365 | -1 0 0 -1 1366 | $EndComp 1367 | Wire Wire Line 1368 | 4850 4850 4600 4850 1369 | Wire Wire Line 1370 | 4600 4950 4850 4950 1371 | Wire Wire Line 1372 | 8250 4750 8400 4750 1373 | Wire Wire Line 1374 | 8550 4600 8750 4600 1375 | Wire Wire Line 1376 | 8750 4600 8750 4750 1377 | Connection ~ 8750 4750 1378 | Wire Wire Line 1379 | 8750 4750 8700 4750 1380 | Text GLabel 10100 4750 0 50 Input ~ 0 1381 | GLIDE_OUT 1382 | Wire Wire Line 1383 | 10100 4750 10350 4750 1384 | Wire Wire Line 1385 | 7200 4700 7300 4700 1386 | $Comp 1387 | L Connector:Conn_01x02_Female J11 1388 | U 1 1 6011D161 1389 | P 7450 2600 1390 | F 0 "J11" H 7342 2275 50 0000 C CNN 1391 | F 1 "BUTTON" H 7342 2366 50 0000 C CNN 1392 | F 2 "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" H 7450 2600 50 0001 C CNN 1393 | F 3 "~" H 7450 2600 50 0001 C CNN 1394 | 1 7450 2600 1395 | -1 0 0 1 1396 | $EndComp 1397 | $EndSCHEMATC 1398 | -------------------------------------------------------------------------------- /Omnitool/OmnitoolCONTRV1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Omnitool/OmnitoolCONTRV1.zip -------------------------------------------------------------------------------- /Omnitool/OmnitoolMAINV1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Omnitool/OmnitoolMAINV1.zip -------------------------------------------------------------------------------- /Omnitool/OmnitoolpanelV1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Omnitool/OmnitoolpanelV1.stl -------------------------------------------------------------------------------- /Paco/PACOguide2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PACOguide2.pdf -------------------------------------------------------------------------------- /Paco/Paco.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A4 11693 8268 5 | encoding utf-8 6 | Sheet 1 1 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L Switch:SW_SPDT SW1 18 | U 1 1 5FD7D5B5 19 | P 4800 3750 20 | F 0 "SW1" H 4800 3425 50 0000 C CNN 21 | F 1 "SW_SPDT" H 4800 3516 50 0000 C CNN 22 | F 2 "digikey-footprints:Toggle_Switch_100SP1T1B4M2QE" H 4800 3750 50 0001 C CNN 23 | F 3 "~" H 4800 3750 50 0001 C CNN 24 | 1 4800 3750 25 | -1 0 0 1 26 | $EndComp 27 | NoConn ~ 4300 2700 28 | NoConn ~ 4300 3350 29 | NoConn ~ 4300 4500 30 | NoConn ~ 4300 5150 31 | NoConn ~ 5250 3550 32 | NoConn ~ 5250 4000 33 | NoConn ~ 5250 3100 34 | Wire Wire Line 35 | 5000 3200 5000 3650 36 | Wire Wire Line 37 | 5250 4100 5000 4100 38 | Wire Wire Line 39 | 5000 4100 5000 3750 40 | Connection ~ 5000 3750 41 | Wire Wire Line 42 | 5250 3650 5000 3650 43 | Connection ~ 5000 3650 44 | Wire Wire Line 45 | 5000 3650 5000 3750 46 | Wire Wire Line 47 | 4300 5050 4600 5050 48 | Wire Wire Line 49 | 4600 5050 4600 4400 50 | Wire Wire Line 51 | 4300 4400 4600 4400 52 | Connection ~ 4600 4400 53 | Wire Wire Line 54 | 4300 3250 4600 3250 55 | Wire Wire Line 56 | 4600 3250 4600 3650 57 | Wire Wire Line 58 | 4300 2600 4600 2600 59 | Wire Wire Line 60 | 4600 2600 4600 3250 61 | Connection ~ 4600 3250 62 | $Comp 63 | L power:GND #PWR0101 64 | U 1 1 5FD7F1B1 65 | P 4300 2500 66 | F 0 "#PWR0101" H 4300 2250 50 0001 C CNN 67 | F 1 "GND" V 4305 2372 50 0000 R CNN 68 | F 2 "" H 4300 2500 50 0001 C CNN 69 | F 3 "" H 4300 2500 50 0001 C CNN 70 | 1 4300 2500 71 | 0 -1 -1 0 72 | $EndComp 73 | $Comp 74 | L power:GND #PWR0102 75 | U 1 1 5FD803FF 76 | P 4300 3150 77 | F 0 "#PWR0102" H 4300 2900 50 0001 C CNN 78 | F 1 "GND" V 4305 3022 50 0000 R CNN 79 | F 2 "" H 4300 3150 50 0001 C CNN 80 | F 3 "" H 4300 3150 50 0001 C CNN 81 | 1 4300 3150 82 | 0 -1 -1 0 83 | $EndComp 84 | $Comp 85 | L power:GND #PWR0103 86 | U 1 1 5FD807C3 87 | P 4300 4300 88 | F 0 "#PWR0103" H 4300 4050 50 0001 C CNN 89 | F 1 "GND" V 4305 4172 50 0000 R CNN 90 | F 2 "" H 4300 4300 50 0001 C CNN 91 | F 3 "" H 4300 4300 50 0001 C CNN 92 | 1 4300 4300 93 | 0 -1 -1 0 94 | $EndComp 95 | $Comp 96 | L power:GND #PWR0104 97 | U 1 1 5FD80B7F 98 | P 4300 4950 99 | F 0 "#PWR0104" H 4300 4700 50 0001 C CNN 100 | F 1 "GND" V 4305 4822 50 0000 R CNN 101 | F 2 "" H 4300 4950 50 0001 C CNN 102 | F 3 "" H 4300 4950 50 0001 C CNN 103 | 1 4300 4950 104 | 0 -1 -1 0 105 | $EndComp 106 | $Comp 107 | L power:GND #PWR0105 108 | U 1 1 5FD8130E 109 | P 5250 4200 110 | F 0 "#PWR0105" H 5250 3950 50 0001 C CNN 111 | F 1 "GND" V 5255 4072 50 0000 R CNN 112 | F 2 "" H 5250 4200 50 0001 C CNN 113 | F 3 "" H 5250 4200 50 0001 C CNN 114 | 1 5250 4200 115 | 0 1 1 0 116 | $EndComp 117 | $Comp 118 | L power:GND #PWR0106 119 | U 1 1 5FD81B69 120 | P 5250 3750 121 | F 0 "#PWR0106" H 5250 3500 50 0001 C CNN 122 | F 1 "GND" V 5255 3622 50 0000 R CNN 123 | F 2 "" H 5250 3750 50 0001 C CNN 124 | F 3 "" H 5250 3750 50 0001 C CNN 125 | 1 5250 3750 126 | 0 1 1 0 127 | $EndComp 128 | $Comp 129 | L power:GND #PWR0107 130 | U 1 1 5FD823E0 131 | P 5250 3300 132 | F 0 "#PWR0107" H 5250 3050 50 0001 C CNN 133 | F 1 "GND" V 5255 3172 50 0000 R CNN 134 | F 2 "" H 5250 3300 50 0001 C CNN 135 | F 3 "" H 5250 3300 50 0001 C CNN 136 | 1 5250 3300 137 | 0 1 1 0 138 | $EndComp 139 | $Comp 140 | L Connector:AudioJack2_SwitchT J1 141 | U 1 1 5FD89FC5 142 | P 4100 2600 143 | F 0 "J1" H 4132 2925 50 0000 C CNN 144 | F 1 "AudioJack2_SwitchT" H 4132 2834 50 0000 C CNN 145 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 2600 50 0001 C CNN 146 | F 3 "~" H 4100 2600 50 0001 C CNN 147 | 1 4100 2600 148 | 1 0 0 -1 149 | $EndComp 150 | $Comp 151 | L Connector:AudioJack2_SwitchT J2 152 | U 1 1 5FD90A6A 153 | P 4100 3250 154 | F 0 "J2" H 4132 3575 50 0000 C CNN 155 | F 1 "AudioJack2_SwitchT" H 4132 3484 50 0000 C CNN 156 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 3250 50 0001 C CNN 157 | F 3 "~" H 4100 3250 50 0001 C CNN 158 | 1 4100 3250 159 | 1 0 0 -1 160 | $EndComp 161 | $Comp 162 | L Connector:AudioJack2_SwitchT J3 163 | U 1 1 5FD910BC 164 | P 4100 4400 165 | F 0 "J3" H 4132 4725 50 0000 C CNN 166 | F 1 "AudioJack2_SwitchT" H 4132 4634 50 0000 C CNN 167 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 4400 50 0001 C CNN 168 | F 3 "~" H 4100 4400 50 0001 C CNN 169 | 1 4100 4400 170 | 1 0 0 -1 171 | $EndComp 172 | $Comp 173 | L Connector:AudioJack2_SwitchT J4 174 | U 1 1 5FD918B0 175 | P 4100 5050 176 | F 0 "J4" H 4132 5375 50 0000 C CNN 177 | F 1 "AudioJack2_SwitchT" H 4132 5284 50 0000 C CNN 178 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 5050 50 0001 C CNN 179 | F 3 "~" H 4100 5050 50 0001 C CNN 180 | 1 4100 5050 181 | 1 0 0 -1 182 | $EndComp 183 | $Comp 184 | L Connector:AudioJack2_SwitchT J5 185 | U 1 1 5FD91F8A 186 | P 5450 3200 187 | F 0 "J5" H 5270 3133 50 0000 R CNN 188 | F 1 "AudioJack2_SwitchT" H 5270 3224 50 0000 R CNN 189 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5450 3200 50 0001 C CNN 190 | F 3 "~" H 5450 3200 50 0001 C CNN 191 | 1 5450 3200 192 | -1 0 0 1 193 | $EndComp 194 | $Comp 195 | L Connector:AudioJack2_SwitchT J6 196 | U 1 1 5FD92803 197 | P 5450 3650 198 | F 0 "J6" H 5270 3583 50 0000 R CNN 199 | F 1 "AudioJack2_SwitchT" H 5270 3674 50 0000 R CNN 200 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5450 3650 50 0001 C CNN 201 | F 3 "~" H 5450 3650 50 0001 C CNN 202 | 1 5450 3650 203 | -1 0 0 1 204 | $EndComp 205 | $Comp 206 | L Connector:AudioJack2_SwitchT J7 207 | U 1 1 5FD930D0 208 | P 5450 4100 209 | F 0 "J7" H 5270 4033 50 0000 R CNN 210 | F 1 "AudioJack2_SwitchT" H 5270 4124 50 0000 R CNN 211 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 5450 4100 50 0001 C CNN 212 | F 3 "~" H 5450 4100 50 0001 C CNN 213 | 1 5450 4100 214 | -1 0 0 1 215 | $EndComp 216 | Wire Wire Line 217 | 5000 3200 5250 3200 218 | $Comp 219 | L Connector:AudioJack2_SwitchT J9 220 | U 1 1 6007618D 221 | P 4100 5600 222 | F 0 "J9" H 4132 5925 50 0000 C CNN 223 | F 1 "AudioJack2_SwitchT" H 4132 5834 50 0000 C CNN 224 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 5600 50 0001 C CNN 225 | F 3 "~" H 4100 5600 50 0001 C CNN 226 | 1 4100 5600 227 | 1 0 0 -1 228 | $EndComp 229 | $Comp 230 | L Connector:AudioJack2_SwitchT J8 231 | U 1 1 60076A13 232 | P 4100 2000 233 | F 0 "J8" H 4132 2325 50 0000 C CNN 234 | F 1 "AudioJack2_SwitchT" H 4132 2234 50 0000 C CNN 235 | F 2 "Connector_Audio:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" H 4100 2000 50 0001 C CNN 236 | F 3 "~" H 4100 2000 50 0001 C CNN 237 | 1 4100 2000 238 | 1 0 0 -1 239 | $EndComp 240 | Wire Wire Line 241 | 4300 2000 4600 2000 242 | Wire Wire Line 243 | 4600 2000 4600 2600 244 | Connection ~ 4600 2600 245 | Wire Wire Line 246 | 4300 5600 4600 5600 247 | Wire Wire Line 248 | 4600 5600 4600 5050 249 | Connection ~ 4600 5050 250 | NoConn ~ 4300 5700 251 | NoConn ~ 4300 2100 252 | $Comp 253 | L power:GND #PWR0108 254 | U 1 1 60077EA1 255 | P 4300 5500 256 | F 0 "#PWR0108" H 4300 5250 50 0001 C CNN 257 | F 1 "GND" V 4305 5372 50 0000 R CNN 258 | F 2 "" H 4300 5500 50 0001 C CNN 259 | F 3 "" H 4300 5500 50 0001 C CNN 260 | 1 4300 5500 261 | 0 -1 -1 0 262 | $EndComp 263 | $Comp 264 | L power:GND #PWR0109 265 | U 1 1 6007872B 266 | P 4300 1900 267 | F 0 "#PWR0109" H 4300 1650 50 0001 C CNN 268 | F 1 "GND" V 4305 1772 50 0000 R CNN 269 | F 2 "" H 4300 1900 50 0001 C CNN 270 | F 3 "" H 4300 1900 50 0001 C CNN 271 | 1 4300 1900 272 | 0 -1 -1 0 273 | $EndComp 274 | $Comp 275 | L power:PWR_FLAG #FLG0101 276 | U 1 1 600792B3 277 | P 5250 4200 278 | F 0 "#FLG0101" H 5250 4275 50 0001 C CNN 279 | F 1 "PWR_FLAG" V 5250 4328 50 0000 L CNN 280 | F 2 "" H 5250 4200 50 0001 C CNN 281 | F 3 "~" H 5250 4200 50 0001 C CNN 282 | 1 5250 4200 283 | -1 0 0 1 284 | $EndComp 285 | Connection ~ 5250 4200 286 | Wire Wire Line 287 | 4600 3850 4600 4400 288 | $EndSCHEMATC 289 | -------------------------------------------------------------------------------- /Paco/PacoGerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PacoGerbers.zip -------------------------------------------------------------------------------- /Paco/PacoPanelV1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PacoPanelV1.stl -------------------------------------------------------------------------------- /Paco/PacoPanelV2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/Paco/PacoPanelV2.stl -------------------------------------------------------------------------------- /PrintablePanels/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /PrintablePanels/EricaMIDICVpanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/EricaMIDICVpanel.stl -------------------------------------------------------------------------------- /PrintablePanels/FCMAmpPanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/FCMAmpPanel.stl -------------------------------------------------------------------------------- /PrintablePanels/FCMoreVCAspanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/FCMoreVCAspanel.stl -------------------------------------------------------------------------------- /PrintablePanels/FCRagingBullPanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/FCRagingBullPanel.stl -------------------------------------------------------------------------------- /PrintablePanels/KassutronicsASRpanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/KassutronicsASRpanel.stl -------------------------------------------------------------------------------- /PrintablePanels/KassutronicsKS20Panel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/KassutronicsKS20Panel.stl -------------------------------------------------------------------------------- /PrintablePanels/KassutronicsVCOPanel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/KassutronicsVCOPanel.stl -------------------------------------------------------------------------------- /PrintablePanels/SVCOPanel1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/SVCOPanel1.stl -------------------------------------------------------------------------------- /PrintablePanels/TheTiger.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BurningForceKin/ModularSynthStuff/77dfb3875e0c48cb6ba157aed3da6d06ca051921/PrintablePanels/TheTiger.stl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |   2 | 3 | 4 | # ModularSynthStuff 5 | Mostly Eurorack modules. Mostly designed by me. 6 | These PCBs are made in Kicad. 7 | You can use the zipped Gerber files to order these PCBs from a manufacturer (I use JLCPCB). Be aware that you need to order more than one copy of a PCB. 8 | If you have a 3D printer, you can save a few bucks by printing the panels. Just download the STL files. 9 | 10 | There is still a lot of things to do, like ordering my own PCBs to test them (Yes, I still don't know if all the modules will work.). 11 | 12 | [You can now visit the shop!!!](https://www.tindie.com/stores/tswts/) 13 | 14 | 15 | # [DIY Case](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/DIYcase) 16 | Plans for a case with 50cm rails. I'm planning to build this sometime out of OSB plates. The back of the case has a big "SYNTHESIZER" print, so that normal people know wtf it is. 17 | 18 |   19 | 20 | 21 | # [Doei](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/HeadphoneOutV1) 22 | Doei is a headphone amp, based on the CMoy schematic. V1 ready to go! Now including a zine! 23 | 24 |  25 | 26 | V1 Test notes: Use UNSHROUDED header for power. A100K pot works, but A200K might be even better. 27 | 28 | 29 | # [PACO!](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Paco) 30 | PACO! is a simple routing module, double signal splitter or bypasser. It's just a bunch of jacks connected to a toggle switch. 31 | 32 |  33 | 34 | V1 Test Notes: Use a SPDT switch with round legs. The common ones with rectangular legs won't fit right. V2 will have a better footprint for the switch. 35 | 36 | Ready to go! Features a zine to print out. 37 | 38 | 39 | # [Tuner](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Tuner) 40 | Handy for keeping your synth in tune during gigs. It's a Eurorack recreation of LMNC's tuner schematic, as seen in his VCO module. This one also features a zine! 41 | 42 |  43 | 44 | Link: https://www.lookmumnocomputer.com/projects#/1222-performance-vco 45 | 46 | This module isn't supposed to be super accurate, so don't trust it too much. I just use it to make sure my oscillator is set to the right frequency. (It sounds like an A when I hit the A on my keyboard) 47 | 48 | The module is 5HP wide. It only takes power from the +12V rail and converts it to 5V. 49 | 50 | V1 Test Notes: Use UNSHROUDED header for power. IT WORKS!! LEDs are a bit bright, so I might increase the resistor values. 51 | 52 | V2 Notes: Printing error at the powerheader :/ 53 | 54 | Copyright notes: This module is obviously ripped from LMNC's VCO (which is copied from someone elses tuner). I'm not selling this design, untill I have premission. 55 | 56 | 57 | # Braids 58 | I added some files for people who want to make a Through-hole Braids. You can download a PDF of my building instructions and a 3D file of the front panel. 59 | 60 | 61 | # [Distortion](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Distortion) 62 | 63 |  64 | 65 | A straight-forward distortion module to bring a bit more character to your boring oscillators. The circuit is based on Niklas Ronnberg's distortion. My version removes the hardclipping (now it only does softclipping) and adds a bypass switch. 66 | 67 | Link: http://familjenronnberg.se/~niklas/diy/eurorack/dist/ 68 | 69 | The module is 5HP wide. A TL072 should work as well. 70 | You can also choose to download the PCB version of the panel. 71 | 72 | V1 Test notes: The pot is reversed :( It hase the same SPDT footprint as PACO!, so make sure you use a switch with round legs. Alternatively, you can connect the lower two pins on the switch's footprint, so it's always on. That way can ditch the switch altogether. Also, the position of the switch makes it look a little weird... 73 | V2 Notes: All bugs are fixed, everything works! I'm using blue clipping LEDs, but red ones are probably better. 74 | 75 | 76 | # [Wesp](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Wesp) 77 | 78 |  79 | 80 | A Wasp-type filter. I based it on Jurgen Haibles'schematic, so all the credit should to him. This version uses a LM13700 instead of two CA3080s. The only options to get your hands on a Wasp filter nowadays is to get the Doepfer filter or the Berhinger Wasp Deluxe. If you want to DIY it you can get the Random Source dual filter or Forestcaver's SMD PCB (or maybe something else). All of which are great filters! Unfortunately I'm a stubborn idiot, so I tried designing my own version. 81 | This is the first dubble-PCB design. It only needs the +12V line to make +5V. Not sure if the PSU will like this, though. 82 | 83 | Link: http://modular.fonik.de/pdf/Wasp%20Filter%20clone.pdf 84 | 85 | V1 Test notes: IT WORKS DUDE! There are a few things to update. Add a voltageclamp and diode on the CV input. Add attenuator? Cuttoff is logaritmic. Discard or fix distortion (make it louder plz). 5V regulator footprint is the wrong way around. 86 | The resonance is the right way around, i think. Also, Schmitt-triggers make it go nuts. 87 | 88 | Copyright note: Jurgen's new site states that all his designs are for educational purposes only, and I want to respect that. So, I won't be selling this module in the future, unless I turn it into a truely unique thing. 89 | V2 removed the distortion and added CV-attenuation. To make it even more original, V3 should have a boosted distortion, only LP/HP/BP, CV-att, and self-oscillation. 90 | 91 | 92 | # [Omnitool](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/Omnitool) 93 | A utility module inspired by the MS-20. It features a glide, S&H and manual button. The button is normalled to the S&H clock-input. It also has a negative output, which should act as an S-Trig. 94 | 95 | The module uses little parts, so the build will be really easy. The only part that is tricky to find is the LF398 IC. Luckily, I found one on Aliexpress. The button can be any single-pole momentary switch, as long as it fits the panel. I will design the panel for a Cherry switch. 96 | 97 | V1 Notes: The glide works, but is a bit twitchy. (Make the cap smaller?) The button only works on the 0>5V side, but with a noticable delay when combined with a Doepfer EG. The LED is routed wrong :( The LF398 is yet to be tested. Als, the transistor/powerconverter footprints are wrong. And the Cherry switch needs to fit better. 98 | A total failure? Yes, but also no. 99 | 100 | 101 | # [Printable Panels](https://github.com/BurningForceKin/ModularSynthStuff/tree/gh-pages/printablepanels) 102 | These are the panels I designed for the DIY modules in my system. It saves me some money (I think ±60,-) when buying PCB-sets. It also allows me to make my system look a little more visually consistent. In comparison to metal faceplates they're kinda flimsy, but the PCB on the back makes up for it. Feel free to download and print them for yr rack. 103 | 104 | Folder includes panels for: 105 |