ELVIS-Project / vis-framework

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

Aggregation #445

Open musicus opened 7 years ago

musicus commented 7 years ago

music21 stream methods are not inherited in 3.x.x but should be, since they are inherited when a piece is singularly imported.

musicus commented 7 years ago

However, music21 stream data can be accessed the following way (for the first piece in the aggregation):

files = ('Directory/to/file')
file_collection = Importer(files)
file_collection._pieces[0]._score.metadata.all()