We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ノート(端以外の部分)をmousedownすると、ノート移動のプレビュー処理が走ってクオンタイズされますが、 この挙動だと、ノートの選択や歌詞編集だけ行いたいときに勝手にノートが動いて(クオンタイズされて)しまい、不便です。
mousedown
mousedownして数px動かした(mousemoveした)ときにノート移動のプレビュー処理(クオンタイズ)が開始されるようにすることで、これを改善できると思います。
mousemove
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容
ノート(端以外の部分)を
mousedown
すると、ノート移動のプレビュー処理が走ってクオンタイズされますが、この挙動だと、ノートの選択や歌詞編集だけ行いたいときに勝手にノートが動いて(クオンタイズされて)しまい、不便です。
mousedown
して数px動かした(mousemove
した)ときにノート移動のプレビュー処理(クオンタイズ)が開始されるようにすることで、これを改善できると思います。Pros 良くなる点
Cons 悪くなる点
その他
The text was updated successfully, but these errors were encountered: