diff --git a/source/plugin/carla-lv2-export.cpp b/source/plugin/carla-lv2-export.cpp index 9c4698eef..1bc31acee 100644 --- a/source/plugin/carla-lv2-export.cpp +++ b/source/plugin/carla-lv2-export.cpp @@ -197,14 +197,14 @@ static void writeManifestFile(PluginListManager& plm, const uint32_t microVersio text += "\n"; text += " a lv2:Parameter ;\n"; - text += " mod:fileTypes \"audiofiles,audioloops\" ;\n"; + text += " mod:fileTypes \"audioloop,audiorecording,audiotrack\" ;\n"; text += " rdfs:label \"audio file\" ;\n"; text += " rdfs:range atom:Path .\n"; text += "\n"; text += "\n"; text += " a lv2:Parameter ;\n"; - text += " mod:fileTypes \"midi\" ;\n"; + text += " mod:fileTypes \"midisong\" ;\n"; text += " rdfs:label \"midi file\" ;\n"; text += " rdfs:range atom:Path .\n"; text += "\n";