More fixes for range-based automation editing.
-Remove redundant start_grab calls. -Show gain curves in Range mode, so you can see the curves you are selecting
This commit is contained in:
@@ -467,7 +467,7 @@ ControlList::editor_add (double when, double value)
|
||||
|
||||
ControlEvent cp (when, 0.0f);
|
||||
iterator i = lower_bound (_events.begin(), _events.end(), &cp, time_comparator);
|
||||
DEBUG_TRACE (DEBUG::ControlList, string_compose ("editor_add: actually add when= %1 value= %1\n", when, value));
|
||||
DEBUG_TRACE (DEBUG::ControlList, string_compose ("editor_add: actually add when= %1 value= %2\n", when, value));
|
||||
_events.insert (i, new ControlEvent (when, value));
|
||||
|
||||
mark_dirty ();
|
||||
|
||||
Reference in New Issue
Block a user