103 lines
2.9 KiB
Turtle
103 lines
2.9 KiB
Turtle
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
|
|
@prefix tpset: <http://two-play.com/plugins/preset#> .
|
|
@prefix state: <http://lv2plug.in/ns/ext/state#> .
|
|
|
|
tpset:toob-convolution-reverb-preset-0
|
|
a pset:Preset ;
|
|
lv2:appliesTo <http://two-play.com/plugins/toob-convolution-reverb> ;
|
|
rdfs:label "Hall" ;
|
|
lv2:port [
|
|
lv2:symbol "direct_mix" ;
|
|
pset:value -2.222214 ;
|
|
] , [
|
|
lv2:symbol "loading_state" ;
|
|
pset:value 0.0 ;
|
|
] , [
|
|
lv2:symbol "predelay" ;
|
|
pset:value 0.0 ;
|
|
] , [
|
|
lv2:symbol "reverb_mix" ;
|
|
pset:value -12.77779 ;
|
|
] , [
|
|
lv2:symbol "time" ;
|
|
pset:value 1.5 ;
|
|
] ;
|
|
state:state [
|
|
<http://two-play.com/plugins/toob-impulse#impulseFile> <impulseFiles/reverb/St.%20Margaret\u0027s%20Church.wav> ;
|
|
] .
|
|
|
|
tpset:toob-convolution-reverb-preset-1
|
|
a pset:Preset ;
|
|
lv2:appliesTo <http://two-play.com/plugins/toob-convolution-reverb> ;
|
|
rdfs:label "Large Hall" ;
|
|
lv2:port [
|
|
lv2:symbol "direct_mix" ;
|
|
pset:value -3.333313 ;
|
|
] , [
|
|
lv2:symbol "loading_state" ;
|
|
pset:value 0.0 ;
|
|
] , [
|
|
lv2:symbol "predelay" ;
|
|
pset:value 1.0 ;
|
|
] , [
|
|
lv2:symbol "reverb_mix" ;
|
|
pset:value -15.0 ;
|
|
] , [
|
|
lv2:symbol "time" ;
|
|
pset:value 1.5 ;
|
|
] ;
|
|
state:state [
|
|
<http://two-play.com/plugins/toob-impulse#impulseFile> <impulseFiles/reverb/Jack%20Lyons%20Hall,%20University%20of%20York.wav> ;
|
|
] .
|
|
|
|
tpset:toob-convolution-reverb-preset-2
|
|
a pset:Preset ;
|
|
lv2:appliesTo <http://two-play.com/plugins/toob-convolution-reverb> ;
|
|
rdfs:label "Club" ;
|
|
lv2:port [
|
|
lv2:symbol "direct_mix" ;
|
|
pset:value -40.0 ;
|
|
] , [
|
|
lv2:symbol "loading_state" ;
|
|
pset:value 0.0 ;
|
|
] , [
|
|
lv2:symbol "predelay" ;
|
|
pset:value 0.0 ;
|
|
] , [
|
|
lv2:symbol "reverb_mix" ;
|
|
pset:value -5.0 ;
|
|
] , [
|
|
lv2:symbol "time" ;
|
|
pset:value 1.5 ;
|
|
] ;
|
|
state:state [
|
|
<http://two-play.com/plugins/toob-impulse#impulseFile> <impulseFiles/reverb/Arthur%20Sykes%20Rymer%20Auditorium.wav> ;
|
|
] .
|
|
|
|
tpset:toob-convolution-reverb-preset-3
|
|
a pset:Preset ;
|
|
lv2:appliesTo <http://two-play.com/plugins/toob-convolution-reverb> ;
|
|
rdfs:label "Live Room" ;
|
|
lv2:port [
|
|
lv2:symbol "direct_mix" ;
|
|
pset:value -1.111115 ;
|
|
] , [
|
|
lv2:symbol "loading_state" ;
|
|
pset:value 0.0 ;
|
|
] , [
|
|
lv2:symbol "predelay" ;
|
|
pset:value 0.0 ;
|
|
] , [
|
|
lv2:symbol "reverb_mix" ;
|
|
pset:value -9.444443 ;
|
|
] , [
|
|
lv2:symbol "time" ;
|
|
pset:value 1.5 ;
|
|
] ;
|
|
state:state [
|
|
<http://two-play.com/plugins/toob-impulse#impulseFile> <impulseFiles/reverb/Genesis%206%20Studio%20Live%20Room.wav> ;
|
|
] .
|
|
|