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
midi等をimportするとコマンド履歴が壊れる事に気づきました。
IMPORT_MIDI_FILEやIMPORT_MUSICXML_FILEでファイル全体検索をしたら該当箇所がわかるはず。 このあたりの中身を書き換えればOKなはず。
IMPORT_MIDI_FILE
IMPORT_MUSICXML_FILE
voicevox/src/store/singing.ts
Lines 1222 to 1226 in 86d2e8e
内部でSET_SCOREを呼んでいるので、それのCOMMANDバージョンを作って呼ぶようにすれば良さそう。
SET_SCORE
importする前のファイルを保存していなかった場合などに戻れるようになる。
The text was updated successfully, but these errors were encountered:
そういえばマルチトラックで実装されましたね。Close。
Sorry, something went wrong.
No branches or pull requests
内容
midi等をimportするとコマンド履歴が壊れる事に気づきました。
IMPORT_MIDI_FILE
やIMPORT_MUSICXML_FILE
でファイル全体検索をしたら該当箇所がわかるはず。このあたりの中身を書き換えればOKなはず。
voicevox/src/store/singing.ts
Lines 1222 to 1226 in 86d2e8e
内部で
SET_SCORE
を呼んでいるので、それのCOMMANDバージョンを作って呼ぶようにすれば良さそう。Pros 良くなる点
importする前のファイルを保存していなかった場合などに戻れるようになる。
The text was updated successfully, but these errors were encountered: