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

Improve counthints #297

Open
2 tasks done
bwl21 opened this issue Feb 16, 2020 · 0 comments
Open
2 tasks done

Improve counthints #297

bwl21 opened this issue Feb 16, 2020 · 0 comments

Comments

@bwl21
Copy link
Owner

bwl21 commented Feb 16, 2020

countnotes should be improved such that

  • punctuated notes are counted more precisely, , e.g '1-u-2' instead of '1-2'
  • notes starting off a full beat

Solution

  • tokenize the raw count notes
  • find the characters to be deleted by regular expressions
    • find the minimum count accuracy necessary to express precise counting; one of \d, u
    • remove the counts which are smaller then the minimum count accuracy.
@bwl21 bwl21 added this to the upcoming milestone Feb 16, 2020
bwl21 pushed a commit that referenced this issue Mar 6, 2022
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