comparison base/Pitch.cpp @ 84:e5907ae6de17

* Add GPL and README; some tidying
author Chris Cannam
date Mon, 13 Dec 2010 14:55:28 +0000
parents 054c384d860d
children fdaa63607c15
comparison
equal deleted inserted replaced
83:67899fda84f5 84:e5907ae6de17
2 2
3 /* 3 /*
4 QM DSP library 4 QM DSP library
5 Centre for Digital Music, Queen Mary, University of London. 5 Centre for Digital Music, Queen Mary, University of London.
6 This file Copyright 2006 Chris Cannam. 6 This file Copyright 2006 Chris Cannam.
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 "Pitch.h" 15 #include "Pitch.h"
11 16
12 #include <math.h> 17 #include <math.h>