Browse Source

Fix typo leading to bad ttl, generated for carla-plugin

tags/v1.9.11
falkTX 6 years ago
parent
commit
6eeca33171
1 changed files with 1 additions and 1 deletions
  1. +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";


Loading…
Cancel
Save