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

Creating a general function to determine the Makam #5

Open
2 tasks
JusticeV452 opened this issue May 2, 2023 · 0 comments
Open
2 tasks

Creating a general function to determine the Makam #5

JusticeV452 opened this issue May 2, 2023 · 0 comments
Assignees

Comments

@JusticeV452
Copy link
Member

JusticeV452 commented May 2, 2023

Some functions we have discussed that would help determine the Makam of the Teslim are:

As this list is subject to grow or change, it would be helpful to have a general function that takes functions similar to those mentioned as arguments. This more general function would then combine the results of the provided functions to narrow the possible Makams for the Teslim.

Each subfunction should take in a music21 Stream and a list of possible Makams (strings) for the Teslim and return a list of Makams sorted from most likely matching the Teslim to least likely. The returned Makams of these functions should be a subset of the input list of possible Makams.

This function should:

  • take a music21 Stream and a list of functions to apply to the stream to narrow the possible Makams for the Teslim as arguments.
  • return a list of the most likely Makams sorted from most alike to least alike.
@JusticeV452 JusticeV452 self-assigned this May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant