tibia/test/lv2.json
2024-01-09 11:47:25 +01:00

14 lines
284 B
JSON

{
"lv2": {
"prefixes": {
"example": "http://www.example.com/"
},
"uri": "@example:tibia_test",
"project": "@example:project",
"types": [ "@lv2:AmplifierPlugin" ],
"version": "1.0",
"busSymbols": [ "input", "output" ],
"parameterSymbols": [ "gain", "bypass" ]
}
}