c@213: c@213: QM Vamp Plugins c@213: =============== c@213: c@213: Vamp audio feature extraction plugins from the Centre for Digital c@213: Music at Queen Mary, University of London. c@213: c@213: Version 1.7.1. c@213: c@213: This project: c@213: c@213: https://code.soundsoftware.ac.uk/projects/qm-vamp-plugins c@213: c@213: About Vamp plugins: c@213: c@213: http://www.vamp-plugins.org/ c@213: c@213: About C4DM: c@213: c@213: http://c4dm.eecs.qmul.ac.uk/ c@213: c@213: c@213: About This Release c@213: ================== c@213: c@213: This is mostly a bugfix and build-system update release. The principal c@213: new feature since the previous 1.7 release is the addition of some new c@213: parameters to the BeatTracker plugin. c@213: c@213: c@213: Build Dependencies c@213: ================== c@213: c@213: This code depends on the qm-dsp library: c@213: c@213: https://code.soundsoftware.ac.uk/projects/qm-dsp c@213: c@213: If you have cloned this code from the Mercurial repository hosted at c@213: SoundSoftware, you should have got qm-dsp as well as a subdirectory c@213: (as it is listed as a Mercurial subrepository). Otherwise, you should c@213: clone that repository inside the working copy of this one before c@213: building. c@213: c@213: c@213: Plugins Included c@213: ================ c@213: c@213: This plugin set includes the following plugins: c@213: c@213: * Note onset detector c@213: c@213: * Beat tracker and tempo estimator c@213: c@213: * Key estimator and tonal change detector c@213: c@213: * Adaptive multi-resolution FFT spectrogram c@213: c@213: * Polyphonic note transcription estimator c@213: c@213: * Segmenter, to divide a track into a consistent sequence of segments c@213: c@213: * Timbral and rhythmic similarity between audio tracks c@213: c@213: * Wavelet scalogram (discrete wavelet transform) c@213: c@213: * Chromagram, constant-Q spectrogram, and MFCC calculation plugins c@213: c@213: For full details about the plugins, with references, please see c@213: c@213: http://vamp-plugins.org/plugin-doc/qm-vamp-plugins.html c@213: c@213: c@213: License c@213: ======= c@213: c@213: These plugins are provided under the terms of the GNU General Public c@213: License. You may install and use the plugin binaries without fee for c@213: any purpose commercial or non-commercial. You may also modify and c@213: redistribute the plugins in source or binary form, provided you comply c@213: with the terms given by the GNU General Public License. See the file c@213: COPYING for more details. c@213: c@213: If you wish to use these plugins in a proprietary application or c@213: product for which the terms of the GPL are not appropriate, please c@213: contact the Centre for Digital Music at Queen Mary, University of c@213: London for further licensing terms. c@213: c@213: Copyright (c) 2006-2015 Queen Mary, University of London. c@213: c@213: c@213: To Install c@213: ========== c@213: c@213: Installation depends on your operating system and (on Windows) whether c@213: you are installing a 32- or 64-bit version of the plugin set. c@213: c@213: OS/X -> Copy qm-vamp-plugins.dylib, qm-vamp-plugins.cat and c@213: qm-vamp-plugins.n3 to $HOME/Library/Audio/Plug-Ins/Vamp/ c@213: or /Library/Audio/Plug-Ins/Vamp/ c@213: c@213: Linux -> Copy qm-vamp-plugins.so, qm-vamp-plugins.cat and c@213: qm-vamp-plugins.n3 to $HOME/vamp/ or /usr/local/lib/vamp/ c@213: or /usr/lib/vamp/ c@213: c@213: 32-bit Windows with 32-bit plugin set, or c@213: 64-bit Windows with 64-bit plugin set c@213: -> Copy qm-vamp-plugins.dll, qm-vamp-plugins.cat and c@213: qm-vamp-plugins.n3 to C:\Program Files\Vamp Plugins\ c@213: c@213: 64-bit Windows with 32-bit plugin set c@213: -> Copy qm-vamp-plugins.dll, qm-vamp-plugins.cat and c@213: qm-vamp-plugins.n3 to C:\Program Files\Vamp Plugins (x86)\ c@213: