Browse Source

Add homepage URL to Plugin metadata

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
ad9fe261d9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/AudibleInstruments.cpp

+ 1
- 0
src/AudibleInstruments.cpp View File

@@ -7,6 +7,7 @@ void init(rack::Plugin *p) {
plugin = p;
plugin->slug = "AudibleInstruments";
plugin->name = "Audible Instruments";
plugin->homepageUrl = "https://github.com/VCVRack/AudibleInstruments";
createModel<BraidsWidget>(plugin, "Braids", "Macro Oscillator");
createModel<ElementsWidget>(plugin, "Elements", "Modal Synthesizer");
createModel<TidesWidget>(plugin, "Tides", "Tidal Modulator");


Loading…
Cancel
Save