![]() |
Mixxx
|
#include <softtakeover.h>
Public Member Functions | |
void | enable (MixxxControl control) |
void | enable (QString group, QString name) |
void | disable (MixxxControl control) |
void | disable (QString group, QString name) |
bool | ignore (MixxxControl control, float newValue, bool midiVal=false) |
bool | ignore (QString group, QString name, float newValue) |
Definition at line 22 of file softtakeover.h.
void SoftTakeover::disable | ( | MixxxControl | control | ) |
Disable soft-takeover for the given Control
Definition at line 53 of file softtakeover.cpp.
void SoftTakeover::disable | ( | QString | group, |
QString | name | ||
) |
void SoftTakeover::enable | ( | QString | group, |
QString | name | ||
) |
void SoftTakeover::enable | ( | MixxxControl | control | ) |
Enable soft-takeover for the given Control It's okay to call this on a Control that's already enabled.
Definition at line 43 of file softtakeover.cpp.
bool SoftTakeover::ignore | ( | QString | group, |
QString | name, | ||
float | newValue | ||
) |
For legacy Controls
Definition at line 58 of file softtakeover.cpp.
bool SoftTakeover::ignore | ( | MixxxControl | control, |
float | newValue, | ||
bool | midiVal = false |
||
) |
Check to see if the new value for the Control should be ignored
Definition at line 63 of file softtakeover.cpp.