This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix typo in midi2cv, sorry!
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc2
falkTX
4 years ago
parent
050d6775d2
commit
fe545cc429
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save