-
Notifications
You must be signed in to change notification settings - Fork 309
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
音域補正用のパラメーターを増やしつつ、開発時のみの機能に #1902
The head ref may contain hidden characters: "\u97F3\u9AD8\u88DC\u6B63\u306E\u30D1\u30E9\u30E1\u30FC\u30BF\u540D\u5909\u66F4\u3057\u3064\u3064\u958B\u767A\u7248\u3067\u306E\u307F\u8868\u793A\u306B\u4ED5\u69D8\u5909\u66F4"
音域補正用のパラメーターを増やしつつ、開発時のみの機能に #1902
Conversation
確かに手動なので「補正」より「調整」の方が良いかもです…!
|
コメントありがとうございます!!!
こちらの判断すごく助かります 🙇 🙇 🙇 |
@sigprogramming 変更しました!! 今日明日ぐらいでプレビュー版のリリース作ってみたいと思うので、間に合わなそうだったら申し訳ないのですがレビューなしでマージさせていただこうと思います 🙇 |
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!!!
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.
レビューありがとうございます!
keyShiftとなっている箇所を全て書き換えました!
マージします!!
* 音高補正にしつつ開発時のみ機能に * VoiceKey→GuidePitch * とりあえず実装としては完成 * keyRangeAdjustmentに * (note|guide)KeyShiftを消し、補正→調整にする * keyShiftを全てKeyRangeAdjustmentへ
* Improve: レンダリング順を改善 * Fix: 値を修正 * Fix: toEqualを使う * 音域補正用のパラメーターを増やしつつ、開発時のみの機能に (#1902) * 音高補正にしつつ開発時のみ機能に * VoiceKey→GuidePitch * とりあえず実装としては完成 * keyRangeAdjustmentに * (note|guide)KeyShiftを消し、補正→調整にする * keyShiftを全てKeyRangeAdjustmentへ * Update: mainに追従 * Improve: レビューを反映 Co-Authored-By: Hiroshiba <Hiroshiba@users.noreply.github.com> * Change: findPriorPhrases -> selectPriorPhrases * Delete: 不要な型アサーションを削除 Co-Authored-By: sigprogramming <sigprogramming@users.noreply.github.com> * Add: 型アサーションを追加 * Update src/sing/domain.ts * Update src/sing/domain.ts --------- Co-authored-by: Hiroshiba <hihokaruta@gmail.com> Co-authored-by: Hiroshiba <Hiroshiba@users.noreply.github.com> Co-authored-by: sigprogramming <sigprogramming@users.noreply.github.com>
内容
色々考えた結果、音域補正用のパラメーターを増やすのが良さそうだったので増やしました。
ついでにリリースに向けて開発時のみの機能にしました。
変更点は以下の4点です。
voiceKeyShift
をguideKeyShift
にkeyRangeAdjustment
パラメータを追加notesKeyShift
とguideKeyShift
の2つともに干渉する値なので別定義が必要だった関連 Issue
resolve #1899
その他
迷ってることがいくつかあります。
keyRangeAdjustment
は直訳すると音域"調整"だけどこれで良いかCorrection
と迷ったのですが、何を持って「正しい」とするのかわからなかったので調整にしてみましたnotesKeyShift
とguideKeyShift
を削除するかそのままにするかguideKeyShift
は将来的に使わない可能性がありそうguideKeyShift
が議論の結果keyRangeAdjustment
に変わったという感じかも