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

Encoding metrical times and durations in scores #52

Open
jonnybluesman opened this issue May 15, 2022 · 2 comments
Open

Encoding metrical times and durations in scores #52

jonnybluesman opened this issue May 15, 2022 · 2 comments
Assignees
Labels
askamusicologist feature A new feature to implement help wanted Extra attention is needed high-priority

Comments

@jonnybluesman
Copy link
Member

Representing and manipulating metrical times

Main discussion thread to address the need of representing metrical duration consistently.


Currently, as a temporary workaround to keep the original JAMS (audio) structure, we are collapsing [measure, offset] in a single value that can be used for the time (start) field. Duration is represented accordingly, but: (i) may not be consistent when time signature changes occur; (ii) may not support mathematical operations in base 10 when the offset is expressed in beats (e.g. 1.4 is almost 2 in 4/4).

@jonnybluesman jonnybluesman added the feature A new feature to implement label May 15, 2022
@jonnybluesman jonnybluesman self-assigned this May 15, 2022
@jonnybluesman
Copy link
Member Author

We currently settled on the measure.beat convention, which still comes with several drawbacks besides being more consistent. Literature review of symbolic music standards for annotations is needed, in addition to expert feedback for the next stages.

@jonnybluesman jonnybluesman added help wanted Extra attention is needed askamusicologist labels Jul 15, 2022
@jonnybluesman jonnybluesman pinned this issue Dec 5, 2022
@jonnybluesman
Copy link
Member Author

This needs maximum priority now. We should start two parallel directions in preparation of a better standard.

  • Measure and beat counters should always start from 1 (and not 0). Musicians count from 1. Working on this.
  • How this issue is addressed by other symbolic annotation methods in the literature (exhaustive review, as suggested before).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
askamusicologist feature A new feature to implement help wanted Extra attention is needed high-priority
Projects
None yet
Development

No branches or pull requests

1 participant