Skip to content

Commit

Permalink
further changes for parasites
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrandt1 committed Mar 18, 2018
1 parent 5563ccd commit 6c30488
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Smoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ Menu *SmokeWidget::createContextMenu() {
return menu;
}

Model *modelSmoke = Model::create<Smoke,SmokeWidget>( "Southpole", "Smoke", "Smoke - texture synth", GRANULAR_TAG, REVERB_TAG);
Model *modelSmoke = Model::create<Smoke,SmokeWidget>( "Southpole Parasites", "Smoke", "Smoke - texture synth", GRANULAR_TAG, REVERB_TAG);



5 changes: 2 additions & 3 deletions src/Southpole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
1 change: 0 additions & 1 deletion src/Southpole.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ using namespace rack;
extern Plugin *plugin;

extern Model *modelSmoke;
extern Model *modelAnnuli;
extern Model *modelSplash;

// GUI COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion src/Splash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ struct SplashWidget : ModuleWidget {
}
};

Model *modelSplash = Model::create<Splash,SplashWidget>( "Southpole", "Splash", "Splash / Lambs - tidal modulator", LFO_TAG, OSCILLATOR_TAG, WAVESHAPER_TAG, FUNCTION_GENERATOR_TAG);
Model *modelSplash = Model::create<Splash,SplashWidget>( "Southpole Parasites", "Splash", "Splash / Lambs - tidal modulator", LFO_TAG, OSCILLATOR_TAG, WAVESHAPER_TAG, FUNCTION_GENERATOR_TAG);


void SplashWidget::step() {
Expand Down

0 comments on commit 6c30488

Please sign in to comment.