Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Sep 7, 2014
1 parent b86c78e commit 8f9b365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distrho/src/DistrhoPluginLV2export.cpp
Expand Up @@ -382,8 +382,10 @@ void lv2_generate_ttl(const char* const basename)
if (hints & kParameterIsLogarithmic)
pluginString += " lv2:portProperty <" LV2_PORT_PROPS__logarithmic "> ;\n";
if ((hints & kParameterIsAutomable) == 0 && ! plugin.isParameterOutput(i))
{
pluginString += " lv2:portProperty <" LV2_PORT_PROPS__expensive "> ,\n";
pluginString += " <" LV2_KXSTUDIO_PROPERTIES__NonAutomable "> ;\n";
}
}

if (i+1 == count)
Expand Down

0 comments on commit 8f9b365

Please sign in to comment.