ELVIS-Project / vis-framework

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

Make a super class that indexed_piece and aggregated_pieces inherit from. #419

Closed alexandermorgan closed 7 years ago

alexandermorgan commented 7 years ago

This would allow for the sharing of certain functions, such as the assignment of metadata, and the calling of indexers via get_data(). Related to #418 .

alexandermorgan commented 7 years ago

In retrospect I think this would only serve to complicate matters and not much of their code (perhaps none) would be shared anyway so this seems like a bad idea.