You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: