TracktionEngine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
engine::Spline Struct Reference

An interpolated spline curve, used by the EQ to draw its response graph. More...

#include <tracktion_Spline.h>

Public Member Functions

int getNumPoints () const noexcept
 
juce::Point< float > getPoint (int index) const
 
float getY (float x) const
 
void clear ()
 
void removePoint (int index)
 
void addPoint (float x, float y)
 

Detailed Description

An interpolated spline curve, used by the EQ to draw its response graph.

Member Function Documentation

◆ getNumPoints()

int engine::Spline::getNumPoints ( ) const
noexcept

◆ getPoint()

juce::Point< float > engine::Spline::getPoint ( int  index) const

◆ getY()

float engine::Spline::getY ( float  x) const

◆ clear()

void engine::Spline::clear ( )

◆ removePoint()

void engine::Spline::removePoint ( int  index)

◆ addPoint()

void engine::Spline::addPoint ( float  x,
float  y 
)

The documentation for this struct was generated from the following file: