forked from VOICEVOX/voicevox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [wip] add song undo redo function * improve last command time * clear song commands too * add undo redo button to song toolbar * resolve conflict * fix vuex test * improve command set singer (add setup singer) * refactor set tempo * refactor remove tempo * refactor set time signature * refactor remove time signature * refactor add notes * refactor update notes * refactor remove notes * remove remove selected notes * remove comment * add COMMAND_SET_VOICE_KEY_SHIFT * revert comments * remove song * create overlapping note infos type * remove overlapping notes detector * add return type * remove comment * remove copy and modify destructively * add editor type and use it * integrate undo redo queues of talk and song * must editor type args * refactor LAST_COMMAND_UNIX_MILLISEC * fix store test * update unit test * remove export Co-authored-by: Hiroshiba <[email protected]> * move func * デザイン微調整 --------- Co-authored-by: Hiroshiba <[email protected]>
- Loading branch information
Showing
13 changed files
with
502 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2885,5 +2885,6 @@ export const audioCommandStore = transformCommandStore( | |
} | ||
), | ||
}, | ||
}) | ||
}), | ||
"talk" | ||
); |
Oops, something went wrong.