![]() |
Mixxx
|
#include <vinylcontrolxwax.h>
Public Member Functions | |
VinylControlXwax (ConfigObject< ConfigValue > *pConfig, QString group) | |
virtual | ~VinylControlXwax () |
void | ToggleVinylControl (bool enable) |
bool | isEnabled () |
unsigned char * | getScopeBytemap () |
float | getAngle () |
void | AnalyseSamples (const short *samples, size_t size) |
Static Public Member Functions | |
static void | freeLUTs () |
Protected Member Functions | |
void | run () |
Definition at line 23 of file vinylcontrolxwax.h.
VinylControlXwax::VinylControlXwax | ( | ConfigObject< ConfigValue > * | pConfig, |
QString | group | ||
) |
VinylControlXwax::~VinylControlXwax | ( | ) | [virtual] |
void VinylControlXwax::AnalyseSamples | ( | const short * | samples, |
size_t | size | ||
) | [virtual] |
Implements VinylControl.
Definition at line 144 of file vinylcontrolxwax.cpp.
void VinylControlXwax::freeLUTs | ( | ) | [static] |
float VinylControlXwax::getAngle | ( | ) | [virtual] |
Reimplemented from VinylControl.
Definition at line 899 of file vinylcontrolxwax.cpp.
unsigned char * VinylControlXwax::getScopeBytemap | ( | ) | [virtual] |
Reimplemented from VinylControl.
Definition at line 159 of file vinylcontrolxwax.cpp.
bool VinylControlXwax::isEnabled | ( | ) | [virtual] |
Implements VinylControl.
Definition at line 858 of file vinylcontrolxwax.cpp.
void VinylControlXwax::run | ( | ) | [protected, virtual] |
Implements VinylControl.
Definition at line 165 of file vinylcontrolxwax.cpp.
void VinylControlXwax::ToggleVinylControl | ( | bool | enable | ) | [virtual] |
Implements VinylControl.
Definition at line 863 of file vinylcontrolxwax.cpp.