comparison FIRFilter.cpp @ 43:4cf2d163127b

Copyrights and tidying
author Chris Cannam
date Thu, 25 Sep 2014 15:13:45 +0100
parents c8dd1049b2d3
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.cpp 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 #include "FIRFilter.h" 15 #include "FIRFilter.h"
10 16
11 using namespace std; 17 using namespace std;
12 using Vamp::FFT; 18 using Vamp::FFT;