-
Notifications
You must be signed in to change notification settings - Fork 427
fix legacy plugin output #1577
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
fix legacy plugin output #1577
Conversation
|
However, further investigation is needed:
|
|
The problem was that it started from [# 0000] even when a [#PREV] value existed. |
|
The test is failing as expected due to the discrepancy in the output. However, since altering the test itself may be risky, I will wait for further review from others. |
|
To address errors caused by certain legacy plugins that require a fixed 'Envelope' value, it is temporarily output as a fixed value. |
|
This PR prevents VSPitch from working properly OpenUtau_sVtYbf0ZBM.mp4 |
|
This PR also breaks UtaUtaUtau's lab2ust |
The initial output for Legacy Plugin was [#PREV], which caused issues with plugins like "おま☆かせ2020" not functioning correctly.

←UTAU OpenUTAU→
In accordance with UTAU specifications, I replaced [#PREV] with [#0000] to ensure proper compatibility.
