Skip to content

Let beat cursor end at playback range end. #2515

@Danielku15

Description

@Danielku15

#2507

Current Behavior
Currently the beat cursor might move across the selected playback range due to the simple fact that actual end of the beat is where the next beat starts. And we typically animate the cursor from one beat to the next.

Desired improvement
If there is a playback range, the beat cursor should be animated to the end of the selected range instead.

Technical details
We currently have two modes conditions: either we animate to the next beat or to the end of the bar (e.g. on repeats or jumps).

One thing we could do is: check whether the start of the next beat is "after" the playback range end tick, and in this case adjust the end-x position to which we animate. (realbounds x+width)

Metadata

Metadata

Assignees

Labels

area-playerRelated to the audio playback engine.platform-allAffects all platformsstate-acceptedThis is a valid topic to work on.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions