Skip to content

Commit

Permalink
set step size to be 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Nov 26, 2024
1 parent 05bcc23 commit 79477ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/core/timeline.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct Timeline {

te::BeatRange cursor_;
double bar_width_ = 4.0; // Assuming a 4/4 time signature by default
double step_size_ = 1.0; // Move cursor by 1 beat
double step_size_ = 4.0; // Move cursor by 1 beat
double radius_ = 8.0;
ScreenState screen_state_ = ScreenState::Overview;
size_t scroll_offset_ = 0;
Expand Down

0 comments on commit 79477ef

Please sign in to comment.