mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DryWetMixer: Make mixers with maximum delays of 0 slightly more efficient
This commit is contained in:
parent
8f29b2cb83
commit
c27279b356
2 changed files with 233 additions and 11 deletions
|
|
@ -112,6 +112,8 @@ private:
|
|||
SampleType mix = 1.0;
|
||||
MixingRule currentMixingRule = MixingRule::linear;
|
||||
double sampleRate = 44100.0;
|
||||
size_t offsetInBuffer = 0, numUsedSamples = 0;
|
||||
int maximumWetLatencyInSamples = 0;
|
||||
};
|
||||
|
||||
} // namespace dsp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue