Following the compatibility break in the dev version, it needs to update plugin URI.
I want to append -mk2 as a prefix. (URL http://jpcima.sdf1.org/lv2/string-machine-mk2)
Problem: I thought to have done this in source, but mistook the variable, and instead I changed homepage.
Location of problem:
|
#define DISTRHO_PLUGIN_HOMEPAGE "https://github.com/jpcima/string-machine-mk2" |
Following the compatibility break in the dev version, it needs to update plugin URI.
I want to append
-mk2as a prefix. (URLhttp://jpcima.sdf1.org/lv2/string-machine-mk2)Problem: I thought to have done this in source, but mistook the variable, and instead I changed homepage.
Location of problem:
string-machine/plugins/string-machine/meta/DistrhoPluginInfo.h
Line 6 in 1240f54