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

Adds conversion of DCML harmony labels to Dezrann format #102

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Commits on Sep 11, 2023

  1. end-of-day commig of dezrann.py

    collab with Louis Couturier
    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7b8f70e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0851ce2 View commit details
    Browse the repository at this point in the history
  3. makes the new argument 'origin' a str|Tuple[str] (lists should be avo…

    …ided as default arguments)
    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d395db5 View commit details
    Browse the repository at this point in the history
  4. corrects output annotation

    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    62682e1 View commit details
    Browse the repository at this point in the history
  5. adds CLI skeleton

    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    14148c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2b40a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8775778 View commit details
    Browse the repository at this point in the history
  8. work in progress: CLI + line layout

    pythouille authored and johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ee7e560 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9095d0e View commit details
    Browse the repository at this point in the history
  10. refines commandline interface with docstrings and better argument tre…

    …atment; enables deactivating the default layers by passing 0
    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6ec8cd2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58b2cca View commit details
    Browse the repository at this point in the history
  12. adds to transform_df() the algorithm that copies the preceding label …

    …onto beat 1 of each alternative ending (volta); also prepares the function for creating labels pertaining to the various layers
    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d14f9ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aefeb9b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ffd23a View commit details
    Browse the repository at this point in the history
  15. fix label_type naming typo

    pythouille authored and johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6a9d2e4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c12c4cf View commit details
    Browse the repository at this point in the history
  17. add safe conversion of quarterbeats

    pythouille authored and johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d9c6d0c View commit details
    Browse the repository at this point in the history
  18. more error handling

    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3c0c6d1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b8b0578 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    455f106 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c567df6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3fafa71 View commit details
    Browse the repository at this point in the history
  23. generate_dez() and generate_dez_from_dfs() return boolean and also ac…

    …cept numerical arguments for Dezrann layers
    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    683908b View commit details
    Browse the repository at this point in the history
  24. extends test_dcml2dez() so that the number of written .dez labels cor…

    …respond to the original annotation file
    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    10e1ef0 View commit details
    Browse the repository at this point in the history
  25. adds additional unittest

    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    487242a View commit details
    Browse the repository at this point in the history
  26. pre-commit run --all-files

    johentsch committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f95799e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7fc7733 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    45cdf71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ac790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80a0b89 View commit details
    Browse the repository at this point in the history
  4. improve compressed mode

    pythouille committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5ae3288 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    341c610 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge branch 'main' into dezrann_rebased

    # Conflicts:
    #	src/ms3/annotations.py
    johentsch committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3ad8bfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e48b9 View commit details
    Browse the repository at this point in the history
  3. resolves #99

    johentsch committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2ae5d72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31c2fc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    632364d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    a179bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c72932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ead673f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf1c16f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0d50f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    2e9f53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc2af9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    9ddaf22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbec962 View commit details
    Browse the repository at this point in the history