|
|
@@ -49,7 +49,7 @@ struct VCA : Module { |
|
|
|
struct VCAWidget : ModuleWidget { |
|
|
|
VCAWidget(VCA *module) { |
|
|
|
setModule(module); |
|
|
|
setPanel(SVG::load(asset::plugin(plugin, "res/VCA.svg"))); |
|
|
|
setPanel(SVG::load(asset::plugin(pluginInstance, "res/VCA.svg"))); |
|
|
|
|
|
|
|
addChild(createWidget<ScrewSilver>(Vec(RACK_GRID_WIDTH, 0))); |
|
|
|
addChild(createWidget<ScrewSilver>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0))); |
|
|
@@ -155,7 +155,7 @@ struct VCA_1VUKnob : SliderKnob { |
|
|
|
struct VCA_1Widget : ModuleWidget { |
|
|
|
VCA_1Widget(VCA_1 *module) { |
|
|
|
setModule(module); |
|
|
|
setPanel(SVG::load(asset::plugin(plugin, "res/VCA-1.svg"))); |
|
|
|
setPanel(SVG::load(asset::plugin(pluginInstance, "res/VCA-1.svg"))); |
|
|
|
|
|
|
|
addChild(createWidget<ScrewSilver>(Vec(RACK_GRID_WIDTH, 0))); |
|
|
|
addChild(createWidget<ScrewSilver>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0))); |
|
|
|