3722b8a94f3818f5b8a7e8ce2d7de806def835fb
If a plugin implements Vst::IComponent::set_state() but does not implement Vst::IEditController::setComponentState() nor dedicated get/setState interface for the IEditController, querying the parameters using Vst::IEditController::getParamNormalized() returns values that do reflect the restored state. In this case the host needs to save/restore all control-parameters, and ignore values reported by ::getParamNormalized(). This fixes a state save/restore issue with softube.vst3, however vstpresets are still broken: the GUI (IComponent) is updated, however the controller isn't.
Please see the Ardour web site at http://ardour.org/ for all documentation..
For information on building ardour:
http://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%