Initial modgui implementation
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d04a1f8731
commit
4a65aee7c7
10 changed files with 545 additions and 3 deletions
15
src/MOD/CardinalFX.lv2/modgui.ttl
Normal file
15
src/MOD/CardinalFX.lv2/modgui.ttl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
||||
@prefix mod: <http://moddevices.com/ns/mod#> .
|
||||
@prefix modgui: <http://moddevices.com/ns/modgui#> .
|
||||
|
||||
<https://distrho.kx.studio/plugins/cardinal#fx>
|
||||
mod:brand "DISTRHO" ;
|
||||
mod:label "CardinalFX" ;
|
||||
modgui:gui [
|
||||
modgui:resourcesDirectory <modgui> ;
|
||||
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> ;
|
||||
] .
|
||||
Loading…
Add table
Add a link
Reference in a new issue