Skip to content

Commit

Permalink
Tidy up of the controls
Browse files Browse the repository at this point in the history
  • Loading branch information
felixh committed Jun 16, 2024
1 parent ea94e7d commit 8673d8c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
37 changes: 22 additions & 15 deletions res/additive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/additive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ struct AdditiveWidget : ModuleWidget {
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(17.75, 29.168)), module, Additive::NEG1_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(8.25, 39.267)), module, Additive::POS5_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(17.75, 39.267)), module, Additive::NEG5_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(10.598, 18.065)), module, Additive::CLKIN_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(12.5, 18.065)), module, Additive::CLKIN_INPUT));

addOutput(createOutputCentered<PJ301MPort>(mm2px(Vec(10.598, 69.25)), module, Additive::VOCT_OUTPUT));
addOutput(createOutputCentered<PJ301MPort>(mm2px(Vec(12.5, 72.25)), module, Additive::VOCT_OUTPUT));
}
};

Expand Down

0 comments on commit 8673d8c

Please sign in to comment.