comparison FIRFilter.h @ 43:4cf2d163127b

Copyrights and tidying
author Chris Cannam
date Thu, 25 Sep 2014 15:13:45 +0100
parents de7213b35755
children
comparison
equal deleted inserted replaced
42:d4b74059a005 43:4cf2d163127b
1 // 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 // FIRFilter.h 2
3 // Tempogram 3 /*
4 // 4 Vamp Tempogram Plugin
5 // Created by Carl Bussey on 25/06/2014. 5 Carl Bussey, Centre for Digital Music, Queen Mary University of London
6 // Copyright (c) 2014 Carl Bussey. All rights reserved. 6 Copyright 2014 Queen Mary University of London.
7 // 7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License as
10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information.
13 */
8 14
9 #ifndef __Tempogram__FIRFilter__ 15 #ifndef __Tempogram__FIRFilter__
10 #define __Tempogram__FIRFilter__ 16 #define __Tempogram__FIRFilter__
11 17
12 #include <cmath> 18 #include <cmath>