Skip to content

1.1.0

Compare
Choose a tag to compare
@manoskary manoskary released this 05 Oct 06:52
5844ece

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 with onsetwise_to_notewise and notewise_to_onsetwise functions.