Mercurial > hg > qm-dsp
comparison dsp/segmentation/ClusterMeltSegmenter.cpp @ 84:e5907ae6de17
* Add GPL and README; some tidying
author | Chris Cannam |
---|---|
date | Mon, 13 Dec 2010 14:55:28 +0000 |
parents | 6cb2b3cd5356 |
children | f6ccde089491 |
comparison
equal
deleted
inserted
replaced
83:67899fda84f5 | 84:e5907ae6de17 |
---|---|
3 /* | 3 /* |
4 * ClusterMeltSegmenter.cpp | 4 * ClusterMeltSegmenter.cpp |
5 * | 5 * |
6 * Created by Mark Levy on 23/03/2006. | 6 * Created by Mark Levy on 23/03/2006. |
7 * Copyright 2006 Centre for Digital Music, Queen Mary, University of London. | 7 * Copyright 2006 Centre for Digital Music, Queen Mary, University of London. |
8 * All rights reserved. | 8 |
9 This program is free software; you can redistribute it and/or | |
10 modify it under the terms of the GNU General Public License as | |
11 published by the Free Software Foundation; either version 2 of the | |
12 License, or (at your option) any later version. See the file | |
13 COPYING included with this distribution for more information. | |
9 */ | 14 */ |
10 | 15 |
11 #include <cfloat> | 16 #include <cfloat> |
12 #include <cmath> | 17 #include <cmath> |
13 | 18 |