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
A minimalistic chord detection application created with Tkinter in Python.
The Chord detection algorithm uses Harmonic Product Spectrum to generate Pitch Class Profile (Chromagram). The PCP is then used for template-matching and getting the chord.
About
A minimalistic chord detection application created with Tkinter in Python. Chord detection algorithm uses HPS to create Chromagram.