X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstreamview.cc;h=23989d2f2418bd208b43caf7cbe0596e31094170;hb=62c4e88a9d8f4a7b019243fe9a10830b1da0150c;hp=7cc0b813743e96c8407ea2413a06e0a0523ac01d;hpb=8463fb728f5215870c67e26a45996f6fc5179571;p=ardour.git diff --git a/gtk2_ardour/streamview.cc b/gtk2_ardour/streamview.cc index 7cc0b81374..23989d2f24 100644 --- a/gtk2_ardour/streamview.cc +++ b/gtk2_ardour/streamview.cc @@ -1,20 +1,28 @@ /* - Copyright (C) 2001, 2006 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) 2005-2019 Paul Davis + * Copyright (C) 2005 Taybin Rutkin + * Copyright (C) 2006-2007 Jesse Chappell + * Copyright (C) 2006-2015 David Robillard + * Copyright (C) 2007-2012 Carl Hetherington + * Copyright (C) 2007 Doug McLain + * Copyright (C) 2014-2015 Tim Mayberry + * Copyright (C) 2014-2019 Robin Gareus + * Copyright (C) 2016 Nick Mainsbridge + * + * 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 @@ -726,9 +734,8 @@ StreamView::setup_new_rec_layer_time (boost::shared_ptr region) } void -StreamView::parameter_handler (string const & what) +StreamView::parameter_changed (string const & what) { - std::cerr << "SV ph for " << what << std::endl; if (what == "show-region-name") { for (RegionViewList::iterator i = region_views.begin (); i != region_views.end (); ++i) { (*i)->update_visibility ();