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

風船連打が閉じられていないまま次の音符が来る場合の処理 #74

Open
kairera0467 opened this issue Dec 26, 2019 · 2 comments
Assignees

Comments

@kairera0467
Copy link
Owner

現状
7777777777777777,
0010101010000000,
7777777780000000,
1010100000000000,
のような譜面の場合、太鼓さん次郎だと1小節目の最後に8が挿入される補正がされるが、こちらでは1つ目の風船連打が終了扱いされず、次の風船連打まで音符が叩けなくなってしまうので修正する。

@kairera0467
Copy link
Owner Author

rev:d7c0fed7d88c0667b8c8e81613ecb4c590d3a810で修正を行ったが、敷き詰め方式にしか対応していないので、敷き詰め以外の方式での動作確認を行い、必要なら修正を行うこと。

@kairera0467
Copy link
Owner Author

太鼓さん次郎のドキュメントの再調査を行ったところ、

7777777777777777,
0010101010000000,

のような譜面の場合は、

1小節目:次の小節にある赤音符と同じ位置に終了が配置される
2小節目:前小節の風船連打が割れていなければ、1つ目の赤音符が強制的に不可扱い

のように自動配置される模様。

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

No branches or pull requests

1 participant