summaryrefslogtreecommitdiffstats
path: root/src/engine/controls/clockcontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/controls/clockcontrol.h')
-rw-r--r--src/engine/controls/clockcontrol.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/engine/controls/clockcontrol.h b/src/engine/controls/clockcontrol.h
index dccbe1b182..7c1c7c1cc8 100644
--- a/src/engine/controls/clockcontrol.h
+++ b/src/engine/controls/clockcontrol.h
@@ -20,7 +20,8 @@ class ClockControl: public EngineControl {
const int iBufferSize) override;
void updateIndicators(const double dRate,
- const double currentSample);
+ const double currentSample,
+ const double sampleRate);
void trackLoaded(TrackPointer pNewTrack) override;
void trackBeatsUpdated(mixxx::BeatsPointer pBeats) override;
@@ -28,6 +29,11 @@ class ClockControl: public EngineControl {
private:
ControlObject* m_pCOBeatActive;
+ // ControlObjects that come from LoopingControl
+ ControlProxy* m_pLoopEnabled;
+ ControlProxy* m_pLoopStartPosition;
+ ControlProxy* m_pLoopEndPosition;
+
double m_lastEvaluatedSample;
enum class StateMachine : int {