![]() |
Mixxx
|
#include <vinylcontrolproxy.h>
Public Member Functions | |
VinylControlProxy (ConfigObject< ConfigValue > *pConfig, QString group) | |
~VinylControlProxy () | |
bool | isEnabled () |
void | AnalyseSamples (const short *samples, size_t size) |
void | ToggleVinylControl (bool enable) |
void | run () |
float | getSpeed () |
float | getTimecodeQuality () |
unsigned char * | getScopeBytemap () |
float | getAngle () |
Protected Attributes | |
VinylControl * | m_pVinylControl |
Definition at line 7 of file vinylcontrolproxy.h.
VinylControlProxy::VinylControlProxy | ( | ConfigObject< ConfigValue > * | pConfig, |
QString | group | ||
) |
VinylControlProxy::~VinylControlProxy | ( | ) |
Definition at line 41 of file vinylcontrolproxy.cpp.
void VinylControlProxy::AnalyseSamples | ( | const short * | samples, |
size_t | size | ||
) | [virtual] |
Implements VinylControl.
Definition at line 73 of file vinylcontrolproxy.cpp.
float VinylControlProxy::getAngle | ( | ) | [virtual] |
Reimplemented from VinylControl.
Definition at line 111 of file vinylcontrolproxy.cpp.
unsigned char * VinylControlProxy::getScopeBytemap | ( | ) | [virtual] |
Reimplemented from VinylControl.
Definition at line 103 of file vinylcontrolproxy.cpp.
float VinylControlProxy::getSpeed | ( | ) | [virtual] |
Reimplemented from VinylControl.
Definition at line 85 of file vinylcontrolproxy.cpp.
float VinylControlProxy::getTimecodeQuality | ( | ) | [virtual] |
Returns some sort of indication of the vinyl's signal quality. Range of m_fTimecodeQuality should be 0.0 to 1.0
Reimplemented from VinylControl.
Definition at line 95 of file vinylcontrolproxy.cpp.
bool VinylControlProxy::isEnabled | ( | ) | [virtual] |
Implements VinylControl.
Definition at line 50 of file vinylcontrolproxy.cpp.
void VinylControlProxy::run | ( | ) | [virtual] |
Implements VinylControl.
Definition at line 79 of file vinylcontrolproxy.cpp.
void VinylControlProxy::ToggleVinylControl | ( | bool | enable | ) | [virtual] |
Implements VinylControl.
Definition at line 55 of file vinylcontrolproxy.cpp.
VinylControl* VinylControlProxy::m_pVinylControl [protected] |
Definition at line 21 of file vinylcontrolproxy.h.