|
|
@@ -29,7 +29,6 @@ void CMLSDelay::reset() {
|
|
|
void CMLSDelay::prepare(const juce::dsp::ProcessSpec& spec) {
|
|
|
this->maximumDelaySamples = spec.sampleRate * MAX_DELAY_LENGTH;
|
|
|
this->delayRange = new juce::NormalisableRange<float>(0, this->maximumDelaySamples);
|
|
|
- this->delayRange
|
|
|
|
|
|
this->delayLine.prepare(spec);
|
|
|
this->delayLine.setMaximumDelayInSamples(this->maximumDelaySamples);
|