Skip to content

Commit 07d99e8

Browse files
committed
Add port labels.
1 parent de1e184 commit 07d99e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Recorder.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,11 @@ struct Recorder : Module {
659659
config(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS);
660660
configParam(GAIN_PARAM, 0.f, 2.f, 1.f, "Level", " dB", -10, 40);
661661

662+
configInput(GATE_INPUT, "Gate");
663+
configInput(TRIG_INPUT, "Trigger");
664+
configInput(LEFT_INPUT, "Left/mono");
665+
configInput(RIGHT_INPUT, "Right");
666+
662667
gateDivider.setDivision(32);
663668
lightDivider.setDivision(512);
664669
onReset();

0 commit comments

Comments
 (0)