mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
io_selector.cc done, connection_editor in progress but skipped
git-svn-id: svn://localhost/trunk/ardour2@76 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7b8d7f464f
commit
1ca802c4e8
10 changed files with 517 additions and 471 deletions
|
|
@ -1204,10 +1204,10 @@ AudioTimeAxisView::add_gain_automation_child ()
|
|||
|
||||
|
||||
line = new AutomationGainLine ("automation gain", _session, *gain_track,
|
||||
gain_track->canvas_display,
|
||||
_route.gain_automation_curve(),
|
||||
PublicEditor::canvas_control_point_event,
|
||||
PublicEditor::canvas_line_event);
|
||||
gain_track->canvas_display,
|
||||
_route.gain_automation_curve(),
|
||||
slot (mem_fun (ed, &PublicEditor::canvas_control_point_event)),
|
||||
slot (mem_fun (ed, &PublicEditor::canvas_line_event)));
|
||||
line->set_line_color (color_map[cAutomationLine]);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue