mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
initialize more uninitialized variables..
This commit is contained in:
parent
a66ad18402
commit
0c914b8f1e
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ PluginEqGui::PluginEqGui(boost::shared_ptr<ARDOUR::PluginInsert> pluginInsert)
|
|||
: _min_dB(-12.0)
|
||||
, _max_dB(+12.0)
|
||||
, _step_dB(3.0)
|
||||
, _buffer_size(0)
|
||||
, _signal_buffer_size(0)
|
||||
, _impulse_fft(0)
|
||||
, _signal_input_fft(0)
|
||||
, _signal_output_fft(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue