An interpolated spline curve, used by the EQ to draw its response graph.
More...
#include <tracktion_Spline.h>
An interpolated spline curve, used by the EQ to draw its response graph.
◆ getNumPoints()
int tracktion::engine::Spline::getNumPoints |
( |
| ) |
const |
|
noexcept |
◆ getPoint()
juce::Point< float > tracktion::engine::Spline::getPoint |
( |
int |
index | ) |
const |
◆ getY()
float tracktion::engine::Spline::getY |
( |
float |
x | ) |
const |
◆ clear()
void tracktion::engine::Spline::clear |
( |
| ) |
|
◆ removePoint()
void tracktion::engine::Spline::removePoint |
( |
int |
index | ) |
|
◆ addPoint()
void tracktion::engine::Spline::addPoint |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
The documentation for this struct was generated from the following file: