TooB Freeverb exponentially increasing memory use.
This commit is contained in:
@@ -23,7 +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 toobcr: <http://two-play.com/plugins/toob-convolution-reverb#> .
|
||||
@prefix toobimpulse: <http://two-play.com/plugins/toob-impulse#> .
|
||||
@@ -32,9 +32,11 @@
|
||||
toobimpulse:impulseFile
|
||||
a lv2:Parameter;
|
||||
rdfs:label "Reverb Impulse File";
|
||||
mod:fileTypes "wav,flac";
|
||||
rdfs:range atom:Path.
|
||||
|
||||
|
||||
|
||||
<http://two-play.com/rerdavies#me>
|
||||
a foaf:Person ;
|
||||
foaf:name "Robin Davies" ;
|
||||
@@ -51,7 +53,7 @@ toobimpulse:impulseFile
|
||||
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 """
|
||||
|
||||
Convolution reverb is a notoriously compute-intensive effect. If you are having performance issues, use the Max T control to constrain the length of the impulse file to
|
||||
|
||||
Reference in New Issue
Block a user