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
Hello! Here's an overview of how things are structured in partitura and how it could be in the future.
The top row is the mental model of partitura that we want to move towards, but we don't have it at the moment and we also don't want to refactor right away. Feature extraction functionality is currently split between utils (note arrays, piano rolls) and musicanalysis (note features, performance features, alignment processing). Ideally this would move towards a shared module for feature extraction, so we'd have four main modules: I/O, feature extractions, music analysis, and utilities. The planned/existing performance features roughly mirror note features.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! Here's an overview of how things are structured in partitura and how it could be in the future.
The top row is the mental model of partitura that we want to move towards, but we don't have it at the moment and we also don't want to refactor right away. Feature extraction functionality is currently split between utils (note arrays, piano rolls) and musicanalysis (note features, performance features, alignment processing). Ideally this would move towards a shared module for feature extraction, so we'd have four main modules: I/O, feature extractions, music analysis, and utilities. The planned/existing performance features roughly mirror note features.
Feel free to add/critizise/remove stuff!
Beta Was this translation helpful? Give feedback.
All reactions