From e9cc1afce8113d9c30a28f15a92846c95aab92e3 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 13 Feb 2022 21:59:11 +0000 Subject: [PATCH] Remove fundamental Signed-off-by: falkTX --- .gitmodules | 3 -- plugins/Fundamental | 1 - src/custom/dep.cpp | 114 -------------------------------------------- 3 files changed, 118 deletions(-) delete mode 160000 plugins/Fundamental diff --git a/.gitmodules b/.gitmodules index 2f25e33..d6596fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "plugins/Cardinal/sse2neon"] path = include/sse2neon url = https://github.com/DLTcollab/sse2neon.git -[submodule "plugins/Fundamental"] - path = plugins/Fundamental - url = https://github.com/CardinalModules/Fundamental.git [submodule "plugins/AudibleInstruments"] path = plugins/AudibleInstruments url = https://github.com/CardinalModules/AudibleInstruments.git diff --git a/plugins/Fundamental b/plugins/Fundamental deleted file mode 160000 index 50f8ccc..0000000 --- a/plugins/Fundamental +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 50f8ccce5ec433470d87894c94762df133d940f1 diff --git a/src/custom/dep.cpp b/src/custom/dep.cpp index eb26b51..2069a39 100644 --- a/src/custom/dep.cpp +++ b/src/custom/dep.cpp @@ -151,120 +151,6 @@ static const struct { "a58877fa-d57b-4d74-bbda-a883bf30a365" } }, - /* - // CC-BY-NC-ND-4.0, needs permission - { - "/Fundamental/8vert.svg", - {"path17","path21","circle15","path19"} - }, - { - "/Fundamental/ADSR.svg", - {"path12","path16","circle18","path14"} - }, - { - "/Fundamental/Delay.svg", - {"path14","path18","circle20","path16"} - }, - { - "/Fundamental/LFO.svg", - {"path14","path18","circle20","path16"} - }, - { - "/Fundamental/Merge.svg", - {"path16","path20","circle14","path18", - "path26","path30","circle24","path28"} - }, - { - "/Fundamental/MidSide.svg", - {"path23","path27","circle21","path25", - "path33","path37","circle31","path35"} - }, - { - "/Fundamental/Mixer.svg", - {"path14","path18","circle12","path16"} - }, - { - "/Fundamental/Mutes.svg", - {"path17","path21","circle15","path19"} - }, - { - "/Fundamental/Noise.svg", - {"path14","path18","circle12","path16"} - }, - { - "/Fundamental/Octave.svg", - {"path14","path18","circle12","path16"} - }, - { - "/Fundamental/Pulses.svg", - {"path14","path18","circle12","path16"} - }, - { - "/Fundamental/Quantizer.svg", - {"path14","path18","circle12","path16"} - }, - { - "/Fundamental/Random.svg", - {"path58","path62","circle64","path60"} - }, - { - "/Fundamental/Scope.svg", - {"path14","path18","circle20","path16"} - }, - { - "/Fundamental/SEQ3.svg", - {"path16","path20","circle22","path18"} - }, - { - "/Fundamental/SequentialSwitch1.svg", - {"path17","path21","circle15","path19"} - }, - { - "/Fundamental/SequentialSwitch2.svg", - {"path17","path21","circle15","path19"} - }, - { - "/Fundamental/Split.svg", - {"path18","path22","circle16","path20", - "path28","path32","circle26","path30"} - }, - { - "/Fundamental/Sum.svg", - {"path24","path28","circle22","path26"} - }, - { - "/Fundamental/Unity.svg", - {"path21219","path21223","path21217","path21221"} - }, - { - "/Fundamental/VCA-1.svg", - {"path16","path20","circle14","path18"} - }, - { - "/Fundamental/VCF.svg", - {"path12","path16","circle18","path14"} - }, - { - "/Fundamental/VCMixer.svg", - {"path12","path16","circle18","path14"} - }, - { - "/Fundamental/VCO.svg", - {"path14","path18","circle20","path16"} - }, - { - "/Fundamental/Viz.svg", - {"path14","path18","circle12","path16"} - }, - { - "/Fundamental/WTLFO.svg", - {"path12","path16","circle18","path14"} - }, - { - "/Fundamental/WTVCO.svg", - {"path12","path16","circle18","path14"} - }, - */ }; static const struct { const char* const filename;