This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
20
Wiki
Activity
Browse Source
Fix whitespace.
pull/786/head
rl2939
1 year ago
parent
9a00f83af2
commit
4b5ceefb16
1 changed files
with
10 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-10
plugins/plugins.cpp
+ 10
- 10
plugins/plugins.cpp
View File
@@ -2565,16 +2565,16 @@ static void initStatic__kocmoc()
const StaticPluginLoader spl(p, "kocmoc");
if (spl.ok())
{
p->addModel(modelSVF_1);
p->addModel(modeluSVF);
p->addModel(modelTRG);
p->addModel(modelLADR);
p->addModel(modeluLADR);
p->addModel(modelOP);
p->addModel(modelPHASR);
p->addModel(modelMUL);
p->addModel(modelSKF);
p->addModel(modelDDLY);
p->addModel(modelSVF_1);
p->addModel(modeluSVF);
p->addModel(modelTRG);
p->addModel(modelLADR);
p->addModel(modeluLADR);
p->addModel(modelOP);
p->addModel(modelPHASR);
p->addModel(modelMUL);
p->addModel(modelSKF);
p->addModel(modelDDLY);
}
}
Write
Preview
Loading…
Cancel
Save