1.1.0
Release 1.1.0
Release date: 2022-10-04
This is a major update with some new features including sonification of score and performance, and meter estimation
New features
- User can sonify performance and score using simple additive synthesis (exports wav using scipy);
- Meter estimation method in music analysis using Automatic extraction of
tempo and beat from expressive performances. Simon Dixon (2001).
Bug fixes
- Unified method of importing and exporting scores and performance.
Other changes
- Documentation has been updated with notebook tutorial on ReadTheDocs and outdated usage was removed;
- Added Code of conduct to header;
- Pytorch is added as an optional dependency for
performance_codec
encode to combine withonsetwise_to_notewise
andnotewise_to_onsetwise
functions.