fix(tracker): the tracker has been displaying the musical names for notes incorrectly

This commit is contained in:
vsariola 2021-03-22 19:36:00 +02:00
parent cce99e6508
commit 8e55132ddd

View File

@ -2,7 +2,10 @@ package tracker
import "fmt"
const baseNote = 20
// note 81 = A4
// note 72 = C4
// note 24 = C0
const baseNote = 24
var notes = []string{
"C-",