-
Notifications
You must be signed in to change notification settings - Fork 345
[project-s] 再生ヘッドの描画処理とオートスクロールを実装 #1649
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
Conversation
Hiroshiba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
再生位置がしっかり追従していてすごいなと思いました!!!!
いくつかコメントしていますが、ドキュメント(というよりメモ)の追加と質問のとこが主です!
| <div | ||
| class="sequencer-ruler-playhead" | ||
| :style="{ | ||
| transform: `translateX(${playheadX - offset}px)`, | ||
| }" | ||
| ></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
将来的にルーラー部分とシーケンサー部分の共通の親にplayheadを1つだけもたせる形にしても良いかもですね!
Hiroshiba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
レビューが遅れてしまってすみませんでした 🙇
スピード優先なはずなので、次からは大問題がなければコメントしつつとりあえずマージさせて頂く形にしようかなと・・・!
内容
以下を行います。
translateで実装requestAnimationFrameを使用して更新(最大60fps)関連 Issue
VOICEVOX/voicevox_project#15
スクリーンショット・動画など
2023-11-11.234147.mp4
その他