Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy way to replay given measures #141

Open
PolyMeilex opened this issue Jan 31, 2024 · 1 comment
Open

Easy way to replay given measures #141

PolyMeilex opened this issue Jan 31, 2024 · 1 comment

Comments

@PolyMeilex
Copy link
Owner

We need to have a way to replay given measure, without messing with manual rewind. So either add a way to rewind by measure, or introduce some sort of auto looping of given measures.

@PolyMeilex PolyMeilex changed the title Rewind on measure basis Easy way to replay given measure Jan 31, 2024
@PolyMeilex
Copy link
Owner Author

PolyMeilex commented Jan 31, 2024

Recently I introduced list of measures in MidiFile::measures field, so it should be relatively easy to implement now.

We can easily get the current measure by binary searching the list.

Perhaps we could also render the measures in the progress bar somehow, not sure how that would look like yet.

@PolyMeilex PolyMeilex changed the title Easy way to replay given measure Easy way to replay given measures Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant