14 lines
284 B
JSON
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" ]
|
|
}
|
|
}
|