aboutsummaryrefslogtreecommitdiffstats
path: root/lvz/gendata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lvz/gendata.cpp')
-rw-r--r--lvz/gendata.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lvz/gendata.cpp b/lvz/gendata.cpp
index cc4cc49..2bddf9d 100644
--- a/lvz/gendata.cpp
+++ b/lvz/gendata.cpp
@@ -160,8 +160,8 @@ write_plugin(AudioEffectX* effect, const string& lib_file_name)
std::string preset_uri = string(effect->getURI())
+ "#pset-" + symbolify(name_buf, '-');
-
- // Write wanifest entry
+
+ // Write manifest entry
std::cout << "<" << preset_uri << ">"
<< "\n\ta pset:Preset ;\n\tlv2:appliesTo <"
<< effect->getURI() << "> ;\n\t"
@@ -249,4 +249,3 @@ main(int argc, char** argv)
return 0;
}
-