29 lines
1.2 KiB
Turtle
29 lines
1.2 KiB
Turtle
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
|
@prefix mod: <http://moddevices.com/ns/mod#> .
|
|
@prefix modgui: <http://moddevices.com/ns/modgui#> .
|
|
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix state: <http://lv2plug.in/ns/ext/state#> .
|
|
|
|
<https://distrho.kx.studio/plugins/cardinal#fx>
|
|
lv2:requiredFeature state:loadDefaultState ;
|
|
modgui:gui [
|
|
modgui:resourcesDirectory <modgui> ;
|
|
modgui:documentation <modgui/documentation.pdf>;
|
|
modgui:iconTemplate <modgui/icon.html> ;
|
|
modgui:javascript <modgui/javascript.js> ;
|
|
modgui:stylesheet <modgui/stylesheet.css> ;
|
|
modgui:screenshot <modgui/screenshot.png> ;
|
|
modgui:thumbnail <modgui/thumbnail.png> ;
|
|
] ;
|
|
state:state [
|
|
<https://distrho.kx.studio/plugins/cardinal#fx#screenshot> "" ;
|
|
<https://distrho.kx.studio/plugins/cardinal#fx#comment> """Welcome to Cardinal.
|
|
If this is your first time, make sure to check out the documentation link on the plugin info, have fun!""" ;
|
|
] .
|
|
|
|
<Plateau_Reverb.ttl>
|
|
a pset:Preset ;
|
|
lv2:appliesTo <https://distrho.kx.studio/plugins/cardinal#fx> ;
|
|
rdfs:label "Plateau Reverb" ;
|
|
rdfs:seeAlso <Plateau_Reverb.ttl> .
|