fixed holding notes

This commit is contained in:
Cameron Taylor
2020-10-03 10:36:39 -07:00
parent 303c9d14aa
commit 32001dad2e
4 changed files with 142 additions and 22 deletions

View File

@ -1,5 +1,8 @@
{
"song": "Bopeebo",
"bpm": 100,
"data": [[1,0,0,0,2,-2,-2,-2,2,-2,-2,-2]]
"data": [[1,0,0,0,2,-2,-2,-2,2,-2,-2,-2],
[3,-3,-3,0,4,-4,-4,0,2,-2,-2,0],
[3,-3,0,0,2,0,4,0,3,-3,-3,-3]
]
}