-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Some problems with VST. Again. #3677
Comments
Could a typo in the translation file cause this? (the comma?) Line 7206 in 32f07ac
|
I change the language on English, and now files are visible. |
Later, I will analyze it, and correct mistakes. |
Ahhh.. sounds like the 'umlaut' problem |
@musikBear do you have evidence of this problem? His folders do not contain the characters you mention, only the save dialog, which shouldn't affect it. My investigation points to a translation issue. You should be able to unit test this using the raw translation file and running it though Qt Linguist. Once that is done you or someone can work with @liushuyu to fix. |
maybe because of this?
if it goes into a search pattern as a translation (since there is a translation), but it don't understand it, since there's no need in translation changed string 1709 to no-comma |
i remember that there were the same problem with converting to ogg, when values for converting were taken from the selected string (that was also translated) and same problem happened in chinese. |
The resetting of VST settings when the project is reloaded was probably fixed in #4401. Line 7206 in 698c39d
Line 7202 in 698c39d
How do we get translations into 1.2 currently? Should this be fixed on Transifex or manually in a PR? |
Manual PR. Transifex is now pointing to master. Maybe the parenthesis |
lmms/plugins/vst_base/VstPlugin.cpp Line 424 in f37ca49
Maybe change that to something like |
VST preset files doesn’t appear in LMMS search window. But, in Windows file manager all is OK.
It occurs in LMMS 1.1.3 , 1.2.0 rc2, rc3. If I write file name in search line and press enter, the preset file will open successful. But, if I click button, it doesn't happen.
Howewer, after reloading LMMS project, even if project was saved with need preset, VST plugin settings still returns to primary preset.
The text was updated successfully, but these errors were encountered: