![]() |
Mixxx
|
#include <controlbeat.h>


Public Member Functions | |
| ControlBeat (ConfigKey key, bool bMidiSimulateLatching=false) | |
| virtual | ~ControlBeat () |
Protected Member Functions | |
| void | setValueFromMidi (MidiCategory c, double v) |
| void | setValueFromThread (double dValue) |
Definition at line 42 of file controlbeat.h.
| ControlBeat::ControlBeat | ( | ConfigKey | key, |
| bool | bMidiSimulateLatching = false |
||
| ) |
Definition at line 20 of file controlbeat.cpp.
| ControlBeat::~ControlBeat | ( | ) | [virtual] |
Definition at line 34 of file controlbeat.cpp.
| void ControlBeat::setValueFromMidi | ( | MidiCategory | , |
| double | v | ||
| ) | [protected, virtual] |
Called when a widget has changed value. Not thread safe.
Reimplemented from ControlObject.
Definition at line 39 of file controlbeat.cpp.
| void ControlBeat::setValueFromThread | ( | double | dValue | ) | [protected, virtual] |
Called when another thread has changed value. Not thread safe.
Reimplemented from ControlObject.
Definition at line 50 of file controlbeat.cpp.