Noatun API Documentation

VInterpolation Class Reference

interpolated representation of Eq data More...

#include <vequalizer.h>

Inheritance diagram for VInterpolation:

Inheritance graph
[legend]
List of all members.

Signals

void changed ()

Public Member Functions

 VInterpolation (int bands)
virtual ~VInterpolation ()
virtual int bands () const
virtual VBand band (int num)
virtual int level (int index) const
virtual void setLevel (int index, int level)

Detailed Description

interpolated representation of Eq data

this class is an interpolated representation to the Eq data. This means that no matter how many bands the real equalizer has, your interpolated version appears like it has only as many bands as you asked for. You can continue to interact with all interpolations and the true equalizer as normal. They even modify eachother according to a Spline interpolation.

Author:
Charles Samuels

Definition at line 135 of file vequalizer.h.


Constructor & Destructor Documentation

VInterpolation::VInterpolation int  bands  ) 
 

create an interpolation with the one and only Noatun equalizer, and bands

virtual VInterpolation::~VInterpolation  )  [virtual]
 


Member Function Documentation

virtual VBand VInterpolation::band int  num  )  [virtual]
 

Implements VBandsInterface.

virtual int VInterpolation::bands  )  const [virtual]
 

Implements VBandsInterface.

void VInterpolation::changed  )  [signal]
 

virtual int VInterpolation::level int  index  )  const [virtual]
 

Implements VBandsInterface.

virtual void VInterpolation::setLevel int  index,
int  level
[virtual]
 

Implements VBandsInterface.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for Noatun 2.6.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 22 00:20:37 2004 by doxygen 1.3.8-20040913 written by Dimitri van Heesch, © 1997-2003