Mixxx

ControlBeat Class Reference

#include <controlbeat.h>

Inheritance diagram for ControlBeat:
Collaboration diagram for ControlBeat:

List of all members.

Public Member Functions

 ControlBeat (ConfigKey key, bool bMidiSimulateLatching=false)
virtual ~ControlBeat ()

Protected Member Functions

void setValueFromMidi (MidiCategory c, double v)
void setValueFromThread (double dValue)

Detailed Description

Definition at line 42 of file controlbeat.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines