X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fmackie%2Fjog_wheel.cc;h=8a0156aebac45e6486796c89fbb4cd33bc26956a;hb=52021bc3ca1fe176cc32a0fcbc37b375a49d2bfc;hp=6d8980d78e44dcecbf69f9477fb8ae29b9fede1e;hpb=ac1b2a664711ce6e66c1bd37565c8066103a722a;p=ardour.git diff --git a/libs/surfaces/mackie/jog_wheel.cc b/libs/surfaces/mackie/jog_wheel.cc index 6d8980d78e..8a0156aeba 100644 --- a/libs/surfaces/mackie/jog_wheel.cc +++ b/libs/surfaces/mackie/jog_wheel.cc @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2006-2007 John Anderson + * Copyright (C) 2012-2015 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include "ardour/session.h" @@ -10,6 +29,7 @@ #include +using namespace ArdourSurface; using namespace Mackie; JogWheel::JogWheel (MackieControlProtocol & mcp)