Browse Source

Fixed labels for Quad MIDI interface

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
df94ca7ac2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core/QuadMidiToCV.cpp

+ 1
- 1
src/core/QuadMidiToCV.cpp View File

@@ -377,7 +377,7 @@ QuadMidiToCVWidget::QuadMidiToCVWidget() {
label->text = "4";
addChild(label);
}
std::string labels[4] = {"1V/Oct", "Gate", "Vel", "At"};
std::string labels[4] = {"1V/oct", "Gate", "Velocity", "Aftertouch"};

yPos += labelHeight + margin * 2;
for (int i = 0; i < 4; i++) {


Loading…
Cancel
Save