Skip to content

Commit

Permalink
move clock and output arround
Browse files Browse the repository at this point in the history
  • Loading branch information
felixh committed Jun 16, 2024
1 parent 56d35e3 commit ea94e7d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
50 changes: 28 additions & 22 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.
8 changes: 4 additions & 4 deletions src/additive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ struct AdditiveWidget : ModuleWidget {

addInput(createInputCentered<PJ301MPort>(mm2px(Vec(8.25, 29.168)), module, Additive::POS1_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(17.75, 29.168)), module, Additive::NEG1_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(10.598, 39.267)), module, Additive::POS5_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(20.598, 58.932)), module, Additive::NEG5_INPUT));
addInput(createInputCentered<PJ301MPort>(mm2px(Vec(10.598, 69.25)), module, Additive::CLKIN_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));

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

Expand Down

0 comments on commit ea94e7d

Please sign in to comment.