comparison dsp/chromagram/ConstantQ.cpp @ 84:e5907ae6de17

* Add GPL and README; some tidying
author Chris Cannam
date Mon, 13 Dec 2010 14:55:28 +0000
parents dcb555b90924
children 46375e6d1b54
comparison
equal deleted inserted replaced
83:67899fda84f5 84:e5907ae6de17
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 /* 2 /*
3 QM DSP Library 3 QM DSP Library
4 4
5 Centre for Digital Music, Queen Mary, University of London. 5 Centre for Digital Music, Queen Mary, University of London.
6 This file copyright 2005-2006 Christian Landone. 6 This file 2005-2006 Christian Landone.
7 All rights reserved. 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.
8 */ 13 */
9 14
10 #include "ConstantQ.h" 15 #include "ConstantQ.h"
11 #include "dsp/transforms/FFT.h" 16 #include "dsp/transforms/FFT.h"
12 17