missing initialization for MidiView member in copy constructor

This commit is contained in:
Paul Davis 2025-11-13 17:11:04 -07:00
parent 015890f16c
commit 695ca40b23

View file

@ -180,6 +180,7 @@ MidiView::MidiView (MidiView const & other)
, in_note_split (false) , in_note_split (false)
, split_tuple (0) , split_tuple (0)
, note_splitting (false) , note_splitting (false)
, _extensible (false)
{ {
init (other._midi_track); init (other._midi_track);
} }