X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fardour%2Fardour%2Fexport_multiplication.h;h=32622d7feae24ee92f2560689678572220f3f476;hb=b72d37a45f77f43233cd883a0e78d38fef975786;hp=4826a35668cd96b227edd70343cd53054c308e05;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/libs/ardour/ardour/export_multiplication.h b/libs/ardour/ardour/export_multiplication.h index 4826a35668..32622d7fea 100644 --- a/libs/ardour/ardour/export_multiplication.h +++ b/libs/ardour/ardour/export_multiplication.h @@ -1,3 +1,22 @@ +/* + Copyright (C) 2012 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. + +*/ + /* This file is not used at the moment. It includes code related to export a * multiplication graph system that can be used together with the ExportMultiplicator * class in the gtk2_ardour folder. @@ -36,7 +55,7 @@ bool selected () const { return _selected; } void select (bool value); - sigc::signal SelectChanged; + PBD::Signal1 SelectChanged; protected: @@ -151,7 +170,7 @@ void split_node (GraphNode * node, float position); void remove_node (GraphNode * node); - sigc::signal GraphChanged; + PBD::Signal0 GraphChanged; private: