mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-11 02:26:19 -04:00
When global samplerate changes, settings of a LADSPA effect are stored in a temporary object, the effect is reloaded and the settings are restored. However, controller connections weren't restored properly as the connections were not finalized. This commit fixes the issue.