mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
Initialize some more uninitialized variables
This commit is contained in:
parent
98c65406e3
commit
6dcf7a4d92
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ DiskWriter::DiskWriter (Session& s, string const & str, DiskIOProcessor::Flag f)
|
|||
, last_recordable_sample (max_samplepos)
|
||||
, last_possibly_recording (0)
|
||||
, _alignment_style (ExistingMaterial)
|
||||
, _note_mode (Sustained)
|
||||
, _samples_pending_write (0)
|
||||
, _num_captured_loops (0)
|
||||
, _accumulated_capture_offset (0)
|
||||
, _gui_feed_buffer(AudioEngine::instance()->raw_buffer_size (DataType::MIDI))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue