mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
MidiRegionView: initialize new members
This commit is contained in:
parent
e39709863a
commit
0f170ec87b
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ MidiRegionView::MidiRegionView (ArdourCanvas::Container* parent,
|
||||||
, _entered_note (0)
|
, _entered_note (0)
|
||||||
, _select_all_notes_after_add (false)
|
, _select_all_notes_after_add (false)
|
||||||
, _mouse_changed_selection (false)
|
, _mouse_changed_selection (false)
|
||||||
|
, split_tuple (0)
|
||||||
|
, note_splitting (false)
|
||||||
{
|
{
|
||||||
CANVAS_DEBUG_NAME (_note_group, string_compose ("note group for %1", get_item_name()));
|
CANVAS_DEBUG_NAME (_note_group, string_compose ("note group for %1", get_item_name()));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue