diff --git a/src/Fundamental.cpp b/src/Fundamental.cpp index 3652b40..9c570c5 100644 --- a/src/Fundamental.cpp +++ b/src/Fundamental.cpp @@ -9,6 +9,7 @@ void init(rack::Plugin *p) { #ifdef VERSION p->version = TOSTRING(VERSION); #endif + p->website = "https://github.com/VCVRack/Fundamental"; p->addModel(createModel("Fundamental", "VCO", "VCO-1", OSCILLATOR_TAG)); p->addModel(createModel("Fundamental", "VCO2", "VCO-2", OSCILLATOR_TAG));