don't try to reset visible MIDI note range directly when adding a note
This method is only used for GUI interaction, so the note must already be in the visible note range
This commit is contained in:
@@ -864,8 +864,6 @@ MidiView::create_note_at (timepos_t const & source_relative_start, double y, Tem
|
||||
return;
|
||||
}
|
||||
|
||||
_midi_context.maybe_extend_note_range (new_note->note());
|
||||
|
||||
start_note_diff_command(_("add note"));
|
||||
note_diff_add_note (new_note, true, false);
|
||||
apply_note_diff();
|
||||
|
||||
Reference in New Issue
Block a user