Skip to content
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

ソング・ハミング周りはモーフィングできないことがわかるようにする #1327

Open
Hiroshiba opened this issue May 25, 2024 · 0 comments
Labels
初心者歓迎タスク 初心者にも優しい簡単めなタスク 機能向上 状態:実装者募集 実装者を募集している状態

Comments

@Hiroshiba
Copy link
Member

内容

モーフィング機能はトークのみに対応しています。
でもソング周りのスタイルもモーフィングが可能なように見えてしまっているかもしれません。

ソング周りのスタイル同士はモーフィングができないように見えるようになればこのタスクは完了だと思います。

Pros 良くなる点

誤解が生まれなくなる

Cons 悪くなる点

ちょっと判定ロジックがややこしくなる(正しくなるけど)

実現方法

is_synthesis_morphing_permittedでスタイル同士のモーフィングが可能かどうかは判定しています。

この関数名は許可判定を前提にしているので、可能かどうか判定に名前を変えて、一番最初に対象スタイルがトークかどうかを判定する形で問題解決する気がします。

その他

@Hiroshiba Hiroshiba added 機能向上 初心者歓迎タスク 初心者にも優しい簡単めなタスク 状態:実装者募集 実装者を募集している状態 labels May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
初心者歓迎タスク 初心者にも優しい簡単めなタスク 機能向上 状態:実装者募集 実装者を募集している状態
Projects
None yet
Development

No branches or pull requests

1 participant