fix crash when copy'ing latent plugins
[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-2010 Queen Mary, University of London,
11 with the following exceptions:
12
13 maths/pca.c -- Fionn Murtagh, from StatLib; with permission
14
15 maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
16 Delphi in the the JEDI Math Library, under the Mozilla Public License
17
18 thread/BlockAllocator.h -- derived from FSB Allocator by Juha Nieminen,
19 under BSD-style license
20
21 See individual files for further authorship details.
22
23
24 License
25 =======
26
27 This program is free software; you can redistribute it and/or
28 modify it under the terms of the GNU General Public License as
29 published by the Free Software Foundation; either version 2 of the
30 License, or (at your option) any later version.  See the file
31 COPYING included with this distribution for more information.
32
33