mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 14:48:39 +02:00
Add missing value initialization
This commit is contained in:
parent
8ac5699fcd
commit
80662a1b60
@ -221,6 +221,7 @@ LV2EffectSettingsDialog::LV2EffectSettingsDialog(wxWindow *parent, LV2Effect *ef
|
|||||||
{
|
{
|
||||||
mEffect = effect;
|
mEffect = effect;
|
||||||
|
|
||||||
|
mEffect->mHost->GetSharedConfig(wxT("Options"), wxT("BufferSize"), mBufferSize, 8192);
|
||||||
mEffect->mHost->GetSharedConfig(wxT("Settings"), wxT("UseLatency"), mUseLatency, true);
|
mEffect->mHost->GetSharedConfig(wxT("Settings"), wxT("UseLatency"), mUseLatency, true);
|
||||||
mEffect->mHost->GetSharedConfig(wxT("Settings"), wxT("UseGUI"), mUseGUI, true);
|
mEffect->mHost->GetSharedConfig(wxT("Settings"), wxT("UseGUI"), mUseGUI, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user