-
Notifications
You must be signed in to change notification settings - Fork 313
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
ソング:MIDIインポートでトラックを選択できるようにする #1818
Comments
こちら、Xで数例要望を見かけたので優先度を少し上げさせて頂きました・・・! |
Hiroshiba
added a commit
that referenced
this issue
Mar 20, 2024
* #1818 MIDIトラックを選択できる ようにする * #1818 調整 * #1818 リファクタ * #1818 不要ファイル削除 * #1818 指摘点修正 * Update src/store/singing.ts Co-authored-by: Hiroshiba <[email protected]> * #1818 指摘点修正 --------- Co-authored-by: Romot <[email protected]> Co-authored-by: Hiroshiba <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
内容
プロトタイプだと、MIDIインポート時にトラックを選択できない(最初のトラックを利用している)ため、
MIDIファイルによっては正常に読み込めないように見える
使い勝手の前に、まずは理由がわからないけどできない、というのを無くすのがよさそうに思えています
Pros 良くなる点
MIDIつくったのに原因不明で読み込めないというのがなくなる
Cons 悪くなる点
おそらくなし
実現方法
1. 簡単そうな方法: 警告のみ
単に読み込み時に「1つめのトラックが読み込まれます」と標準アラート表示する
2: めんどくさい方法: インポートモーダルダイアログを用意する
トラックが複数ある場合、インポート時にトラックを選択するモーダルを用意する
初期案(トラック選択だけでよさそう)
https://xd.adobe.com/view/5f744622-2dfd-4e3f-b9f0-483e9ff5587a-0a27/
Vuex周辺だと以下の部分の調整などが必要そうです
https://github.com/VOICEVOX/voicevox/blob/main/src/store/singing.ts#L1321
VOICEVOXのバージョン
0.1.6
OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: