Mercurial > hg > vamp-tempogram
comparison SpectrogramProcessor.cpp @ 43:4cf2d163127b
Copyrights and tidying
author | Chris Cannam |
---|---|
date | Thu, 25 Sep 2014 15:13:45 +0100 |
parents | fe23998968b4 |
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 // SpectrogramProcessor.cpp | 2 |
3 // Tempogram | 3 /* |
4 // | 4 Vamp Tempogram Plugin |
5 // Created by Carl Bussey on 07/08/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 "SpectrogramProcessor.h" | 15 #include "SpectrogramProcessor.h" |
10 using namespace std; | 16 using namespace std; |
11 using Vamp::FFT; | 17 using Vamp::FFT; |
12 #include <iostream> | 18 #include <iostream> |