rncbc/qtractor

Dexed VST plugin settings not restored

toddmazierski opened this issue · 5 comments

Hello,

I have a bug to report. I'm trying to use Qtractor 0.9.35 and the VST Dexed 0.9.6. I'm having an issue with the plugin's settings not being restored.

Steps to reproduce

  1. Add 1 new MIDI track with the Dexed plugin
  2. Observe that Dexed playback works and there are blue envelopes displayed in the plugin's GUI
  3. Save the session
  4. Reopen the session
  5. The bug: observe that Dexed playback no longer works—when the plugin's GUI is opened, observe that all the knobs are turned "off" and the blue envelopes are hidden

Other notes

If I host the VST in Carla or Carla-Rack, the settings are correctly restored.

Thank you for your help!

rncbc commented

hi, sorry to tell actually it seems a Dexed VST3 issue;
just tested the VST2 version and it works fine; it is the VST3 version that seems to nullify all plugin parameters to zero on plugin's state save;
again, the (probably old) Dexed VST2 version doesn't show that problem.

Thank you, @rncbc! I created a bug report in the Dexed repository: asb2m10/dexed#395