This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
Deprecate VCA.
tags/v2.0.1
Andrew Belt
3 years ago
parent
76ff24c4f7
commit
aed782e755
2 changed files
with
5 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
plugin.json
+3
-0
src/VCA.cpp
+ 2
- 1
plugin.json
View File
@@ -61,7 +61,8 @@
"VCA",
"VCA",
"Dual",
"Dual",
"Polyphonic"
"Polyphonic"
]
],
"hidden": true
},
},
{
{
"slug": "LFO",
"slug": "LFO",
+ 3
- 0
src/VCA.cpp
View File
@@ -1,6 +1,9 @@
#include "plugin.hpp"
#include "plugin.hpp"
// Deprecated. Use VCA-1 instead.
struct VCA : Module {
struct VCA : Module {
enum ParamIds {
enum ParamIds {
LEVEL1_PARAM,
LEVEL1_PARAM,
Write
Preview
Loading…
Cancel
Save