X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmidi_automation_line.cc;h=d64deee424fd1bc62307439ce1aad4d8ed2fd375;hb=62c4e88a9d8f4a7b019243fe9a10830b1da0150c;hp=30bb37c5b048fc83faf59ff7f40efad9c9882514;hpb=47c4929bc285da6d752e68aa5a32cf73f20b9f22;p=ardour.git diff --git a/gtk2_ardour/midi_automation_line.cc b/gtk2_ardour/midi_automation_line.cc index 30bb37c5b0..d64deee424 100644 --- a/gtk2_ardour/midi_automation_line.cc +++ b/gtk2_ardour/midi_automation_line.cc @@ -1,28 +1,33 @@ /* - Copyright (C) 2010 Paul Davis - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -*/ + * Copyright (C) 2010-2012 Carl Hetherington + * Copyright (C) 2010-2014 David Robillard + * Copyright (C) 2010-2017 Paul Davis + * Copyright (C) 2013-2019 Robin Gareus + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #include "ardour/midi_automation_list_binder.h" +#include "ardour/midi_region.h" + #include "midi++/midnam_patch.h" + #include "midi_automation_line.h" #include "midi_time_axis.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; @@ -33,7 +38,7 @@ MidiAutomationLine::MidiAutomationLine ( boost::shared_ptr list, boost::shared_ptr region, Evoral::Parameter parameter, - Evoral::TimeConverter* converter) + Evoral::TimeConverter* converter) : AutomationLine (name, tav, parent, list, parameter, converter) , _region (region) , _parameter (parameter)