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

Running the automatic analysis for the pitch tracks and histogram of Arab-Andalusian #424

Closed
miguelgcasado opened this issue Apr 30, 2019 · 0 comments

Comments

@miguelgcasado
Copy link
Contributor

miguelgcasado commented Apr 30, 2019

Since the pitch tracks and pitch distributions of Arab-Andalusian recordings are left in Dunya, I'm working on computing them for all the ones that are left (Niccolo already computed part of them last year in https://github.com/MTG/andalusian-corpus-notebooks). Same algorithm will be used, also saved in pycompmusic/compmusic/extractors.andalusian.py.

At the moment, the online visualization of the pitch tracks is not required so we just need acces to them through the pycompmusic API. If we want to allow the addition of pitch tracks through dunya dashboard, the following file updates are needed (looking at the example of adding files to makam):

  • in dashboard/templates/dashboard/index.html, add dashboard-andalusian-pitch menu item in the same manner of dashboard-makam-symbtrlist

  • in dashboard/urls.py, add a url() line in urlpatterns to resolve the new dashboard-andalusian-pitch menu item added above, like the resolutions added for makam/data/symbtr/new (I think is a similar example)

  • In dashboard/views.py, add a function called andalusian_symbtr.

If we just want to upload the whole computed pitch tracks by mbid, the process is not clear yet but probably is the most logic to do, instead of through the dashboard.

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