ELVIS-Project / vis-framework

Thoroughly modern symbolic musical data analysis suite.
http://elvisproject.ca/
31 stars 6 forks source link

Add piece and part ranges to metadata about a piece. #368

Closed alexandermorgan closed 8 years ago

alexandermorgan commented 8 years ago

Making piece and part ranges generally available in the metadata about a piece would be really useful for a number of analyses. Note that to do this it is probably best to use music21's analyze() method that you can run on streams. For example (taken from music21 documentation here):

s = corpus.parse('bach/bwv66.6') s.analyze('ambitus')

This should probably go in indexed_piece.py.

minamouse commented 8 years ago

Added to my branch