hydrogen 1.2.3
Sample::Rubberband Class Reference

set of rubberband configuration flags More...

#include <Sample.h>

Public Member Functions

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

Data Fields

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

Detailed Description

set of rubberband configuration flags

Definition at line 109 of file Sample.h.

Constructor & Destructor Documentation

◆ Rubberband() [1/2]

Rubberband ( )
inline

constructor

Definition at line 117 of file Sample.h.

◆ Rubberband() [2/2]

Rubberband ( const Rubberband * other)
inline

copy constructor

Definition at line 119 of file Sample.h.

Member Function Documentation

◆ operator==()

bool operator== ( const Rubberband & b) const
inline

equal to operator

Definition at line 125 of file Sample.h.

◆ toQString()

QString toQString ( const QString & sPrefix = "",
bool bShort = true ) const

Definition at line 753 of file Sample.cpp.

Field Documentation

◆ c_settings

int c_settings

TODO should be crispness, see rubberband -h.

Definition at line 115 of file Sample.h.

◆ divider

float divider

TODO should be ratio : desired time ratio.

Definition at line 113 of file Sample.h.

◆ pitch

float pitch

desired pitch

Definition at line 114 of file Sample.h.

◆ use

bool use

is rubberband enabled

Definition at line 112 of file Sample.h.