7 changes: 7 additions & 0 deletions FluidSynthFX.lv2/manifest.ttl
Expand Up @@ -5,3 +5,10 @@
a lv2:Plugin ;
lv2:binary <FluidPlug.so> ;
rdfs:seeAlso <FluidPlug.ttl> , <modgui.ttl> .


<default-preset>
a <http://lv2plug.in/ns/ext/presets#Preset> ;
<http://lv2plug.in/ns/lv2core#appliesTo> <http://kxstudio.linuxaudio.org/plugins/FluidPlug_FluidSynthFX> ;
<http://www.w3.org/2000/01/rdf-schema#label> "Default" ;
<http://www.w3.org/2000/01/rdf-schema#seeAlso> <default-preset.ttl> .
Binary file modified FluidSynthFX.lv2/modgui/screenshot-fluid-synthfx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified FluidSynthFX.lv2/modgui/thumbnail-fluid-synthfx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions FluidSynthLeads.lv2/default-preset.ttl
@@ -0,0 +1,15 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
@prefix state: <http://lv2plug.in/ns/ext/state#> .

<default-preset>
a pset:Preset ;
lv2:appliesTo <http://kxstudio.linuxaudio.org/plugins/FluidPlug_FluidSynthLeads> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidSynthLeads.lv2/manifest.ttl
Expand Up @@ -5,3 +5,10 @@
a lv2:Plugin ;
lv2:binary <FluidPlug.so> ;
rdfs:seeAlso <FluidPlug.ttl> , <modgui.ttl> .


<default-preset>
a <http://lv2plug.in/ns/ext/presets#Preset> ;
<http://lv2plug.in/ns/lv2core#appliesTo> <http://kxstudio.linuxaudio.org/plugins/FluidPlug_FluidSynthLeads> ;
<http://www.w3.org/2000/01/rdf-schema#label> "Default" ;
<http://www.w3.org/2000/01/rdf-schema#seeAlso> <default-preset.ttl> .
Binary file modified FluidSynthLeads.lv2/modgui/screenshot-fluid-synthleads.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified FluidSynthLeads.lv2/modgui/thumbnail-fluid-synthleads.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions FluidSynthPads.lv2/default-preset.ttl
@@ -0,0 +1,15 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
@prefix state: <http://lv2plug.in/ns/ext/state#> .

<default-preset>
a pset:Preset ;
lv2:appliesTo <http://kxstudio.linuxaudio.org/plugins/FluidPlug_FluidSynthPads> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidSynthPads.lv2/manifest.ttl
Expand Up @@ -5,3 +5,10 @@
a lv2:Plugin ;
lv2:binary <FluidPlug.so> ;
rdfs:seeAlso <FluidPlug.ttl> , <modgui.ttl> .


<default-preset>
a <http://lv2plug.in/ns/ext/presets#Preset> ;
<http://lv2plug.in/ns/lv2core#appliesTo> <http://kxstudio.linuxaudio.org/plugins/FluidPlug_FluidSynthPads> ;
<http://www.w3.org/2000/01/rdf-schema#label> "Default" ;
<http://www.w3.org/2000/01/rdf-schema#seeAlso> <default-preset.ttl> .
Binary file modified FluidSynthPads.lv2/modgui/screenshot-fluid-synthpads.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified FluidSynthPads.lv2/modgui/thumbnail-fluid-synthpads.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.