This commit is contained in:
Robin Davies
2023-05-01 22:59:06 -04:00
parent e3c31ec380
commit a04bcabe00
18 changed files with 29 additions and 27 deletions
+9 -7
View File
@@ -50,20 +50,20 @@ cabir:impulseFile3Group
cabir:impulseFile
a rdf:property;
a lv2:Parameter;
rdfs:label "IR";
pg:group cabir:impulseFile1Group ;
rdfs:range atom:Path.
cabir:impulseFile2
a rdf:property;
a lv2:Parameter;
rdfs:label "IR";
pg:group cabir:impulseFile2Group ;
rdfs:range atom:Path.
cabir:impulseFile3
a rdf:property;
a lv2:Parameter;
rdfs:label "IR";
pg:group cabir:impulseFile3Group ;
rdfs:range atom:Path.
@@ -143,8 +143,8 @@ Source: <https://www.adventurekid.se/akrt/free-reverb-impulse-responses/>
mod:brand "TooB";
mod:label "Convolution Reverb";
lv2:requiredFeature urid:map, state:makePath, state:mapPath ;
lv2:optionalFeature state::freePath;
lv2:requiredFeature urid:map;
lv2:optionalFeature state::freePath, state:makePath, state:mapPath, work:schedule ;
lv2:extensionData state:interface;
@@ -226,9 +226,11 @@ Source: <https://www.adventurekid.se/akrt/free-reverb-impulse-responses/>
lv2:index 3;
lv2:symbol "time" ;
lv2:name "Max T";
lv2:default 2.0 ;
lv2:portProperty epp:logarithmic;
lv2:default 1.5 ;
lv2:minimum 0.1 ;
lv2:maximum 6.0 ;
lv2:maximum 10.0 ;
lv2:portProperty epp:notAutomatic ;
lv2:portProperty epp:expensive ;