Skip to content

Commit

Permalink
Better port descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hemmer committed Aug 30, 2024
1 parent a693020 commit 5603a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cosmos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct Cosmos : Module {

configOutput(XOR_GATE_OUTPUT, "XOR gate");
configOutput(XOR_TRIG_OUTPUT, "XOR trigger");
configOutput(XOR_OUTPUT, "Through-zero clipper");
configOutput(XOR_OUTPUT, "XOR (through-zero clipper)");
configOutput(OR_GATE_OUTPUT, "OR gate");
configOutput(AND_GATE_OUTPUT, "AND gate");
configOutput(OR_OUTPUT, "OR (maximum)");
Expand All @@ -121,7 +121,7 @@ struct Cosmos : Module {
configOutput(NAND_OUTPUT, "NAND (minimum inverted)");
configOutput(NOR_GATE_OUTPUT, "NOR gate");
configOutput(NAND_GATE_OUTPUT, "NAND gate");
configOutput(XNOR_OUTPUT, "Ternary clipper (inverted)");
configOutput(XNOR_OUTPUT, "XNOR (inverted through-zero clipper)");
configOutput(XNOR_GATE_OUTPUT, "XNOR gate");
configOutput(XNOR_TRIG_OUTPUT, "XNOR trigger");

Expand Down

0 comments on commit 5603a6e

Please sign in to comment.