update qm-dsp library
[ardour.git] / libs / qm-dsp / README.txt
1
2
3 QM-DSP library
4 ==============
5
6 This is a C++ library of functions for DSP and Music Informatics
7 purposes developed at Queen Mary, University of London.
8 It is used by the QM Vamp Plugins (q.v.) amongst other things.
9
10 This code is Copyright (c) 2006-2015 Queen Mary, University of London,
11 with the following exceptions:
12
13 ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding
14
15 maths/pca.c -- Fionn Murtagh, from StatLib; with permission
16
17 maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
18 Delphi in the the JEDI Math Library, under the Mozilla Public License
19
20 thread/BlockAllocator.h -- derived from FSB Allocator by Juha Nieminen,
21 under BSD-style license
22
23 See individual files for further authorship details.
24
25
26 License
27 =======
28
29 This program is free software; you can redistribute it and/or
30 modify it under the terms of the GNU General Public License as
31 published by the Free Software Foundation; either version 2 of the
32 License, or (at your option) any later version.  See the file
33 COPYING included with this distribution for more information.
34
35