MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / load

Method load

Source/CabSim.h:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void load(File irFile) noexcept
42 {
43 auto& convolution = processorChain.template get<convolutionIndex>();
44 convolution.loadImpulseResponse(irFile,
45 juce::dsp::Convolution::Stereo::yes,
46 juce::dsp::Convolution::Trim::no,
47 1024);
48 }
49
50private:
51 enum

Callers 1

loadIRMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected