hydrogen 1.1.1
Sample::Rubberband Class Reference

set of rubberband configuration flags More...

#include <Sample.h>

Public Member Functions

 Rubberband ()
 constructor More...
 
 Rubberband (const Rubberband *other)
 copy constructor More...
 
bool operator== (const Rubberband &b) const
 equal to operator More...
 
QString toQString (const QString &sPrefix, bool bShort) const
 

Data Fields

bool use
 is rubberband enabled More...
 
float divider
 TODO should be ratio : desired time ratio. More...
 
float pitch
 desired pitch More...
 
int c_settings
 TODO should be crispness, see rubberband -h. More...
 

Detailed Description

set of rubberband configuration flags

Constructor & Destructor Documentation

◆ Rubberband() [1/2]

Rubberband ( )
inline

constructor

◆ Rubberband() [2/2]

Rubberband ( const Rubberband other)
inline

copy constructor

Member Function Documentation

◆ operator==()

bool operator== ( const Rubberband b) const
inline

equal to operator

◆ toQString()

QString toQString ( const QString &  sPrefix,
bool  bShort 
) const

Field Documentation

◆ c_settings

int c_settings

TODO should be crispness, see rubberband -h.

◆ divider

float divider

TODO should be ratio : desired time ratio.

◆ pitch

float pitch

desired pitch

◆ use

bool use

is rubberband enabled