tibia/test/lv2.json

14 lines
327 B
JSON
Raw Normal View History

2024-01-02 17:38:46 +00:00
{
"lv2": {
"prefixes": {
2024-01-05 14:35:39 +00:00
"example": "http://www.example.com/"
2024-01-02 17:38:46 +00:00
},
"uri": "@example:tibia_test",
"project": "@example:project",
2024-01-09 10:47:25 +00:00
"types": [ "@lv2:AmplifierPlugin" ],
"version": "1.0",
2024-01-15 20:03:11 +00:00
"busSymbols": [ "input", "output", "midi_in", "midi_out" ],
"parameterSymbols": [ "gain", "delay", "cutoff", "enabled" ]
2024-01-02 17:38:46 +00:00
}
}