changeset 80:e7c785094e7b

* update readmes &c
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 18 Nov 2008 14:51:49 +0000
parents 477e4e616d57
children 5488d0cb78e9
files README.txt README.txt.linux README.txt.osx README.txt.win32 qm-vamp-plugins.pro
diffstat 5 files changed, 22 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Tue Nov 18 09:13:11 2008 +0000
+++ b/README.txt	Tue Nov 18 14:51:49 2008 +0000
@@ -7,21 +7,16 @@
 
 http://www.elec.qmul.ac.uk/digitalmusic/
 
-Version 1.4.
+Version 1.5.
 
 For more information about Vamp plugins, see http://www.vamp-plugins.org/ .
 
 
-New In This Release
-===================
+About This Release
+==================
 
-This release contains a new plugin to estimate timbral and rhythmic
-similarity between multiple audio tracks, a plugin for structural
-segmentation of music audio, and a Mel-frequency cepstral coefficients
-calculation plugin.
-
-This release also includes significant updates to the existing key
-detector, tempo tracker, and chromagram plugins.
+This is a bugfix release only.  The plugins provided are unchanged
+from 1.4.
 
 
 Plugins Included
--- a/README.txt.linux	Tue Nov 18 09:13:11 2008 +0000
+++ b/README.txt.linux	Tue Nov 18 14:51:49 2008 +0000
@@ -3,7 +3,7 @@
 ===============
 
 Vamp audio feature extraction plugins from Queen Mary, University of London.
-Version 1.4.
+Version 1.5.
 
 For more information about Vamp plugins, see http://www.vamp-plugins.org/
 and http://www.sonicvisualiser.org/ .
@@ -43,16 +43,11 @@
 reserved except as described above.
 
 
-New In This Release
-===================
+About This Release
+==================
 
-This release contains a new plugin to estimate timbral and rhythmic
-similarity between multiple audio tracks, a plugin for structural
-segmentation of music audio, and a Mel-frequency cepstral coefficients
-calculation plugin.
-
-This release also includes significant updates to the existing key
-detector, tempo tracker, and chromagram plugins.
+This is a bugfix release only.  The plugins provided are unchanged
+from 1.4.
 
 
 Plugins Included
--- a/README.txt.osx	Tue Nov 18 09:13:11 2008 +0000
+++ b/README.txt.osx	Tue Nov 18 14:51:49 2008 +0000
@@ -3,7 +3,7 @@
 ===============
 
 Vamp audio feature extraction plugins from Queen Mary, University of London.
-Version 1.4.
+Version 1.5.
 
 For more information about Vamp plugins, see http://www.vamp-plugins.org/
 and http://www.sonicvisualiser.org/ .
@@ -42,16 +42,11 @@
 reserved except as described above.
 
 
-New In This Release
-===================
+About This Release
+==================
 
-This release contains a new plugin to estimate timbral and rhythmic
-similarity between multiple audio tracks, a plugin for structural
-segmentation of music audio, and a Mel-frequency cepstral coefficients
-calculation plugin.
-
-This release also includes significant updates to the existing key
-detector, tempo tracker, and chromagram plugins.
+This is a bugfix release only.  The plugins provided are unchanged
+from 1.4.
 
 
 Plugins Included
--- a/README.txt.win32	Tue Nov 18 09:13:11 2008 +0000
+++ b/README.txt.win32	Tue Nov 18 14:51:49 2008 +0000
@@ -3,7 +3,7 @@
 ===============
 
 Vamp audio feature extraction plugins from Queen Mary, University of London.
-Version 1.4.
+Version 1.5.
 
 For more information about Vamp plugins, see http://www.vamp-plugins.org/
 and http://www.sonicvisualiser.org/ .
@@ -44,16 +44,11 @@
 reserved except as described above.
 
 
-New In This Release
-===================
+About This Release
+==================
 
-This release contains a new plugin to estimate timbral and rhythmic
-similarity between multiple audio tracks, a plugin for structural
-segmentation of music audio, and a Mel-frequency cepstral coefficients
-calculation plugin.
-
-This release also includes significant updates to the existing key
-detector, tempo tracker, and chromagram plugins.
+This is a bugfix release only.  The plugins provided are unchanged
+from 1.4.
 
 
 Plugins Included
--- a/qm-vamp-plugins.pro	Tue Nov 18 09:13:11 2008 +0000
+++ b/qm-vamp-plugins.pro	Tue Nov 18 14:51:49 2008 +0000
@@ -1,7 +1,7 @@
 
 TEMPLATE = lib
 
-CONFIG += plugin warn_on debug
+CONFIG += plugin warn_on release
 CONFIG -= qt
 
 linux-g++:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG -O3 -fPIC -march=pentium3 -mfpmath=sse -msse
@@ -14,7 +14,7 @@
 
 linux-g++:LIBS += -static-libgcc -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/sse2/atlas -L/usr/lib/atlas/sse -llapack -lblas $$system(g++ -print-file-name=libstdc++.a) -lc -Wl,-Bdynamic -Wl,--version-script=vamp-plugin.map
 
-macx-g++:QMAKE_CXXFLAGS_RELEASE += -fvisibility=hidden
+macx-g++:LIBS += -framework Accelerate -exported_symbols_list=vamp-plugin.list
 
 #LIBS += -Wl,-Bstatic -lqm-dsp -lvamp-sdk -L/usr/lib/atlas/sse -lblas -llapack -Wl,-Bdynamic