Skip to content

Commit

Permalink
Set default beatjump size to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
xorik committed Sep 6, 2023
1 parent d7e9f8b commit c22f255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/controls/loopingcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ LoopingControl::LoopingControl(const QString& group,
connect(m_pCOBeatJump, &ControlObject::valueChanged,
this, &LoopingControl::slotBeatJump, Qt::DirectConnection);
m_pCOBeatJumpSize = new ControlObject(ConfigKey(group, "beatjump_size"),
true, false, false, 4.0);
true, false, false, 16.0);
m_pCOBeatJumpSize->connectValueChangeRequest(this,
&LoopingControl::slotBeatJumpSizeChangeRequest,
Qt::DirectConnection);
Expand Down

0 comments on commit c22f255

Please sign in to comment.