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

ソング:MIDIファイルやMusicXMLやUSTファイルのインポートをundo可能にする #1946

Closed
Hiroshiba opened this issue Mar 22, 2024 · 1 comment

Comments

@Hiroshiba
Copy link
Member

内容

midi等をimportするとコマンド履歴が壊れる事に気づきました。

IMPORT_MIDI_FILEIMPORT_MUSICXML_FILEでファイル全体検索をしたら該当箇所がわかるはず。
このあたりの中身を書き換えればOKなはず。

voicevox/src/store/singing.ts

Lines 1222 to 1226 in 86d2e8e

action: createUILockAction(
async (
{ dispatch },
{ filePath, trackIndex = 0 }: { filePath: string; trackIndex: number }
) => {

内部でSET_SCOREを呼んでいるので、それのCOMMANDバージョンを作って呼ぶようにすれば良さそう。

Pros 良くなる点

importする前のファイルを保存していなかった場合などに戻れるようになる。

@sevenc-nanashi
Copy link
Member

そういえばマルチトラックで実装されましたね。Close。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants