From 66242d5b91e01421cb31c2574a8f2d26ed65e871 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 26 Nov 2017 01:16:06 -0500 Subject: [PATCH] Update tags --- README.md | 2 +- src/Fundamental.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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));