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

ソング: USTファイルのインポート機能の追加 #1933

Merged
merged 6 commits into from
Mar 20, 2024

Conversation

romot-co
Copy link
Contributor

内容

  • UTAU用USTファイルをインポートできるようにする

関連 Issue

ref #1908
close #1908

スクリーンショット・動画など

その他

@romot-co romot-co requested a review from a team as a code owner March 11, 2024 18:31
@romot-co romot-co requested review from y-chan and removed request for a team March 11, 2024 18:31
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼ lgtm です!! かなり遊びやすくなるようになるのではないかと期待してます!!

src/store/singing.ts Outdated Show resolved Hide resolved
}
});
} catch (error) {
throw new Error("Failed to parse UST file.", { cause: error });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

エラー起こらない気がしますね・・・!
念のためにという感じでしょうか?

src/store/singing.ts Outdated Show resolved Hide resolved
romot-co and others added 3 commits March 20, 2024 10:30
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
@romot-co
Copy link
Contributor Author

いったん指摘点修正済みです

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

喜んでくださる方がいっぱいいらっしゃると嬉しいですね!!!

@Hiroshiba Hiroshiba merged commit 86d2e8e into main Mar 20, 2024
18 checks passed
@Hiroshiba Hiroshiba deleted the feature/1908_import_ust_file branch March 20, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ustファイルを読み込めるようにする
2 participants