mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-15 22:32:44 -05:00
fix(tracker): the tracker has been displaying the musical names for notes incorrectly
This commit is contained in:
@ -2,7 +2,10 @@ package tracker
|
|||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
const baseNote = 20
|
// note 81 = A4
|
||||||
|
// note 72 = C4
|
||||||
|
// note 24 = C0
|
||||||
|
const baseNote = 24
|
||||||
|
|
||||||
var notes = []string{
|
var notes = []string{
|
||||||
"C-",
|
"C-",
|
||||||
|
|||||||
Reference in New Issue
Block a user