Skip to content

Commit

Permalink
Add homepage URL to Plugin metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBelt committed Sep 27, 2017
1 parent e736bdc commit ad9fe26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AudibleInstruments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ad9fe26

Please sign in to comment.