FourMan-pp.svg (7232B)
1 <?xml version="1.0"?> 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="45.0" height="380.0" viewBox="0 0 45.0 380.0"> 3 <style>text { 4 fill: #333; 5 font-family: 'Roboto', sans-serif; 6 font-weight: bold; 7 } 8 text.title { 9 font-family: 'Comfortaa', sans-serif; 10 font-weight: normal; 11 } 12 text.brand { 13 font-family: 'Audiowide', sans-serif; 14 font-weight: bold; 15 } 16 17 polyline { 18 stroke: #333; 19 } 20 path { 21 stroke: #333; 22 } 23 24 rect.module-background, .background-fill { 25 fill: #ddd; 26 } 27 polyline.module-border-inner { 28 stroke: #e4e4e4; 29 } 30 polyline.module-border-middle { 31 stroke: #ebebeb; 32 } 33 polyline.module-border-outer { 34 stroke: #f2f2f2; 35 } 36 37 g.io-group { 38 } 39 rect.input-background, rect.input-background-filler { 40 fill: #fafafa; 41 } 42 rect.output-background, rect.output-background-filler { 43 fill: #bbb; 44 } 45 text.input-label, text.output-label { 46 /* font-size: 6pt; */ 47 } 48 polyline.input-label, polyline.output-label { 49 } 50 path.input-label, path.output-label { 51 } 52 53 circle.port-rim { 54 stroke: #f0f0f0; 55 } 56 circle.port-barrel { 57 stroke: #222; 58 fill: #222; 59 } 60 circle.knob-center { 61 fill: #eee; 62 } 63 circle.knob-rim { 64 fill: #333; 65 } 66 circle.knob-tick { 67 fill: #fff; 68 } 69 polyline.knob-tick { 70 stroke: #fff; 71 } 72 </style> 73 74 75 76 <rect class="module-background background-fill" width="45.0" height="380.0"/> 77 78 79 <polyline class="module-border-inner" points="1,1 44.0,1 44.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> 80 <polyline class="module-border-middle" points="0.5,0.5 44.5,0.5 44.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> 81 <polyline class="module-border-outer" points="0,0 45.0,0 45.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> 82 83 <g transform="rotate(-90) translate(-376.0 13)"> 84 <text class="title" font-size="7pt" letter-spacing="2.5px">4MAN</text> 85 <g transform="translate(0 12)"> 86 <text class="brand" font-size="7pt" letter-spacing="2px">BGA</text> 87 <rect class="background-fill" width="3.0" height="3" fill="#ddd" transform="translate(11.5 -5)"/> 88 </g> 89 </g> 90 91 92 <g transform="translate(0 18)"> 93 <g class="io-group" transform="translate(5.5 0)"> 94 <rect class="input-background-filler" width="34" height="10" transform="translate(0 25)"/> 95 <rect class="input-background" width="34" height="33" rx="5"/> 96 <g transform="translate(8 4)"><svg id="TRIGGER1_PARAM"> 97 <g transform="translate(9 9)"> 98 <circle cx="0" cy="0" r="8.5" stroke-width="1" stroke="#00f" fill="#f00"/> 99 </g> 100 </svg></g> 101 <text class="input-label" font-size="5pt" letter-spacing="2px" transform="translate(6.6 30)">TRIG</text> 102 </g> 103 104 <g class="io-group" transform="translate(5.5 37)"> 105 <rect class="output-background-filler" width="34" height="10" transform="translate(0 -3)"/> 106 <rect class="output-background" width="34" height="38" rx="5"/> 107 <g transform="translate(2 2)"> 108 <g transform="translate(3 0)"><svg id="OUT1_OUTPUT"> 109 <g transform="translate(12 12)"> 110 <circle cx="0" cy="0" r="5" stroke-width="1" stroke="#f00" fill="#f00"/> 111 <circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#f00" fill="none"/> 112 </g> 113 </svg></g> 114 <text class="output-label" font-size="5pt" letter-spacing="2px" transform="translate(6.5 32)">OUT</text> 115 </g> 116 </g> 117 </g> 118 119 <g transform="translate(0 98)"> 120 <g class="io-group" transform="translate(5.5 0)"> 121 <rect class="input-background-filler" width="34" height="10" transform="translate(0 25)"/> 122 <rect class="input-background" width="34" height="33" rx="5"/> 123 <g transform="translate(8 4)"><svg id="TRIGGER2_PARAM"> 124 <g transform="translate(9 9)"> 125 <circle cx="0" cy="0" r="8.5" stroke-width="1" stroke="#00f" fill="#f00"/> 126 </g> 127 </svg></g> 128 <text class="input-label" font-size="5pt" letter-spacing="2px" transform="translate(6.6 30)">TRIG</text> 129 </g> 130 131 <g class="io-group" transform="translate(5.5 37)"> 132 <rect class="output-background-filler" width="34" height="10" transform="translate(0 -3)"/> 133 <rect class="output-background" width="34" height="38" rx="5"/> 134 <g transform="translate(2 2)"> 135 <g transform="translate(3 0)"><svg id="OUT2_OUTPUT"> 136 <g transform="translate(12 12)"> 137 <circle cx="0" cy="0" r="5" stroke-width="1" stroke="#f00" fill="#f00"/> 138 <circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#f00" fill="none"/> 139 </g> 140 </svg></g> 141 <text class="output-label" font-size="5pt" letter-spacing="2px" transform="translate(6.5 32)">OUT</text> 142 </g> 143 </g> 144 </g> 145 146 <g transform="translate(0 178)"> 147 <g class="io-group" transform="translate(5.5 0)"> 148 <rect class="input-background-filler" width="34" height="10" transform="translate(0 25)"/> 149 <rect class="input-background" width="34" height="33" rx="5"/> 150 <g transform="translate(8 4)"><svg id="TRIGGER3_PARAM"> 151 <g transform="translate(9 9)"> 152 <circle cx="0" cy="0" r="8.5" stroke-width="1" stroke="#00f" fill="#f00"/> 153 </g> 154 </svg></g> 155 <text class="input-label" font-size="5pt" letter-spacing="2px" transform="translate(6.6 30)">TRIG</text> 156 </g> 157 158 <g class="io-group" transform="translate(5.5 37)"> 159 <rect class="output-background-filler" width="34" height="10" transform="translate(0 -3)"/> 160 <rect class="output-background" width="34" height="38" rx="5"/> 161 <g transform="translate(2 2)"> 162 <g transform="translate(3 0)"><svg id="OUT3_OUTPUT"> 163 <g transform="translate(12 12)"> 164 <circle cx="0" cy="0" r="5" stroke-width="1" stroke="#f00" fill="#f00"/> 165 <circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#f00" fill="none"/> 166 </g> 167 </svg></g> 168 <text class="output-label" font-size="5pt" letter-spacing="2px" transform="translate(6.5 32)">OUT</text> 169 </g> 170 </g> 171 </g> 172 173 <g transform="translate(0 258)"> 174 <g class="io-group" transform="translate(5.5 0)"> 175 <rect class="input-background-filler" width="34" height="10" transform="translate(0 25)"/> 176 <rect class="input-background" width="34" height="33" rx="5"/> 177 <g transform="translate(8 4)"><svg id="TRIGGER4_PARAM"> 178 <g transform="translate(9 9)"> 179 <circle cx="0" cy="0" r="8.5" stroke-width="1" stroke="#00f" fill="#f00"/> 180 </g> 181 </svg></g> 182 <text class="input-label" font-size="5pt" letter-spacing="2px" transform="translate(6.6 30)">TRIG</text> 183 </g> 184 185 <g class="io-group" transform="translate(5.5 37)"> 186 <rect class="output-background-filler" width="34" height="10" transform="translate(0 -3)"/> 187 <rect class="output-background" width="34" height="38" rx="5"/> 188 <g transform="translate(2 2)"> 189 <g transform="translate(3 0)"><svg id="OUT4_OUTPUT"> 190 <g transform="translate(12 12)"> 191 <circle cx="0" cy="0" r="5" stroke-width="1" stroke="#f00" fill="#f00"/> 192 <circle cx="0" cy="0" r="10.5" stroke-width="3" stroke="#f00" fill="none"/> 193 </g> 194 </svg></g> 195 <text class="output-label" font-size="5pt" letter-spacing="2px" transform="translate(6.5 32)">OUT</text> 196 </g> 197 </g> 198 </g> 199 </svg>