Skip to content

Commit

Permalink
Prep for 2.0.2.0 release
Browse files Browse the repository at this point in the history
- Remove EGxVCA
- update plugin.json version
  • Loading branch information
baconpaul committed Nov 26, 2022
1 parent 09e4ace commit 0ddb0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "SurgeXTRack",
"name": "Surge XT",
"version": "2.1.beta.0",
"version": "2.0.2.0",
"license": "GPL-3.0-or-later",
"author": "Surge Synth Team",
"authorEmail": "",
Expand Down Expand Up @@ -332,15 +332,6 @@
"Polyphonic"
]
},
{
"slug": "SurgeXTEGxVCA",
"name": "EG x VCA",
"description": "The Surge XT Envelope Generator VCA Combo",
"tags": [
"VCA",
"Envelope generator"
]
},
{
"slug": "SurgeXTMixer",
"name": "Mixer",
Expand Down
2 changes: 1 addition & 1 deletion src/SurgeXT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ __attribute__((__visibility__("default"))) void init(rack::Plugin *p)
p->addModel(modelFXSpringReverb);
p->addModel(modelFXTreeMonster);

p->addModel(modelEGxVCA);
// p->addModel(modelEGxVCA);

sst::surgext_rack::style::XTStyle::initialize();
}

0 comments on commit 0ddb0ef

Please sign in to comment.