BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit 87d4c2883e7eb44dcc37689d279e3ed2f49a16f5
parent 02738f3d8e34616402f3ed11901578a759362549
Author: Matt Demanett <matt@demanett.net>
Date:   Thu,  6 Aug 2020 21:27:32 -0400

Drop test template/blank panels.

Diffstat:
Dres-pp/EightHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/EightHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/EighteenHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/EighteenHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/FifteenHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/FifteenHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/FiveHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/FiveHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/SixHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/SixHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/SixteenHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/SixteenHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/TenHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/TenHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/ThirteenHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/ThirteenHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/ThirtyHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/ThirtyHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/ThreeHP-dark-pp.svg | 115-------------------------------------------------------------------------------
Dres-pp/ThreeHP-pp.svg | 71-----------------------------------------------------------------------
Dres-pp/TwelveHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/TwelveHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/TwentyFiveHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/TwentyFiveHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/TwentyHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/TwentyHP-pp.svg | 69---------------------------------------------------------------------
Dres-pp/TwentyTwoHP-dark-pp.svg | 113-------------------------------------------------------------------------------
Dres-pp/TwentyTwoHP-pp.svg | 69---------------------------------------------------------------------
Dres-src/EightHP-src.svg | 6------
Dres-src/EighteenHP-src.svg | 6------
Dres-src/FifteenHP-src.svg | 6------
Dres-src/FiveHP-src.svg | 6------
Dres-src/SixHP-src.svg | 6------
Dres-src/SixteenHP-src.svg | 6------
Dres-src/TenHP-src.svg | 6------
Dres-src/ThirteenHP-src.svg | 6------
Dres-src/ThirtyHP-src.svg | 6------
Dres-src/ThreeHP-src.svg | 6------
Dres-src/TwelveHP-src.svg | 6------
Dres-src/TwentyFiveHP-src.svg | 6------
Dres-src/TwentyHP-src.svg | 6------
Dres-src/TwentyTwoHP-src.svg | 6------
Dres/EightHP-dark.svg | 0
Dres/EightHP.svg | 0
Dres/EighteenHP-dark.svg | 0
Dres/EighteenHP.svg | 0
Dres/FifteenHP-dark.svg | 0
Dres/FifteenHP.svg | 0
Dres/FiveHP-dark.svg | 0
Dres/FiveHP.svg | 0
Dres/SixHP-dark.svg | 0
Dres/SixHP.svg | 0
Dres/SixteenHP-dark.svg | 0
Dres/SixteenHP.svg | 0
Dres/TenHP-dark.svg | 0
Dres/TenHP.svg | 0
Dres/ThirteenHP-dark.svg | 0
Dres/ThirteenHP.svg | 0
Dres/ThirtyHP-dark.svg | 0
Dres/ThirtyHP.svg | 0
Dres/ThreeHP-dark.svg | 0
Dres/ThreeHP.svg | 0
Dres/TwelveHP-dark.svg | 0
Dres/TwelveHP.svg | 0
Dres/TwentyFiveHP-dark.svg | 0
Dres/TwentyFiveHP.svg | 0
Dres/TwentyHP-dark.svg | 0
Dres/TwentyHP.svg | 0
Dres/TwentyTwoHP-dark.svg | 0
Dres/TwentyTwoHP.svg | 0
Mscripts/modules_to_plugin_json.rb | 3---
Msrc/bogaudio.cpp | 16----------------
Dsrc/template_panels.cpp | 217-------------------------------------------------------------------------------
Dsrc/template_panels.hpp | 18------------------
74 files changed, 0 insertions(+), 2890 deletions(-)

diff --git a/res-pp/EightHP-dark-pp.svg b/res-pp/EightHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="120" height="380" viewBox="0 0 120 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="120.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 119.0,1 119.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 119.5,0.5 119.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 120.0,0 120.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(60.0 19)">8HP8HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(60.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(44.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/EightHP-pp.svg b/res-pp/EightHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="120" height="380" viewBox="0 0 120 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="120.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 119.0,1 119.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 119.5,0.5 119.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 120.0,0 120.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(60.0 19)">8HP8HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(60.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(44.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/EighteenHP-dark-pp.svg b/res-pp/EighteenHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="270" height="380" viewBox="0 0 270 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="270.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 269.0,1 269.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 269.5,0.5 269.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 270.0,0 270.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(135.0 19)">18HP-18HP-18HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(135.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(119.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/EighteenHP-pp.svg b/res-pp/EighteenHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="270" height="380" viewBox="0 0 270 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="270.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 269.0,1 269.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 269.5,0.5 269.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 270.0,0 270.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(135.0 19)">18HP-18HP-18HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(135.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(119.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/FifteenHP-dark-pp.svg b/res-pp/FifteenHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="225" height="380" viewBox="0 0 225 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="225.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 224.0,1 224.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 224.5,0.5 224.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 225.0,0 225.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(112.5 19)">15HP-15HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(112.5 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(97.0 -5)"/> - </g> - -</svg> diff --git a/res-pp/FifteenHP-pp.svg b/res-pp/FifteenHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="225" height="380" viewBox="0 0 225 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="225.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 224.0,1 224.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 224.5,0.5 224.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 225.0,0 225.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(112.5 19)">15HP-15HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(112.5 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(97.0 -5)"/> - </g> - -</svg> diff --git a/res-pp/FiveHP-dark-pp.svg b/res-pp/FiveHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="75" height="380" viewBox="0 0 75 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="75.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 74.0,1 74.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 74.5,0.5 74.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 75.0,0 75.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="9pt" letter-spacing="3px" text-anchor="end" transform="translate(72.0 17)">5HP</text> - <g transform="translate(25 374)"> - <text class="brand" font-size="6.5pt" letter-spacing="2px">BGA</text> - <rect class="background-fill" width="2" height="2" fill="#ddd" transform="translate(11.5 -4)"/> - </g> - -</svg> diff --git a/res-pp/FiveHP-pp.svg b/res-pp/FiveHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="75" height="380" viewBox="0 0 75 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="75.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 74.0,1 74.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 74.5,0.5 74.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 75.0,0 75.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="9pt" letter-spacing="3px" text-anchor="end" transform="translate(72.0 17)">5HP</text> - <g transform="translate(25 374)"> - <text class="brand" font-size="6.5pt" letter-spacing="2px">BGA</text> - <rect class="background-fill" width="2" height="2" fill="#ddd" transform="translate(11.5 -4)"/> - </g> - -</svg> diff --git a/res-pp/SixHP-dark-pp.svg b/res-pp/SixHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="90" height="380" viewBox="0 0 90 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="90.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 89.0,1 89.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 89.5,0.5 89.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 90.0,0 90.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="9pt" letter-spacing="3px" text-anchor="end" transform="translate(85.0 17)">6HP6HP</text> - <g transform="translate(5.5 374)"> - <text class="brand" font-size="6.5pt" letter-spacing="2px">BOGAUDIO</text> - <rect class="background-fill" width="1.5" height="2" fill="#ddd" transform="translate(21 -4)"/> - </g> - -</svg> diff --git a/res-pp/SixHP-pp.svg b/res-pp/SixHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="90" height="380" viewBox="0 0 90 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="90.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 89.0,1 89.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 89.5,0.5 89.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 90.0,0 90.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="9pt" letter-spacing="3px" text-anchor="end" transform="translate(85.0 17)">6HP6HP</text> - <g transform="translate(5.5 374)"> - <text class="brand" font-size="6.5pt" letter-spacing="2px">BOGAUDIO</text> - <rect class="background-fill" width="1.5" height="2" fill="#ddd" transform="translate(21 -4)"/> - </g> - -</svg> diff --git a/res-pp/SixteenHP-dark-pp.svg b/res-pp/SixteenHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="240" height="380" viewBox="0 0 240 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="240.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 239.0,1 239.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 239.5,0.5 239.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 240.0,0 240.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(120.0 19)">16HP-16HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(120.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(104.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/SixteenHP-pp.svg b/res-pp/SixteenHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="240" height="380" viewBox="0 0 240 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="240.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 239.0,1 239.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 239.5,0.5 239.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 240.0,0 240.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(120.0 19)">16HP-16HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(120.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(104.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/TenHP-dark-pp.svg b/res-pp/TenHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="150" height="380" viewBox="0 0 150 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="150.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 149.0,1 149.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 149.5,0.5 149.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 150.0,0 150.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(75.0 19)">10HP10HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(75.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(59.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/TenHP-pp.svg b/res-pp/TenHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="150" height="380" viewBox="0 0 150 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="150.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 149.0,1 149.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 149.5,0.5 149.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 150.0,0 150.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(75.0 19)">10HP10HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(75.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(59.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/ThirteenHP-dark-pp.svg b/res-pp/ThirteenHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="195" height="380" viewBox="0 0 195 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="195.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 194.0,1 194.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 194.5,0.5 194.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 195.0,0 195.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(97.5 19)">13HP-13HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(97.5 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(82.0 -5)"/> - </g> - -</svg> diff --git a/res-pp/ThirteenHP-pp.svg b/res-pp/ThirteenHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="195" height="380" viewBox="0 0 195 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="195.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 194.0,1 194.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 194.5,0.5 194.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 195.0,0 195.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(97.5 19)">13HP-13HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(97.5 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(82.0 -5)"/> - </g> - -</svg> diff --git a/res-pp/ThirtyHP-dark-pp.svg b/res-pp/ThirtyHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="450" height="380" viewBox="0 0 450 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="450.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 449.0,1 449.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 449.5,0.5 449.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 450.0,0 450.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(225.0 19)">THIRTY(30) HP - THIRTY(30) HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(225.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(209.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/ThirtyHP-pp.svg b/res-pp/ThirtyHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="450" height="380" viewBox="0 0 450 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="450.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 449.0,1 449.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 449.5,0.5 449.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 450.0,0 450.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(225.0 19)">THIRTY(30) HP - THIRTY(30) HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(225.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(209.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/ThreeHP-dark-pp.svg b/res-pp/ThreeHP-dark-pp.svg @@ -1,115 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="45" height="380" viewBox="0 0 45 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="45.0" height="380.0"/> - - - <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"/> - <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"/> - <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"/> - - <g transform="rotate(-90) translate(-376.0 13)"> - <text class="title" font-size="7pt" letter-spacing="2.5px">3HP</text> - <g transform="translate(0 12)"> - <text class="brand" font-size="7pt" letter-spacing="2px">BGA</text> - <rect class="background-fill" width="3.0" height="3" fill="#ddd" transform="translate(11.5 -5)"/> - </g> - </g> - -</svg> diff --git a/res-pp/ThreeHP-pp.svg b/res-pp/ThreeHP-pp.svg @@ -1,71 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="45" height="380" viewBox="0 0 45 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="45.0" height="380.0"/> - - - <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"/> - <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"/> - <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"/> - - <g transform="rotate(-90) translate(-376.0 13)"> - <text class="title" font-size="7pt" letter-spacing="2.5px">3HP</text> - <g transform="translate(0 12)"> - <text class="brand" font-size="7pt" letter-spacing="2px">BGA</text> - <rect class="background-fill" width="3.0" height="3" fill="#ddd" transform="translate(11.5 -5)"/> - </g> - </g> - -</svg> diff --git a/res-pp/TwelveHP-dark-pp.svg b/res-pp/TwelveHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="180" height="380" viewBox="0 0 180 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="180.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 179.0,1 179.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 179.5,0.5 179.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 180.0,0 180.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(90.0 19)">12HP-12HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(90.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(74.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/TwelveHP-pp.svg b/res-pp/TwelveHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="180" height="380" viewBox="0 0 180 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="180.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 179.0,1 179.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 179.5,0.5 179.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 180.0,0 180.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(90.0 19)">12HP-12HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(90.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(74.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/TwentyFiveHP-dark-pp.svg b/res-pp/TwentyFiveHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="375" height="380" viewBox="0 0 375 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="375.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 374.0,1 374.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 374.5,0.5 374.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 375.0,0 375.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(187.5 19)">25HP-25HP-25HP-25HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(187.5 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(172.0 -5)"/> - </g> - -</svg> diff --git a/res-pp/TwentyFiveHP-pp.svg b/res-pp/TwentyFiveHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="375" height="380" viewBox="0 0 375 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="375.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 374.0,1 374.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 374.5,0.5 374.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 375.0,0 375.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(187.5 19)">25HP-25HP-25HP-25HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(187.5 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(172.0 -5)"/> - </g> - -</svg> diff --git a/res-pp/TwentyHP-dark-pp.svg b/res-pp/TwentyHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="300" height="380" viewBox="0 0 300 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="300.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 299.0,1 299.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 299.5,0.5 299.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 300.0,0 300.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(150.0 19)">20HP-20HP-20HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(150.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(134.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/TwentyHP-pp.svg b/res-pp/TwentyHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="300" height="380" viewBox="0 0 300 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="300.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 299.0,1 299.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 299.5,0.5 299.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 300.0,0 300.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(150.0 19)">20HP-20HP-20HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(150.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(134.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/TwentyTwoHP-dark-pp.svg b/res-pp/TwentyTwoHP-dark-pp.svg @@ -1,113 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="330" height="380" viewBox="0 0 330 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} - - -text { - fill: #ddd; -} - -polyline { - stroke: #ddd; -} -path { - stroke: #ddd; -} - -rect.module-background, .background-fill { - fill: #222; -} -polyline.module-border-inner { - stroke: #191919; -} -polyline.module-border-middle { - stroke: #111; -} -polyline.module-border-outer { - stroke: #000; -} - -rect.input-background, rect.input-background-filler { - fill: #aaa; -} -rect.output-background, rect.output-background-filler { - fill: #666; -} -text.input-label { - fill: #333; -} -polyline.input-label, path.input-label { - stroke: #333; -} -text.output-label { - fill: #ddd; -} -polyline.output-label, path.output-label { - stroke: #ddd; -} -</style> - - - - <rect class="module-background background-fill" width="330.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 329.0,1 329.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 329.5,0.5 329.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 330.0,0 330.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(165.0 19)">22HP-22HP-22HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(165.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(149.5 -5)"/> - </g> - -</svg> diff --git a/res-pp/TwentyTwoHP-pp.svg b/res-pp/TwentyTwoHP-pp.svg @@ -1,69 +0,0 @@ -<?xml version="1.0"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="330" height="380" viewBox="0 0 330 380"> - <style>text { - fill: #333; - font-family: 'Roboto', sans-serif; - font-weight: bold; -} -text.title { - font-family: 'Comfortaa', sans-serif; - font-weight: normal; -} -text.brand { - font-family: 'Audiowide', sans-serif; - font-weight: bold; -} - -polyline { - stroke: #333; -} -path { - stroke: #333; -} - -rect.module-background, .background-fill { - fill: #ddd; -} -polyline.module-border-inner { - stroke: #e4e4e4; -} -polyline.module-border-middle { - stroke: #ebebeb; -} -polyline.module-border-outer { - stroke: #f2f2f2; -} - -g.io-group { -} -rect.input-background, rect.input-background-filler { - fill: #fafafa; -} -rect.output-background, rect.output-background-filler { - fill: #bbb; -} -text.input-label, text.output-label { - /* font-size: 6pt; */ -} -polyline.input-label, polyline.output-label { -} -path.input-label, path.output-label { -} -</style> - - - - <rect class="module-background background-fill" width="330.0" height="380.0"/> - - - <polyline class="module-border-inner" points="1,1 329.0,1 329.0,379.0 1,379.0 1,1" stroke-width="0.5" fill="none"/> - <polyline class="module-border-middle" points="0.5,0.5 329.5,0.5 329.5,379.5 0.5,379.5 0.5,0.5" stroke-width="0.8" fill="none"/> - <polyline class="module-border-outer" points="0,0 330.0,0 330.0,380.0 0,380.0 0,0" stroke-width="1" fill="none"/> - - <text class="title" font-size="12pt" letter-spacing="4px" text-anchor="middle" transform="translate(165.0 19)">22HP-22HP-22HP</text> - <g transform="translate(0 374)"> - <text class="brand" font-size="8pt" letter-spacing="2px" text-anchor="middle" transform="translate(165.0 0)">BOGAUDIO</text> - <rect class="background-fill" width="3" height="3" transform="translate(149.5 -5)"/> - </g> - -</svg> diff --git a/res-src/EightHP-src.svg b/res-src/EightHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="8"> - <style/> - - <def xlink:href="#module" var-name="8HP8HP"/> -</module> diff --git a/res-src/EighteenHP-src.svg b/res-src/EighteenHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="18"> - <style/> - - <def xlink:href="#module" var-name="18HP-18HP-18HP"/> -</module> diff --git a/res-src/FifteenHP-src.svg b/res-src/FifteenHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="15"> - <style/> - - <def xlink:href="#module" var-name="15HP-15HP"/> -</module> diff --git a/res-src/FiveHP-src.svg b/res-src/FiveHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="5"> - <style/> - - <def xlink:href="#module5" var-name="5HP"/> -</module> diff --git a/res-src/SixHP-src.svg b/res-src/SixHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="6"> - <style/> - - <def xlink:href="#module6" var-name="6HP6HP"/> -</module> diff --git a/res-src/SixteenHP-src.svg b/res-src/SixteenHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="16"> - <style/> - - <def xlink:href="#module" var-name="16HP-16HP"/> -</module> diff --git a/res-src/TenHP-src.svg b/res-src/TenHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="10"> - <style/> - - <def xlink:href="#module" var-name="10HP10HP"/> -</module> diff --git a/res-src/ThirteenHP-src.svg b/res-src/ThirteenHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="13"> - <style/> - - <def xlink:href="#module" var-name="13HP-13HP"/> -</module> diff --git a/res-src/ThirtyHP-src.svg b/res-src/ThirtyHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="30"> - <style/> - - <def xlink:href="#module" var-name="THIRTY(30) HP - THIRTY(30) HP"/> -</module> diff --git a/res-src/ThreeHP-src.svg b/res-src/ThreeHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="3"> - <style/> - - <def xlink:href="#module3" var-name="3HP"/> -</module> diff --git a/res-src/TwelveHP-src.svg b/res-src/TwelveHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="12"> - <style/> - - <def xlink:href="#module" var-name="12HP-12HP"/> -</module> diff --git a/res-src/TwentyFiveHP-src.svg b/res-src/TwentyFiveHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="25"> - <style/> - - <def xlink:href="#module" var-name="25HP-25HP-25HP-25HP"/> -</module> diff --git a/res-src/TwentyHP-src.svg b/res-src/TwentyHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="20"> - <style/> - - <def xlink:href="#module" var-name="20HP-20HP-20HP"/> -</module> diff --git a/res-src/TwentyTwoHP-src.svg b/res-src/TwentyTwoHP-src.svg @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<module hp="22"> - <style/> - - <def xlink:href="#module" var-name="22HP-22HP-22HP"/> -</module> diff --git a/res/EightHP-dark.svg b/res/EightHP-dark.svg Binary files differ. diff --git a/res/EightHP.svg b/res/EightHP.svg Binary files differ. diff --git a/res/EighteenHP-dark.svg b/res/EighteenHP-dark.svg Binary files differ. diff --git a/res/EighteenHP.svg b/res/EighteenHP.svg Binary files differ. diff --git a/res/FifteenHP-dark.svg b/res/FifteenHP-dark.svg Binary files differ. diff --git a/res/FifteenHP.svg b/res/FifteenHP.svg Binary files differ. diff --git a/res/FiveHP-dark.svg b/res/FiveHP-dark.svg Binary files differ. diff --git a/res/FiveHP.svg b/res/FiveHP.svg Binary files differ. diff --git a/res/SixHP-dark.svg b/res/SixHP-dark.svg Binary files differ. diff --git a/res/SixHP.svg b/res/SixHP.svg Binary files differ. diff --git a/res/SixteenHP-dark.svg b/res/SixteenHP-dark.svg Binary files differ. diff --git a/res/SixteenHP.svg b/res/SixteenHP.svg Binary files differ. diff --git a/res/TenHP-dark.svg b/res/TenHP-dark.svg Binary files differ. diff --git a/res/TenHP.svg b/res/TenHP.svg Binary files differ. diff --git a/res/ThirteenHP-dark.svg b/res/ThirteenHP-dark.svg Binary files differ. diff --git a/res/ThirteenHP.svg b/res/ThirteenHP.svg Binary files differ. diff --git a/res/ThirtyHP-dark.svg b/res/ThirtyHP-dark.svg Binary files differ. diff --git a/res/ThirtyHP.svg b/res/ThirtyHP.svg Binary files differ. diff --git a/res/ThreeHP-dark.svg b/res/ThreeHP-dark.svg Binary files differ. diff --git a/res/ThreeHP.svg b/res/ThreeHP.svg Binary files differ. diff --git a/res/TwelveHP-dark.svg b/res/TwelveHP-dark.svg Binary files differ. diff --git a/res/TwelveHP.svg b/res/TwelveHP.svg Binary files differ. diff --git a/res/TwentyFiveHP-dark.svg b/res/TwentyFiveHP-dark.svg Binary files differ. diff --git a/res/TwentyFiveHP.svg b/res/TwentyFiveHP.svg Binary files differ. diff --git a/res/TwentyHP-dark.svg b/res/TwentyHP-dark.svg Binary files differ. diff --git a/res/TwentyHP.svg b/res/TwentyHP.svg Binary files differ. diff --git a/res/TwentyTwoHP-dark.svg b/res/TwentyTwoHP-dark.svg Binary files differ. diff --git a/res/TwentyTwoHP.svg b/res/TwentyTwoHP.svg Binary files differ. diff --git a/scripts/modules_to_plugin_json.rb b/scripts/modules_to_plugin_json.rb @@ -12,9 +12,6 @@ models = `c++ #{flags.join(' ')} -E src/bogaudio.cpp 2>&1 | grep addModel` models = models.split.map do |s| s.sub(/^\s*p->addModel\(([^)]+)\);\s*$/, '\1') end -unless ENV['BLANKS'] == '1' - models.reject! { |m| m =~ /^model.*HP$/ } -end modules = [] models.each do |model| diff --git a/src/bogaudio.cpp b/src/bogaudio.cpp @@ -102,7 +102,6 @@ #include "Test2.hpp" #include "TestExpander.hpp" #include "TestVCF.hpp" -#include "template_panels.hpp" //NEW_INCLUDES_HERE @@ -230,21 +229,6 @@ void init(rack::Plugin *p) { p->addModel(modelTestExpanderBase); p->addModel(modelTestExpanderExtension); p->addModel(modelTestVCF); - - p->addModel(modelThreeHP); - p->addModel(modelFiveHP); - p->addModel(modelSixHP); - p->addModel(modelEightHP); - p->addModel(modelTenHP); - p->addModel(modelTwelveHP); - p->addModel(modelThirteenHP); - p->addModel(modelFifteenHP); - p->addModel(modelSixteenHP); - p->addModel(modelEighteenHP); - p->addModel(modelTwentyHP); - p->addModel(modelTwentyTwoHP); - p->addModel(modelTwentyFiveHP); - p->addModel(modelThirtyHP); #endif //NEW_MODELS_HERE diff --git a/src/template_panels.cpp b/src/template_panels.cpp @@ -1,217 +0,0 @@ - -#include "template_panels.hpp" - -struct ThreeHPWidget : BGModuleWidget { - ThreeHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 3, RACK_GRID_HEIGHT); - setPanel(box.size, "ThreeHP"); - - addChild(createWidget<ScrewSilver>(Vec(0, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 365))); - } -}; - -Model* modelThreeHP = bogaudio::createModel<BGModule, ThreeHPWidget>("Bogaudio-ThreeHP", "THREEHP", "Template/blank", "Blank"); - - -struct FiveHPWidget : BGModuleWidget { - FiveHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 5, RACK_GRID_HEIGHT); - setPanel(box.size, "FiveHP"); - - addChild(createWidget<ScrewSilver>(Vec(0, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 365))); - } -}; - -Model* modelFiveHP = bogaudio::createModel<BGModule, FiveHPWidget>("Bogaudio-FiveHP", "FIVEHP", "Template/blank", "Blank"); - - -struct SixHPWidget : BGModuleWidget { - SixHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 6, RACK_GRID_HEIGHT); - setPanel(box.size, "SixHP"); - - addChild(createWidget<ScrewSilver>(Vec(0, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 365))); - } -}; - -Model* modelSixHP = bogaudio::createModel<BGModule, SixHPWidget>("Bogaudio-SixHP", "SIXHP", "Template/blank", "Blank"); - - -struct EightHPWidget : BGModuleWidget { - EightHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 8, RACK_GRID_HEIGHT); - setPanel(box.size, "EightHP"); - - addChild(createWidget<ScrewSilver>(Vec(0, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 365))); - } -}; - -Model* modelEightHP = bogaudio::createModel<BGModule, EightHPWidget>("Bogaudio-EightHP", "EIGHTHP", "Template/blank", "Blank"); - - -struct TenHPWidget : BGModuleWidget { - TenHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 10, RACK_GRID_HEIGHT); - setPanel(box.size, "TenHP"); - - addChild(createWidget<ScrewSilver>(Vec(0, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 0))); - addChild(createWidget<ScrewSilver>(Vec(0, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 365))); - } -}; - -Model* modelTenHP = bogaudio::createModel<BGModule, TenHPWidget>("Bogaudio-TenHP", "TENHP", "Template/blank", "Blank"); - - -struct TwelveHPWidget : BGModuleWidget { - TwelveHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 12, RACK_GRID_HEIGHT); - setPanel(box.size, "TwelveHP"); - - addChild(createWidget<ScrewSilver>(Vec(0, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 0))); - addChild(createWidget<ScrewSilver>(Vec(0, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 365))); - } -}; - -Model* modelTwelveHP = bogaudio::createModel<BGModule, TwelveHPWidget>("Bogaudio-TwelveHP", "TWELVEHP", "Template/blank", "Blank"); - - -struct ThirteenHPWidget : BGModuleWidget { - ThirteenHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 13, RACK_GRID_HEIGHT); - setPanel(box.size, "ThirteenHP"); - - addChild(createWidget<ScrewSilver>(Vec(0, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 0))); - addChild(createWidget<ScrewSilver>(Vec(0, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 15, 365))); - } -}; - -Model* modelThirteenHP = bogaudio::createModel<BGModule, ThirteenHPWidget>("Bogaudio-ThirteenHP", "THIRTEENHP", "Template/blank", "Blank"); - - -struct FifteenHPWidget : BGModuleWidget { - FifteenHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 15, RACK_GRID_HEIGHT); - setPanel(box.size, "FifteenHP"); - - addChild(createWidget<ScrewSilver>(Vec(15, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 0))); - addChild(createWidget<ScrewSilver>(Vec(15, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 365))); - } -}; - -Model* modelFifteenHP = bogaudio::createModel<BGModule, FifteenHPWidget>("Bogaudio-FifteenHP", "FIFTEENHP", "Template/blank", "Blank"); - - -struct SixteenHPWidget : BGModuleWidget { - SixteenHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 16, RACK_GRID_HEIGHT); - setPanel(box.size, "SixteenHP"); - - addChild(createWidget<ScrewSilver>(Vec(15, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 0))); - addChild(createWidget<ScrewSilver>(Vec(15, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 365))); - } -}; - -Model* modelSixteenHP = bogaudio::createModel<BGModule, SixteenHPWidget>("Bogaudio-SixteenHP", "SIXTEENHP", "Template/blank", "Blank"); - - -struct EighteenHPWidget : BGModuleWidget { - EighteenHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 18, RACK_GRID_HEIGHT); - setPanel(box.size, "EighteenHP"); - - addChild(createWidget<ScrewSilver>(Vec(15, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 0))); - addChild(createWidget<ScrewSilver>(Vec(15, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 365))); - } -}; - -Model* modelEighteenHP = bogaudio::createModel<BGModule, EighteenHPWidget>("Bogaudio-EighteenHP", "EIGHTEENHP", "Template/blank", "Blank"); - - -struct TwentyHPWidget : BGModuleWidget { - TwentyHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 20, RACK_GRID_HEIGHT); - setPanel(box.size, "TwentyHP"); - - addChild(createWidget<ScrewSilver>(Vec(15, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 0))); - addChild(createWidget<ScrewSilver>(Vec(15, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 365))); - } -}; - -Model* modelTwentyHP = bogaudio::createModel<BGModule, TwentyHPWidget>("Bogaudio-TwentyHP", "TWENTYHP", "Template/blank", "Blank"); - - -struct TwentyTwoHPWidget : BGModuleWidget { - TwentyTwoHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 22, RACK_GRID_HEIGHT); - setPanel(box.size, "TwentyTwoHP"); - - addChild(createWidget<ScrewSilver>(Vec(15, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 0))); - addChild(createWidget<ScrewSilver>(Vec(15, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 365))); - } -}; - -Model* modelTwentyTwoHP = bogaudio::createModel<BGModule, TwentyTwoHPWidget>("Bogaudio-TwentyTwoHP", "TWENTYTWOHP", "Template/blank", "Blank"); - - -struct TwentyFiveHPWidget : BGModuleWidget { - TwentyFiveHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 25, RACK_GRID_HEIGHT); - setPanel(box.size, "TwentyFiveHP"); - - addChild(createWidget<ScrewSilver>(Vec(15, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 0))); - addChild(createWidget<ScrewSilver>(Vec(15, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 365))); - } -}; - -Model* modelTwentyFiveHP = bogaudio::createModel<BGModule, TwentyFiveHPWidget>("Bogaudio-TwentyFiveHP", "TWENTYFIVEHP", "Template/blank", "Blank"); - - -struct ThirtyHPWidget : BGModuleWidget { - ThirtyHPWidget(Module* module) { - setModule(module); - box.size = Vec(RACK_GRID_WIDTH * 30, RACK_GRID_HEIGHT); - setPanel(box.size, "ThirtyHP"); - - addChild(createWidget<ScrewSilver>(Vec(15, 0))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 0))); - addChild(createWidget<ScrewSilver>(Vec(15, 365))); - addChild(createWidget<ScrewSilver>(Vec(box.size.x - 30, 365))); - } -}; - -Model* modelThirtyHP = bogaudio::createModel<BGModule, ThirtyHPWidget>("Bogaudio-ThirtyHP", "THIRTYHP", "Template/blank", "Blank"); diff --git a/src/template_panels.hpp b/src/template_panels.hpp @@ -1,18 +0,0 @@ -#pragma once - -#include "bogaudio.hpp" - -extern Model* modelThreeHP; -extern Model* modelFiveHP; -extern Model* modelSixHP; -extern Model* modelEightHP; -extern Model* modelTenHP; -extern Model* modelTwelveHP; -extern Model* modelThirteenHP; -extern Model* modelFifteenHP; -extern Model* modelSixteenHP; -extern Model* modelEighteenHP; -extern Model* modelTwentyHP; -extern Model* modelTwentyTwoHP; -extern Model* modelTwentyFiveHP; -extern Model* modelThirtyHP;