# HG changeset patch # User Chris Cannam # Date 1227019909 0 # Node ID e7c785094e7bd868a01be86e268066cbacb80b94 # Parent 477e4e616d579c1ed85e79a5d56f2ff23b7edf88 * update readmes &c diff -r 477e4e616d57 -r e7c785094e7b README.txt --- 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 diff -r 477e4e616d57 -r e7c785094e7b README.txt.linux --- 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 diff -r 477e4e616d57 -r e7c785094e7b README.txt.osx --- 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 diff -r 477e4e616d57 -r e7c785094e7b README.txt.win32 --- 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 diff -r 477e4e616d57 -r e7c785094e7b qm-vamp-plugins.pro --- 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