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

Time in partition shubert-winterreise is not consistent with duration #109

Open
andreamust opened this issue Sep 21, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working high-priority

Comments

@andreamust
Copy link
Collaborator

andreamust commented Sep 21, 2023

Time annotation in the shubert-winterreise score partition is not consistent with duration. This bug applies to all JAMS files in the dataset.
Example: schubert-winterreise-score_14.jams

First three observations from the example:

{
    "time": 1.0,
    "duration": 0.5,
    "value": "C:min",
    "confidence": 1.0
},
{
    "time": 1.05,
    "duration": 0.5,
    "value": "G:7/D",
    "confidence": 1.0
},
{
    "time": 1.1,
    "duration": 0.5,
    "value": "C:min/Eb",
    "confidence": 1.0
},

Here, it is easy to note that the time of each chord does not correspond to the time + duration of the previous one.

@andreamust andreamust added bug Something isn't working high-priority labels Sep 21, 2023
@andreamust andreamust self-assigned this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
None yet
Development

No branches or pull requests

1 participant