Skip to content

Commit

Permalink
Remove ladder tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hemmer committed May 5, 2024
1 parent f4463e8 commit 61abb44
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
File renamed without changes.
2 changes: 1 addition & 1 deletion src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ void init(rack::Plugin *p) {
p->addModel(modelVoltio);
p->addModel(modelOctaves);
p->addModel(modelPonyVCF);
p->addModel(modelLadderVCF);
// p->addModel(modelLadderVCF);
}
2 changes: 1 addition & 1 deletion src/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 61abb44

Please sign in to comment.