summaryrefslogtreecommitdiff
path: root/libs/qm-dsp/README.txt
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-02 12:37:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-02 12:37:39 +0000
commit3deba1921bcf5bddd8bea9846a203c92b6c9239d (patch)
tree8b2e00405337396918ff28e282df14e958b84bb9 /libs/qm-dsp/README.txt
parentfa41cfef580b2c8c04adec5b47d6cfa415ca6251 (diff)
add queen mary DSP library
git-svn-id: svn://localhost/ardour2/branches/3.0@9029 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/qm-dsp/README.txt')
-rw-r--r--libs/qm-dsp/README.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/libs/qm-dsp/README.txt b/libs/qm-dsp/README.txt
new file mode 100644
index 0000000000..68a8a16573
--- /dev/null
+++ b/libs/qm-dsp/README.txt
@@ -0,0 +1,33 @@
+
+
+QM-DSP library
+==============
+
+This is a C++ library of functions for DSP and Music Informatics
+purposes developed at Queen Mary, University of London.
+It is used by the QM Vamp Plugins (q.v.) amongst other things.
+
+This code is Copyright (c) 2006-2010 Queen Mary, University of London,
+with the following exceptions:
+
+maths/pca.c -- Fionn Murtagh, from StatLib; with permission
+
+maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
+Delphi in the the JEDI Math Library, under the Mozilla Public License
+
+thread/BlockAllocator.h -- derived from FSB Allocator by Juha Nieminen,
+under BSD-style license
+
+See individual files for further authorship details.
+
+
+License
+=======
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 2 of the
+License, or (at your option) any later version. See the file
+COPYING included with this distribution for more information.
+
+