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 ;
-1
View File
@@ -56,7 +56,6 @@
mod:label "Cab Simulator";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob#frequencyResponseVector>,
<http://two-play.com/plugins/toob-cab-sim#uiState>;
@@ -29,7 +29,7 @@
@prefix toobimpulse: <http://two-play.com/plugins/toob-impulse#> .
toobimpulse:impulseFile
a rdf:property;
a lv2:Parameter;
rdfs:label "File";
rdfs:range atom:Path.
@@ -154,8 +154,8 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
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;
@@ -177,9 +177,11 @@ Source: https://www.openair.hosted.york.ac.uk/?page_id=483
lv2:index 0;
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 ;
+1 -1
View File
@@ -65,7 +65,7 @@ inputStage:filterGroup
mod:label "Input Stage";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob#frequencyResponseVector>,
<http://two-play.com/plugins/toob-input_stage#uiState>;
-1
View File
@@ -73,7 +73,6 @@ pstage:stage3
mod:label "Power Stage";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob-power-stage-2#uiState>;
+1 -1
View File
@@ -69,7 +69,7 @@ use the following plugins in the following order.
mod:label "Tone Stack";
lv2:requiredFeature urid:map ;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData state:interface;
patch:readable
<http://two-play.com/plugins/toob#frequencyResponseVector>
;
+1 -1
View File
@@ -1 +1 @@
ToobAmp.so.1.0.9
ToobAmp.so.1.0.11
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.