You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
中间缺失的半音是4,坐标3后面应该是5 以此类推,分母10改为11
应该为:
/*
x x x x x
x x x x x x x
x x x x x
x x x x x x x
x x x x x
x x x x x x x
*/
relativeKeyPosition: [
[-1/11,5/5],[0/11,4/5],[1/11,5/5],[2/11,4/5],[3/11,5/5],[5/11,5/5],[6/11,4/5],[7/11,5/5],[8/11,4/5],[9/11,5/5],[10/11,4/5],[11/11,5/5],
[-1/11,3/5],[0/11,2/5],[1/11,3/5],[2/11,2/5],[3/11,3/5],[5/11,3/5],[6/11,2/5],[7/11,3/5],[8/11,2/5],[9/11,3/5],[10/11,2/5],[11/11,3/5],
[-1/11,1/5],[0/11,0/5],[1/11,1/5],[2/11,0/5],[3/11,1/5],[5/11,1/5],[6/11,0/5],[7/11,1/5],[8/11,0/5],[9/11,1/5],[10/11,0/5],[11/11,1/5],
],
The text was updated successfully, but these errors were encountered:
中间缺失的半音是4,坐标3后面应该是5 以此类推,分母10改为11
应该为:
/*
x x x x x
x x x x x x x
x x x x x
x x x x x x x
x x x x x
x x x x x x x
*/
relativeKeyPosition: [
[-1/11,5/5],[0/11,4/5],[1/11,5/5],[2/11,4/5],[3/11,5/5],[5/11,5/5],[6/11,4/5],[7/11,5/5],[8/11,4/5],[9/11,5/5],[10/11,4/5],[11/11,5/5],
[-1/11,3/5],[0/11,2/5],[1/11,3/5],[2/11,2/5],[3/11,3/5],[5/11,3/5],[6/11,2/5],[7/11,3/5],[8/11,2/5],[9/11,3/5],[10/11,2/5],[11/11,3/5],
[-1/11,1/5],[0/11,0/5],[1/11,1/5],[2/11,0/5],[3/11,1/5],[5/11,1/5],[6/11,0/5],[7/11,1/5],[8/11,0/5],[9/11,1/5],[10/11,0/5],[11/11,1/5],
],
The text was updated successfully, but these errors were encountered: