mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Fix issue with AU plugin-analysis
Copy c'tor needs to initialize "audio_input_cnt".
This commit is contained in:
parent
9bf40bde3a
commit
6690e4d39d
1 changed files with 1 additions and 0 deletions
|
|
@ -487,6 +487,7 @@ AUPlugin::AUPlugin (const AUPlugin& other)
|
|||
, input_buffers (0)
|
||||
, input_map (0)
|
||||
, samples_processed (0)
|
||||
, audio_input_cnt (0)
|
||||
, _parameter_listener (0)
|
||||
, _parameter_listener_arg (0)
|
||||
, transport_sample (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue