This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Mini-Series
mirror of
https://github.com/DISTRHO/Mini-Series
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
pull/1/head
falkTX
2 years ago
parent
5fe2c1887e
commit
e096551a40
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
plugins/3BandSplitter/DistrhoPlugin3BandSplitter.cpp
+ 1
- 1
plugins/3BandSplitter/DistrhoPlugin3BandSplitter.cpp
View File
@@ -49,7 +49,7 @@ void DistrhoPlugin3BandSplitter::initAudioPort(bool input, uint32_t index, Audio
switch (index)
{
case 0:
port.name = "Inp
p
ut Left";
port.name = "Input Left";
port.symbol = "in_left";
break;
case 1:
Write
Preview
Loading…
Cancel
Save