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が読めないのを修正 #1956 #1957

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

romot-co
Copy link
Contributor

内容

一部のUST(SynthesizerVなど)でノートセクションの形式が異なるため
インポートできないのを修正

正規表現で #以降数字4桁 /^#\d{4}/としていたが、 #以降数字 /^#\d+$/) に変更

関連 Issue

ref #1956
close #1956

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

なし

その他

@romot-co romot-co requested a review from a team as a code owner March 24, 2024 07:47
@romot-co romot-co requested review from Hiroshiba and removed request for a team March 24, 2024 07:47
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!!

公式の仕様書がないとなかなか難しいですね・・・!

hotfixとして急遽更新することもできそうですが、そんなに報告件数がないのと、まあmusicxml等の迂回策もあると思うので、次のアップデート時に修正する形にできればと思います!

@Hiroshiba Hiroshiba merged commit e45ad64 into VOICEVOX:main Mar 28, 2024
9 checks passed
Hiroshiba pushed a commit to Hiroshiba/voicevox that referenced this pull request Apr 5, 2024
Co-authored-by: Romot <user@USERs-MacBook-Pro.local>
Hiroshiba added a commit that referenced this pull request Apr 5, 2024
## 内容

次のハミングキャラクター追加アプデはマイナーバージョンをあげずに 0.18.1 でリリース予定です。
そのため #1957 のバグ修正のみをマージしてリリースします。

## 関連 Issue
#1957


## その他

あまり変わらない気がしますが FF mergeします
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