|
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 |
Some plug-ins support sharing response curve data with the host so that it can display this curve on a console or in the mixer panel. More...
#include "juce_AudioProcessor.h"
Public Types | |
| enum class | Type : int { EQ , Dynamics , GainReduction , Unknown } |
Public Attributes | |
| std::function< float(float)> | curve |
| Range< float > | xRange |
| Range< float > | yRange |
| String | xMeterID |
| String | yMeterID |
Some plug-ins support sharing response curve data with the host so that it can display this curve on a console or in the mixer panel.
For example, ProTools allows you to see the total EQ curve of a track. It does this by interrogating each plug-in for their internal EQ curve.
Definition at line 1221 of file juce_AudioProcessor.h.
Definition at line 1223 of file juce_AudioProcessor.h.
| std::function<float (float)> juce::AudioProcessor::CurveData::curve |
Definition at line 1232 of file juce_AudioProcessor.h.
| String juce::AudioProcessor::CurveData::xMeterID |
Definition at line 1239 of file juce_AudioProcessor.h.
Definition at line 1233 of file juce_AudioProcessor.h.
| String juce::AudioProcessor::CurveData::yMeterID |
Definition at line 1239 of file juce_AudioProcessor.h.
Definition at line 1233 of file juce_AudioProcessor.h.