mtytel / helm

Helm - a free polyphonic synth with lots of modulation
http://tytel.org/helm
GNU General Public License v3.0
2.35k stars 201 forks source link

[LV2] some preset parameters are not saved when the plugin state is saved #260

Open alex-tee opened 4 years ago

alex-tee commented 4 years ago
  1. choose CM Kleer Arp
  2. (in ardour) copy the plugin and paste it somewhere else
  3. the filter graph looks different in the pasted plugin

same happens in Zrythm, so I think the filter value changes are not communicated with the host

xard-dev commented 3 years ago

Yes, I tested this with Carla and can confirm that when loading session with CM Kleer Arp that the filter graphic is not displayed correctly when loading the project.

I noticed that the upper right corner still says SH all times and otherwise the filter controls behave and sound as expected: image

xard-dev commented 3 years ago

Okay, I fixed it as I noticed that the filter style is not set during initialization of the UI: Added a piece of code to the resize function which also sets the style for the filter and now it seems to work.