mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Cleanups and a few comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@4374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
69ed2a3c27
commit
042997e5ed
28 changed files with 342 additions and 339 deletions
|
|
@ -450,7 +450,7 @@ MidiTimeAxisView::add_cc_track()
|
|||
|
||||
{
|
||||
AddMidiCCTrackDialog dialog;
|
||||
dialog.set_transient_for(editor);
|
||||
dialog.set_transient_for (_editor);
|
||||
response = dialog.run();
|
||||
|
||||
if (response == Gtk::RESPONSE_ACCEPT)
|
||||
|
|
@ -496,7 +496,7 @@ MidiTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
|
|||
|
||||
boost::shared_ptr<AutomationTimeAxisView> track(new AutomationTimeAxisView (_session,
|
||||
_route, boost::shared_ptr<ARDOUR::Automatable>(), c,
|
||||
editor,
|
||||
_editor,
|
||||
*this,
|
||||
true,
|
||||
parent_canvas,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue