-
Notifications
You must be signed in to change notification settings - Fork 337
fix!: bpmInputBuffer
をなくしつつ、再生中でもbpmを変更できるようにする
#2603
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
🚀 プレビュー用ページを作成しました 🚀 更新時点でのコミットハッシュ: |
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.
PR Overview
This PR addresses issue #2593 by removing the redundant bpmInputBuffer and enabling bpm updates during playback.
- Removes bpmInputBuffer and associated update logic
- Updates QInput bindings and event handlers to directly use the computed bpm value
Reviewed Changes
File | Description |
---|---|
src/components/Sing/ToolBar/ToolBar.vue | Refactors bpm handling by replacing bpmInputBuffer with a computed property and renaming the associated update function |
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 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.
draft開けました!
ついでにRangeAdjustment
系も同じように揃えてメンテナンス性を上げました。
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!
修正ありがとうございます!
内容
の解決案です。
関連 Issue
close #2593
その他