diff --git a/src/Smoke.cpp b/src/Smoke.cpp index f154055..5db3882 100644 --- a/src/Smoke.cpp +++ b/src/Smoke.cpp @@ -565,7 +565,7 @@ Menu *SmokeWidget::createContextMenu() { return menu; } -Model *modelSmoke = Model::create( "Southpole", "Smoke", "Smoke - texture synth", GRANULAR_TAG, REVERB_TAG); +Model *modelSmoke = Model::create( "Southpole Parasites", "Smoke", "Smoke - texture synth", GRANULAR_TAG, REVERB_TAG); diff --git a/src/Southpole.cpp b/src/Southpole.cpp index 810f314..60b0971 100644 --- a/src/Southpole.cpp +++ b/src/Southpole.cpp @@ -15,7 +15,6 @@ void init(rack::Plugin *p) { p->website = "https://github.com/gbrandt1/southpole-vcvrack"; p->manual = "https://github.com/gbrandt1/southpole-vcvrack/blob/master/README.md"; - p->addModel(modelAnnuli ); - p->addModel(modelSmoke); - p->addModel(modelSplash); + p->addModel(modelSmoke); + p->addModel(modelSplash); } diff --git a/src/Southpole.hpp b/src/Southpole.hpp index fb042d1..78d2333 100644 --- a/src/Southpole.hpp +++ b/src/Southpole.hpp @@ -6,7 +6,6 @@ using namespace rack; extern Plugin *plugin; extern Model *modelSmoke; -extern Model *modelAnnuli; extern Model *modelSplash; // GUI COMPONENTS diff --git a/src/Splash.cpp b/src/Splash.cpp index 98fa1f9..0aaadfd 100644 --- a/src/Splash.cpp +++ b/src/Splash.cpp @@ -289,7 +289,7 @@ struct SplashWidget : ModuleWidget { } }; -Model *modelSplash = Model::create( "Southpole", "Splash", "Splash / Lambs - tidal modulator", LFO_TAG, OSCILLATOR_TAG, WAVESHAPER_TAG, FUNCTION_GENERATOR_TAG); +Model *modelSplash = Model::create( "Southpole Parasites", "Splash", "Splash / Lambs - tidal modulator", LFO_TAG, OSCILLATOR_TAG, WAVESHAPER_TAG, FUNCTION_GENERATOR_TAG); void SplashWidget::step() {