a0916ef368
https://waf.io/book/ says By default, the project name and version are set to noname and 1.0. To change them, it is necessary to provide two additional variables in the top-level project file - and waf code inspection confirms that waf itself only will use the top level APPNAME. Also, the 'waf dist' comment doesn't seem relevant - especially after this change - and is removed too. (Note: libs/evoral/wscript and libs/temporal/wscript still use APPNAME for other purposes.) |
||
---|---|---|
.. | ||
base | ||
dsp | ||
ext/kissfft | ||
maths | ||
MSVCqm-dsp | ||
COPYING | ||
gitrev.txt | ||
README.txt | ||
wscript |
This is a stripped down version of the Queen Mary DSP library https://github.com/c4dm/qm-dsp -- see gitrev.txt for version --- 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-2015 Queen Mary, University of London, with the following exceptions: ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding 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 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.