Browse Source

Fix typo in midi2cv, sorry!

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc2
falkTX 4 years ago
parent
commit
fe545cc429
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/midi-to-cv.c

+ 1
- 1
source/native-plugins/midi-to-cv.c View File

@@ -220,7 +220,7 @@ static const char* midi2cv_get_buffer_port_name(NativePluginHandle handle, uint3
case 1:
return "Velocity";
case 2:
return "Trigger";
return "Gate";
default:
return NULL;
}


Loading…
Cancel
Save