ardour
Public Member Functions | Protected Attributes | List of all members
ARDOUR::Interpolation Class Reference

#include <interpolation.h>

Inheritance diagram for ARDOUR::Interpolation:
ARDOUR::CubicInterpolation ARDOUR::CubicMidiInterpolation ARDOUR::LinearInterpolation

Public Member Functions

 Interpolation ()
 
 ~Interpolation ()
 
void set_speed (double new_speed)
 
void set_target_speed (double new_speed)
 
double target_speed () const
 
double speed () const
 
void add_channel_to (int, int)
 
void remove_channel_from ()
 
void reset ()
 

Protected Attributes

double _speed
 
double _target_speed
 
std::vector< double > phase
 

Detailed Description

Definition at line 31 of file interpolation.h.

Constructor & Destructor Documentation

ARDOUR::Interpolation::Interpolation ( )
inline

Definition at line 42 of file interpolation.h.

ARDOUR::Interpolation::~Interpolation ( )
inline

Definition at line 43 of file interpolation.h.

Member Function Documentation

void ARDOUR::Interpolation::add_channel_to ( int  ,
int   
)
inline

Definition at line 51 of file interpolation.h.

void ARDOUR::Interpolation::remove_channel_from ( )
inline

Definition at line 52 of file interpolation.h.

void ARDOUR::Interpolation::reset ( )
inline

Definition at line 54 of file interpolation.h.

void ARDOUR::Interpolation::set_speed ( double  new_speed)
inline

Definition at line 45 of file interpolation.h.

void ARDOUR::Interpolation::set_target_speed ( double  new_speed)
inline

Definition at line 46 of file interpolation.h.

double ARDOUR::Interpolation::speed ( ) const
inline

Definition at line 49 of file interpolation.h.

double ARDOUR::Interpolation::target_speed ( ) const
inline

Definition at line 48 of file interpolation.h.

Member Data Documentation

double ARDOUR::Interpolation::_speed
protected

Definition at line 33 of file interpolation.h.

double ARDOUR::Interpolation::_target_speed
protected

Definition at line 34 of file interpolation.h.

std::vector<double> ARDOUR::Interpolation::phase
protected

Definition at line 39 of file interpolation.h.


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