diff --git a/README.md b/README.md index bb03abd..65badef 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ VCV logo is © 2017 Panel graphics in `res/` are © 2017 -Derivations may not use the VCV logo or panel graphics. \ No newline at end of file +Derivative works may not use the VCV logo or panel graphics. \ No newline at end of file diff --git a/src/Fundamental.cpp b/src/Fundamental.cpp index 9c570c5..7bba3b7 100644 --- a/src/Fundamental.cpp +++ b/src/Fundamental.cpp @@ -21,7 +21,7 @@ void init(rack::Plugin *p) { p->addModel(createModel("Fundamental", "ADSR", "ADSR", ENVELOPE_GENERATOR_TAG)); p->addModel(createModel("Fundamental", "VCMixer", "VC Mixer", MIXER_TAG, AMPLIFIER_TAG)); p->addModel(createModel<_8vertWidget>("Fundamental", "8vert", "8vert", ATTENUATOR_TAG)); - p->addModel(createModel("Fundamental", "Unity", "Unity", UTILITY_TAG)); + p->addModel(createModel("Fundamental", "Unity", "Unity", MIXER_TAG, UTILITY_TAG)); p->addModel(createModel("Fundamental", "Mutes", "Mutes", SWITCH_TAG)); p->addModel(createModel("Fundamental", "Scope", "Scope", VISUAL_TAG)); p->addModel(createModel("Fundamental", "SEQ3", "SEQ-3", SEQUENCER_TAG));