Skip to content

Commit

Permalink
set atomic values to their defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Dec 11, 2018
1 parent c8c5883 commit 69d2eea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/engine/bpmcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ BpmControl::BpmControl(QString group,
: EngineControl(group, pConfig),
m_tapFilter(this, kFilterLength, kMaxInterval),
m_dSyncInstantaneousBpm(0.0),
m_dSyncTargetBeatDistance(0.0),
m_dUserOffset(0.0),
m_resetSyncAdjustment(0),
m_dLastSyncAdjustment(1.0),
m_sGroup(group) {
m_pPlayButton = new ControlProxy(group, "play", this);
Expand Down

0 comments on commit 69d2eea

Please sign in to comment.