VInterpolation Class Reference
interpolated representation of Eq data More...
#include <vequalizer.h>
Inheritance diagram for VInterpolation:

Signals | |
| void | changed () |
Public Member Functions | |
| VInterpolation (int bands) | |
| 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 dataThis 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 137 of file vequalizer.h.
Constructor & Destructor Documentation
|
|
create an interpolation with the one and only Noatun equalizer, and |
The documentation for this class was generated from the following file:
