Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gameProfile 哈利波特专业模式键位坐标有误 #19

Open
Jayce-H opened this issue Sep 12, 2024 · 0 comments
Open

gameProfile 哈利波特专业模式键位坐标有误 #19

Jayce-H opened this issue Sep 12, 2024 · 0 comments

Comments

@Jayce-H
Copy link

Jayce-H commented Sep 12, 2024

1

中间缺失的半音是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],
],
2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant