Open Issues Need Help
View All on GitHub Change Position data structures about 1 month ago
AI Summary: Refactor the Python code for the Optimal Musical Fingering project to improve the data structures used to represent finger placements on the instrument's neck. The current implementation uses separate lists for finger placements and finger numbers, leading to potential inconsistencies. The proposed change involves creating a new `FingerPosition` class to link finger and placement data, improving data integrity and simplifying sorting operations.
Complexity:
4/5
enhancement help wanted
Optimize chord fingerings and transitions for neck instruments like guitar, ukulele, and more.
Python
#fingering#music#optimization#partiture