mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
fix(tracker): the tracker has been displaying the musical names for notes incorrectly
This commit is contained in:
parent
cce99e6508
commit
8e55132ddd
@ -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-",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user