Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add default preset for Fluid kits
  • Loading branch information
falkTX committed Oct 20, 2016
1 parent 89c729f commit 889b256
Show file tree
Hide file tree
Showing 68 changed files with 374 additions and 0 deletions.
15 changes: 15 additions & 0 deletions FluidBass.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_FluidBass> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidBass.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_FluidBass> ;
<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 FluidBass.lv2/modgui/screenshot-fluid-bass.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 FluidBass.lv2/modgui/thumbnail-fluid-bass.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 FluidBrass.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_FluidBrass> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidBrass.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_FluidBrass> ;
<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 FluidBrass.lv2/modgui/screenshot-fluid-brass.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 FluidBrass.lv2/modgui/thumbnail-fluid-brass.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 FluidChromPerc.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_FluidChromPerc> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidChromPerc.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_FluidChromPerc> ;
<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 FluidChromPerc.lv2/modgui/screenshot-fluid-chromatic-percussion.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 FluidDrums.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_FluidDrums> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidDrums.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_FluidDrums> ;
<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 FluidDrums.lv2/modgui/screenshot-fluid-drums.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 FluidDrums.lv2/modgui/thumbnail-fluid-drums.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 FluidEnsemble.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_FluidEnsemble> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidEnsemble.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_FluidEnsemble> ;
<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 FluidEnsemble.lv2/modgui/screenshot-fluid-ensemble.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 FluidEnsemble.lv2/modgui/thumbnail-fluid-ensemble.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 FluidEthnic.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_FluidEthnic> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidEthnic.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_FluidEthnic> ;
<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 FluidEthnic.lv2/modgui/screenshot-fluid-ethnic.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 FluidEthnic.lv2/modgui/thumbnail-fluid-ethnic.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 FluidGuitars.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_FluidGuitars> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidGuitars.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_FluidGuitars> ;
<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 FluidGuitars.lv2/modgui/screenshot-fluid-guitars.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 FluidGuitars.lv2/modgui/thumbnail-fluid-guitars.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 FluidOrgans.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_FluidOrgans> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidOrgans.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_FluidOrgans> ;
<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 FluidOrgans.lv2/modgui/screenshot-fluid-organs.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 FluidOrgans.lv2/modgui/thumbnail-fluid-organs.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 FluidPercussion.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_FluidPercussion> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidPercussion.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_FluidPercussion> ;
<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 FluidPercussion.lv2/modgui/screenshot-fluid-percussion.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 FluidPercussion.lv2/modgui/thumbnail-fluid-percussion.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 FluidPianos.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_FluidPianos> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidPianos.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_FluidPianos> ;
<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 FluidPianos.lv2/modgui/screenshot-fluid-pianos.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 FluidPianos.lv2/modgui/thumbnail-fluid-pianos.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 FluidPipes.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_FluidPipes> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidPipes.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_FluidPipes> ;
<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 FluidPipes.lv2/modgui/screenshot-fluid-pipes.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 FluidPipes.lv2/modgui/thumbnail-fluid-pipes.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 FluidReeds.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_FluidReeds> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidReeds.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_FluidReeds> ;
<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 FluidReeds.lv2/modgui/screenshot-fluid-reeds.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 FluidReeds.lv2/modgui/thumbnail-fluid-reeds.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 FluidSoundFX.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_FluidSoundFX> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidSoundFX.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_FluidSoundFX> ;
<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 FluidSoundFX.lv2/modgui/screenshot-fluid-soundfx.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 FluidSoundFX.lv2/modgui/thumbnail-fluid-soundfx.png
15 changes: 15 additions & 0 deletions FluidStrings.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_FluidStrings> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

7 changes: 7 additions & 0 deletions FluidStrings.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_FluidStrings> ;
<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 FluidStrings.lv2/modgui/screenshot-fluid-strings.png
Binary file modified FluidStrings.lv2/modgui/thumbnail-fluid-strings.png
15 changes: 15 additions & 0 deletions FluidSynthFX.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_FluidSynthFX> ;
lv2:port [
lv2:symbol "level" ;
pset:value 1.0
] , [
lv2:symbol "program" ;
pset:value 0.0
] .

0 comments on commit 889b256

Please sign in to comment.