1@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
2@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
3@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
4@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
5@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6@prefix state: <http://lv2plug.in/ns/ext/state#> .
7@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8
9<http://rakarrack.sourceforge.net/effects.html#comp:preset:2_1>
10	a pset:Preset ;
11	lv2:appliesTo <http://rakarrack.sourceforge.net/effects.html#comp> ;
12	lv2:port [
13		lv2:symbol "THRESHOLD" ;
14		pset:value -30.0
15	] , [
16		lv2:symbol "RATIO" ;
17		pset:value 2.0
18	] , [
19		lv2:symbol "OUTPUT" ;
20		pset:value -6.0
21	] , [
22		lv2:symbol "ATTACK" ;
23		pset:value 20.0
24	] , [
25		lv2:symbol "RELEASE" ;
26		pset:value 120.0
27	] , [
28		lv2:symbol "AUTOOUT" ;
29		pset:value 1.0
30	] , [
31		lv2:symbol "KNEE" ;
32		pset:value 0.0
33	] , [
34		lv2:symbol "STEREO" ;
35		pset:value 0.0
36	] , [
37		lv2:symbol "PEAK" ;
38		pset:value 0.0
39	] .
40
41<http://rakarrack.sourceforge.net/effects.html#comp:preset:4_1>
42	a pset:Preset ;
43	lv2:appliesTo <http://rakarrack.sourceforge.net/effects.html#comp> ;
44	lv2:port [
45		lv2:symbol "THRESHOLD" ;
46		pset:value -26.0
47	] , [
48		lv2:symbol "RATIO" ;
49		pset:value 4.0
50	] , [
51		lv2:symbol "OUTPUT" ;
52		pset:value -8.0
53	] , [
54		lv2:symbol "ATTACK" ;
55		pset:value 20.0
56	] , [
57		lv2:symbol "RELEASE" ;
58		pset:value 120.0
59	] , [
60		lv2:symbol "AUTOOUT" ;
61		pset:value 1.0
62	] , [
63		lv2:symbol "KNEE" ;
64		pset:value 10.0
65	] , [
66		lv2:symbol "STEREO" ;
67		pset:value 0.0
68	] , [
69		lv2:symbol "PEAK" ;
70		pset:value 0.0
71	] .
72
73<http://rakarrack.sourceforge.net/effects.html#comp:preset:8_1>
74	a pset:Preset ;
75	lv2:appliesTo <http://rakarrack.sourceforge.net/effects.html#comp> ;
76	lv2:port [
77		lv2:symbol "THRESHOLD" ;
78		pset:value -24.0
79	] , [
80		lv2:symbol "RATIO" ;
81		pset:value 8.0
82	] , [
83		lv2:symbol "OUTPUT" ;
84		pset:value -12.0
85	] , [
86		lv2:symbol "ATTACK" ;
87		pset:value 20.0
88	] , [
89		lv2:symbol "RELEASE" ;
90		pset:value 35.0
91	] , [
92		lv2:symbol "AUTOOUT" ;
93		pset:value 1.0
94	] , [
95		lv2:symbol "KNEE" ;
96		pset:value 30.0
97	] , [
98		lv2:symbol "STEREO" ;
99		pset:value 0.0
100	] , [
101		lv2:symbol "PEAK" ;
102		pset:value 0.0
103	] .
104
105<http://rakarrack.sourceforge.net/effects.html#comp:preset:limiter>
106	a pset:Preset ;
107	lv2:appliesTo <http://rakarrack.sourceforge.net/effects.html#comp> ;
108	lv2:port [
109		lv2:symbol "THRESHOLD" ;
110		pset:value -1.0
111	] , [
112		lv2:symbol "RATIO" ;
113		pset:value 15.0
114	] , [
115		lv2:symbol "OUTPUT" ;
116		pset:value 0.0
117	] , [
118		lv2:symbol "ATTACK" ;
119		pset:value 5.0
120	] , [
121		lv2:symbol "RELEASE" ;
122		pset:value 250.0
123	] , [
124		lv2:symbol "AUTOOUT" ;
125		pset:value 0.0
126	] , [
127		lv2:symbol "KNEE" ;
128		pset:value 0.0
129	] , [
130		lv2:symbol "STEREO" ;
131		pset:value 1.0
132	] , [
133		lv2:symbol "PEAK" ;
134		pset:value 1.0
135	] .
136
137