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

[Feature] Add millisecond (or frame) precision to markers #5382

Open
BonerFide opened this issue Oct 15, 2024 · 0 comments
Open

[Feature] Add millisecond (or frame) precision to markers #5382

BonerFide opened this issue Oct 15, 2024 · 0 comments

Comments

@BonerFide
Copy link

Is your feature request related to a problem? Please describe.
It's difficult to get markers to start / end at the right time when they only have second precision, sometimes the half second before is too early, and the half second after too late.

Describe the solution you'd like
Markers should be able to be created using the interface from the exact current position of the player with ms / or frame precision.

Describe alternatives you've considered
The loop plugin could also be used to set/create/be set by markers.

Additional context
The database already stores markers as floats, so the database should support this, it just needs the interface to allow that precision.
This pull request adds end time, which should also have the same interface / precision change.
#5311

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