You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example code from here has not been updated so when running it with the latest version of Partitura it produces the following error:
AttributeError: module 'partitura.utils.music' has no attribute 'get_time_maps_from_alignment'
It appears that get_time_maps_from_alginment has been completely removed from the API instead of being deprecated so it is unclear which method to use in its place.