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 leading to bad ttl, generated for carla-plugin
tags/v1.9.11
falkTX
6 years ago
parent
489a861b07
commit
6eeca33171
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/plugin/carla-lv2-export.cpp
+ 1
- 1
source/plugin/carla-lv2-export.cpp
View File
@@ -471,7 +471,7 @@ static void writePluginFile(const NativePluginDescriptor* const pluginDesc)
for (uint32_t i=1; i < pluginDesc->midiOuts; ++i)
{
if (i ==
0
)
if (i ==
1
)
text += " lv2:port [\n";
text += " a lv2:OutputPort, atom:AtomPort ;\n";
Write
Preview
Loading…
Cancel
Save