JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
juce_DryWetMixer.h File Reference

Go to the source code of this file.

Classes

class  juce::dsp::DryWetMixer< SampleType >
 A processor to handle dry/wet mixing of two audio signals, where the wet signal may have additional latency. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Enumerations

enum class  DryWetMixingRule {
  linear , balanced , sin3dB , sin4p5dB ,
  sin6dB , squareRoot3dB , squareRoot4p5dB
}
 

Enumeration Type Documentation

◆ DryWetMixingRule

enum class juce::dsp::DryWetMixingRule
strong

Definition at line 29 of file juce_DryWetMixer.h.