|
|
@@ -54,7 +54,7 @@ struct DualAtenuverter : Module { |
|
|
|
struct DualAtenuverterWidget : ModuleWidget { |
|
|
|
DualAtenuverterWidget(DualAtenuverter *module) { |
|
|
|
setModule(module); |
|
|
|
setPanel(SVG::load(asset::plugin(plugin, "res/DualAtenuverter.svg"))); |
|
|
|
setPanel(SVG::load(asset::plugin(pluginInstance, "res/DualAtenuverter.svg"))); |
|
|
|
|
|
|
|
addChild(createWidget<Knurlie>(Vec(15, 0))); |
|
|
|
addChild(createWidget<Knurlie>(Vec(15, 365))); |
|
|
|