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
Add Magnets module
Added Magnets module
tags/24.04
CV funk
1 year ago
parent
657e432658
commit
5e3cecc290
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/CVfunk
+1
-0
plugins/plugins.cpp
+ 1
- 1
plugins/CVfunk
@@ -1 +1 @@
Subproject commit
704482fea736dda199b5eef49dba2332f995f901
Subproject commit
9f17fccdfd4d1d9298f254b07f99046c6925191e
+ 1
- 0
plugins/plugins.cpp
View File
@@ -1845,6 +1845,7 @@ static void initStatic__CVfunk()
p->addModel(modelHexMod);
p->addModel(modelCollatz);
p->addModel(modelStrings);
p->addModel(modelMagnets);
#undef modelSteps
}
}
Write
Preview
Loading…
Cancel
Save