diff --git a/Makefile b/Makefile index 19739b6..c652351 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SLUG = rcm # Must follow the format in the Versioning section of # https://vcvrack.com/manual/PluginDevelopmentTutorial.html -VERSION = 0.6.2 +VERSION = 0.6.3 # FLAGS will be passed to both the C and C++ compiler #FLAGS += -Idep/openmpt-libopenmpt-0.3.10/soundlib -Idep/openmpt-libopenmpt-0.3.10/common diff --git a/src/GVerbWidget.cpp b/src/GVerbWidget.cpp index bd7d3ed..1f99ab6 100644 --- a/src/GVerbWidget.cpp +++ b/src/GVerbWidget.cpp @@ -21,7 +21,6 @@ void init(Plugin *p) { // Add all Models defined throughout the plugin p->addModel(modelGVerbModule); - p->addModel(modelLoadCounterModule); p->addModel(modelAudioInterface16); p->addModel(modelCV0to10Module); p->addModel(modelCVS0to10Module);