|
|
@@ -116,7 +116,8 @@ static const String makeManifestFile (AudioProcessor* const filter, const String |
|
|
|
text += " a <" LV2_EXTERNAL_UI__Widget "> ;\n"; |
|
|
|
text += " ui:binary <" + binary + PLUGIN_EXT "> ;\n"; |
|
|
|
text += " lv2:requiredFeature <" LV2_INSTANCE_ACCESS_URI "> ;\n"; |
|
|
|
text += " lv2:optionalFeature ui:touch .\n"; |
|
|
|
text += " lv2:optionalFeature ui:touch ;\n"; |
|
|
|
text += " lv2:extensionData <" LV2_PROGRAMS__UIInterface "> .\n"; |
|
|
|
text += "\n"; |
|
|
|
|
|
|
|
text += "<" + pluginURI + "#ParentUI>\n"; |
|
|
@@ -130,7 +131,7 @@ static const String makeManifestFile (AudioProcessor* const filter, const String |
|
|
|
text += " ui:binary <" + binary + PLUGIN_EXT "> ;\n"; |
|
|
|
text += " lv2:requiredFeature <" LV2_INSTANCE_ACCESS_URI "> ;\n"; |
|
|
|
text += " lv2:optionalFeature ui:idleInterface, ui:noUserResize, ui:touch ;\n"; |
|
|
|
text += " lv2:extensionData ui:idleInterface .\n"; |
|
|
|
text += " lv2:extensionData ui:idleInterface, <" LV2_PROGRAMS__UIInterface "> .\n"; |
|
|
|
text += "\n"; |
|
|
|
} |
|
|
|
#endif |
|
|
|