-
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
無音の長さ一括変更するUIの表示をエンジンの能力で切り替えるようにする #2401
The head ref may contain hidden characters: "\u7121\u97F3\u306E\u9577\u3055\u4E00\u62EC\u5909\u66F4\u3059\u308BUI\u306E\u8868\u793A\u3092\u30A8\u30F3\u30B8\u30F3\u306E\u80FD\u529B\u3067\u5207\u308A\u66FF\u3048\u308B\u3088\u3046\u306B\u3059\u308B"
無音の長さ一括変更するUIの表示をエンジンの能力で切り替えるようにする #2401
Conversation
🚀 プレビュー用ページを作成しました 🚀 更新時点でのコミットハッシュ: |
uiLocked.value || supportedFeatures.value?.adjustSpeedScale === false, | ||
uiLocked.value || !supportedFeatures.value?.adjustSpeedScale, |
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.
判定機構が間違っていたのでついでに修正
@@ -118,6 +118,7 @@ test("複数選択:AudioInfo操作", async ({ page }) => { | |||
|
|||
for (const parameter of parameters) { | |||
const input = parameter.locator("label input"); | |||
if (await input.isDisabled()) continue; |
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.
NemoはadjustPauseLength
がなくdisableになるので入力できないからcontinue
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.
間の長さ
で良いのか若干不安ではありますが、大丈夫だと信じてマージしたいと思います!
内容
無音の長さ一括変更するUIの表示をエンジンの能力で切り替えるようにしました。
また名称を「間の長さ」にしました。なぜこの名前にしたのか、かなり考えたのでメモを下に書いています。
関連 Issue
その他
「間の長さ」に至るまでの紆余曲折
pose
と勘違いされる気がしないでもない