TooB Freeverb exponentially increasing memory use.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
@prefix state: <http://lv2plug.in/ns/ext/state#> .
|
||||
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
|
||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||
@prefix mod: <http://moddevices.com/ns/mod#>.
|
||||
|
||||
|
||||
@prefix cabir: <http://two-play.com/plugins/toob-cab-ir#> .
|
||||
@@ -33,6 +34,7 @@
|
||||
cabir:impulseFile1Group
|
||||
a param:ControlGroup ,
|
||||
pg:InputGroup ;
|
||||
|
||||
lv2:name "Impulse Response 1" ;
|
||||
lv2:symbol "impulse1" .
|
||||
|
||||
@@ -53,6 +55,7 @@ cabir:impulseFile
|
||||
a lv2:Parameter;
|
||||
rdfs:label "IR";
|
||||
pg:group cabir:impulseFile1Group ;
|
||||
mod:fileTypes "wav,flac";
|
||||
|
||||
rdfs:range atom:Path.
|
||||
|
||||
@@ -60,12 +63,14 @@ cabir:impulseFile2
|
||||
a lv2:Parameter;
|
||||
rdfs:label "IR";
|
||||
pg:group cabir:impulseFile2Group ;
|
||||
mod:fileTypes "wav,flac";
|
||||
rdfs:range atom:Path.
|
||||
|
||||
cabir:impulseFile3
|
||||
a lv2:Parameter;
|
||||
rdfs:label "IR";
|
||||
pg:group cabir:impulseFile3Group ;
|
||||
mod:fileTypes "wav,flac";
|
||||
rdfs:range atom:Path.
|
||||
|
||||
|
||||
@@ -88,7 +93,7 @@ cabir:impulseFile3
|
||||
doap:license <https://rerdavies.github.io/pipedal/LicenseToobAmp> ;
|
||||
doap:maintainer <http://two-play.com/rerdavies#me> ;
|
||||
lv2:minorVersion 0 ;
|
||||
lv2:microVersion 48 ;
|
||||
lv2:microVersion 49 ;
|
||||
rdfs:comment """
|
||||
|
||||
TooB Cab IR is a convolution-based guitar cabinet impulse response simulator.
|
||||
|
||||
Reference in New Issue
Block a user