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
18
Wiki
Activity
Browse Source
Sapphire plugin adds new module: Glee.
Glee is a chaotic oscillator similar to Frolic. It became available as a bonus module in v 2.3.1.
tags/24.04
Don Cross
1 year ago
parent
f47d336e5a
commit
f0a1e8588d
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/Sapphire
+1
-0
plugins/plugins.cpp
+ 1
- 1
plugins/Sapphire
@@ -1 +1 @@
Subproject commit
77f2e99137e3a19cc143df78c3cba8e32a320a58
Subproject commit
9d9d3ae703259b55a2734e03a9421874ebd35cf9
+ 1
- 0
plugins/plugins.cpp
View File
@@ -2770,6 +2770,7 @@ static void initStatic__Sapphire()
{
p->addModel(modelElastika);
p->addModel(modelFrolic);
p->addModel(modelGlee);
p->addModel(modelMoots);
p->addModel(modelTin);
p->addModel(modelTricorder);
Write
Preview
Loading…
Cancel
Save