|
|
@@ -939,6 +939,8 @@ void lv2_generate_ttl(const char* const basename) |
|
|
|
pluginString += " lv2:portProperty lv2:integer ;\n"; |
|
|
|
if (hints & kParameterIsLogarithmic) |
|
|
|
pluginString += " lv2:portProperty <" LV2_PORT_PROPS__logarithmic "> ;\n"; |
|
|
|
if (hints & kParameterIsHidden) |
|
|
|
pluginString += " lv2:portProperty <" LV2_PORT_PROPS__notOnGUI "> ;\n"; |
|
|
|
if ((hints & kParameterIsAutomatable) == 0 && plugin.isParameterInput(i)) |
|
|
|
{ |
|
|
|
pluginString += " lv2:portProperty <" LV2_PORT_PROPS__expensive "> ,\n"; |
|
|
|