Chris@84: Chris@84: Chris@84: QM-DSP library Chris@84: ============== Chris@84: Chris@84: This is a C++ library of functions for DSP and Music Informatics Chris@84: purposes developed at Queen Mary, University of London. Chris@84: It is used by the QM Vamp Plugins (q.v.) amongst other things. Chris@84: Chris@84: This code is Copyright (c) 2006-2010 Queen Mary, University of London, Chris@84: with the following exceptions: Chris@84: Chris@84: maths/pca.c -- Fionn Murtagh, from StatLib; with permission Chris@84: Chris@84: maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for Chris@84: Delphi in the the JEDI Math Library, under the Mozilla Public License Chris@84: Chris@88: thread/BlockAllocator.h -- derived from FSB Allocator by Juha Nieminen, Chris@88: under BSD-style license Chris@88: Chris@84: See individual files for further authorship details. Chris@84: Chris@84: Chris@84: License Chris@84: ======= Chris@84: Chris@86: This program is free software; you can redistribute it and/or Chris@86: modify it under the terms of the GNU General Public License as Chris@86: published by the Free Software Foundation; either version 2 of the Chris@86: License, or (at your option) any later version. See the file Chris@86: COPYING included with this distribution for more information. Chris@84: Chris@86: