mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DryWetMixer: Update implementation to use SingleThreadedAbstractFifo
This commit is contained in:
parent
b0bd1c4f63
commit
abd5fe4a69
2 changed files with 28 additions and 56 deletions
|
|
@ -109,10 +109,10 @@ private:
|
|||
DelayLine<SampleType, DelayLineInterpolationTypes::Thiran> dryDelayLine;
|
||||
AudioBuffer<SampleType> bufferDry;
|
||||
|
||||
SingleThreadedAbstractFifo fifo;
|
||||
SampleType mix = 1.0;
|
||||
MixingRule currentMixingRule = MixingRule::linear;
|
||||
double sampleRate = 44100.0;
|
||||
size_t offsetInBuffer = 0, numUsedSamples = 0;
|
||||
int maximumWetLatencyInSamples = 0;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue