From 61abb442cff2e862b3a01bf7f864df86146b431e Mon Sep 17 00:00:00 2001 From: hemmer <915048+hemmer@users.noreply.github.com> Date: Sun, 5 May 2024 20:52:38 +0100 Subject: [PATCH] Remove ladder tests for now --- plugin.json | 12 ------------ src/{util.h => Util.h} | 0 src/plugin.cpp | 2 +- src/plugin.hpp | 2 +- 4 files changed, 2 insertions(+), 14 deletions(-) rename src/{util.h => Util.h} (100%) diff --git a/plugin.json b/plugin.json index 19273e8..e41fcb3 100644 --- a/plugin.json +++ b/plugin.json @@ -355,18 +355,6 @@ "Mixer", "Filter" ] - }, - { - "slug": "LadderVCF", - "name": "LadderVCF", - "description": "Space-conscious lowpass filter and volume processor.", - "manualUrl": "https://www.befaco.org/pony-vcf/", - "modularGridUrl": "https://www.modulargrid.net/e/befaco-pony-vcf-", - "tags": [ - "Hardware clone", - "Mixer", - "Filter" - ] } ] } diff --git a/src/util.h b/src/Util.h similarity index 100% rename from src/util.h rename to src/Util.h diff --git a/src/plugin.cpp b/src/plugin.cpp index 6f6a803..5a97031 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -33,5 +33,5 @@ void init(rack::Plugin *p) { p->addModel(modelVoltio); p->addModel(modelOctaves); p->addModel(modelPonyVCF); - p->addModel(modelLadderVCF); + // p->addModel(modelLadderVCF); } diff --git a/src/plugin.hpp b/src/plugin.hpp index 7bffde0..f42d285 100644 --- a/src/plugin.hpp +++ b/src/plugin.hpp @@ -34,7 +34,7 @@ extern Model* modelMidiThing; extern Model* modelVoltio; extern Model* modelOctaves; extern Model* modelPonyVCF; -extern Model* modelLadderVCF; +// extern Model* modelLadderVCF; struct Knurlie : SvgScrew { Knurlie() {