Marc Resibois
Results
2
issues of
Marc Resibois
I'm replacing some of my half-baked code by your awesome tonal but converting my tests I'm getting puzzled by the output of scale detect. Here's what I'm doing: `tonal =...
Calling chord detection returns the '64' form for major chords which I found confusing as I had no idea what it meant. ``` Detect.chord([ '1P', '3M', '5P' ]) => detected...