diff --git a/source/native-plugins/midi-to-cv.c b/source/native-plugins/midi-to-cv.c index e814858b5..334ec5384 100644 --- a/source/native-plugins/midi-to-cv.c +++ b/source/native-plugins/midi-to-cv.c @@ -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; }