NFJones/audio-to-midi

key calculation is not right

Closed this issue · 1 comments

In reduce_freqs function, key = key - 7 is wrong, it should be key = key + 12

Good catch! I've pushed a fix.