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
{{ message }}
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
I saw your code,and find pitch_names = [ 'c', 'c #', 'd', 'eb', 'e', 'f', 'f #', 'g' Ab ',' a ',' bb ',' b '] in audio.py file , do you use this array to match the pitch value of each beats?
So can we extracted every beat's key value directly? and the key value is equal to pitch class?
I guess the parent Audio object should have a key?
Or should we be cute and make it computable per-TimeSlice?
The text was updated successfully, but these errors were encountered: