commit 231f44f985faffbe30191346901cee87138ed6f7
parent f400bb8e08cb18ecf3878195ba10e25f62729477
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date: Tue, 8 Mar 2022 12:27:22 -0600
Update CabSim.h
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Source/CabSim.h b/Source/CabSim.h
@@ -41,7 +41,7 @@ public:
convolution.loadImpulseResponse(irFile,
juce::dsp::Convolution::Stereo::yes,
juce::dsp::Convolution::Trim::no,
- 1024);
+ 0); // Set to 0 to use the full size of IR with no trimming
}
private:
@@ -53,4 +53,4 @@ private:
juce::dsp::ProcessorChain<juce::dsp::Convolution> processorChain;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(CabSim)
-};
-\ No newline at end of file
+};