|
JUCE
|
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...
Public Types | |
| enum | Type : int { Type::EQ, Type::Dynamics, Type::GainReduction, Type::Unknown = -1 } |
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.
|
strong |
| std::function<float(float)> AudioProcessor::CurveData::curve |
| Range<float> AudioProcessor::CurveData::xRange |
| Range<float> AudioProcessor::CurveData::yRange |
| String AudioProcessor::CurveData::xMeterID |
| String AudioProcessor::CurveData::yMeterID |
1.8.17