mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Don't add origin value to MIDI controller regions on initial insert.
This should probably hijack the same modifier as the guard points and work the same on all automation tracks, but I did it this way to not change behaviour of track automation where a default is much more reasonable.
This commit is contained in:
parent
d63161426f
commit
b4fcdbb100
3 changed files with 4 additions and 4 deletions
|
|
@ -176,7 +176,7 @@ AutomationRegionView::add_automation_event (GdkEvent *, framepos_t when, double
|
|||
view->session()->begin_reversible_command (_("add automation event"));
|
||||
XMLNode& before = _line->the_list()->get_state();
|
||||
|
||||
_line->the_list()->add (when_d, y, with_guard_points);
|
||||
_line->the_list()->add (when_d, y, with_guard_points, false);
|
||||
|
||||
XMLNode& after = _line->the_list()->get_state();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue