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
ピッチ編集モードでテンポ変更を行うと、ユーザーが描いたピッチの(内部的な)位置と表示位置がずれます。 これは、tick単位に変換する前のピッチのデータとピッチラインを紐づけてキャッシュしていて、テンポが変わった際にピッチラインが更新されないのが原因です。
ピッチ編集モードに切り替えてピッチを描いた後、テンポを変更する
ピッチ編集モードに切り替えてピッチを描いた後にテンポを変更しても、表示位置がずれない
0.18.0 0.18.1
The text was updated successfully, but these errors were encountered:
こちら取り組みます!
Sorry, something went wrong.
sigprogramming
Successfully merging a pull request may close this issue.
不具合の内容
ピッチ編集モードでテンポ変更を行うと、ユーザーが描いたピッチの(内部的な)位置と表示位置がずれます。
これは、tick単位に変換する前のピッチのデータとピッチラインを紐づけてキャッシュしていて、テンポが変わった際にピッチラインが更新されないのが原因です。
現象・ログ
再現手順
ピッチ編集モードに切り替えてピッチを描いた後、テンポを変更する
期待動作
ピッチ編集モードに切り替えてピッチを描いた後にテンポを変更しても、表示位置がずれない
VOICEVOXのバージョン
0.18.0
0.18.1
その他
The text was updated successfully, but these errors were encountered: