-
-
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
Regression: Carla instruments do not save/load properly; sound completely different after reload #7104
Comments
The issue definitely seems related to #5846 and specifically the support for Carla params. By changing the // TEST: make Carla never support params (should be 0x020090)
#define CARLA_MIN_PARAM_VERSION 0x99020090 Of course, this makes the "Params" button in Carla's LMMS UI completely unresponsive, but it does serve as a temporary workaround to at least make Carla instruments usable. Perhaps this could be implemented as a toggle in settings (something like "Allow parameter automation for Carla instruments")? I notice that #5846 mentions that the params window state isn't saved -- is it possible that when loading a project, the knobs in the window get initialized to some default value which then gets pushed over to Carla after the instrument has loaded, overwriting the "correct" values? |
bump any update on this? I'm not too familiar with Carla or that side of the codebase at all; I tried to take a look at it but was completely lost. |
Bumping this. I also see this issue happening. It applies to SurgeXT and LABS as well. I have to assume that the UI controls aren't updating, and those are what save. Only workaround I can think of would be separately saving the Carla state and reloading it until the UI controls are able to update to what Carla has. |
Update: This issue is fixed by using the git version of Carla. If you have Arch, simply use carla-git from AUR and you should be good. I'm not sure why the normal binary version has issues but it is what it is I guess. |
Bug Summary
When loading a project file with Carla instruments on Linux, they sound completely different and have many of their parameters scrambled/changed resulting in an entirely different sound.
Steps to reproduce
Expected behavior
Plugins sound the same before and after saving.
Actual behavior
Plugins sound very different and have drastically changed settings.
Screenshot
Vital just after loading a preset (looking at the Effects tab where the issue is most noticeable):
Vital after reloading the project file (looking at the Effects tab where the issue is most noticeable):
Affected LMMS versions
Currently using version 1.3.0-alpha.1.512+g8e8f68552. I don't have specific versions that I know worked pre-bug but I get the sense that #5846 may be related -- I know my previous version that worked was prior to this commit, and I've had no luck with versions post-commit.
The text was updated successfully, but these errors were encountered: