Download Latest Version PyMFS.py (9.2 kB)
Email in envelope

Get an email when there's a new version of RGU-MFS

Home
Name Modified Size InfoDownloads / Week
RGU-MFS 2013-10-15
README.txt 2013-10-15 2.3 kB
PyMFS.pyc 2013-10-11 10.6 kB
PyMFS.py 2013-10-11 9.2 kB
COPYING 2013-10-11 15.1 kB
Totals: 5 Items   37.3 kB 6
Vamp
====

An API for audio analysis and feature extraction plugins.

   http://www.vamp-plugins.org/

Vamp is an API for C and C++ plugins that process sampled audio data
to produce descriptive output (measurements or semantic observations).

VamPy
=====

A python wrapper for Vamp plugins.

http://www.vamp-plugins.org/vampy.html


Installation
============

To install the MFS plugin, copy the file PyMFS.py to the VAMP plugin directory. On windows this is

    C:\Program Files\Vamp Plugins

You should then be able to use the plugins from within a Vamp host,
such as Sonic Visualiser or the command-line host included with the SDK.


Authors
=======

This plugin was developed by Ben Horsburgh, and implements the texture representation
described in detail in 

Horsburgh, B., Craw, S. & Massie, S. (2012). Music-inspired texture representation, 
Proceedings of the National Conference on Artificial Intelligence (AAAI), pp. 52-58.
  
    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software and associated documentation
    files (the "Software"), to deal in the Software without
    restriction, including without limitation the rights to use, copy,
    modify, merge, publish, distribute, sublicense, and/or sell copies
    of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR
    ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    Except as contained in this notice, the names of the Robert Gordon
    University, IDEAS Research Institute, or Ben Horsburgh
    shall not be used in advertising or otherwise to promote the sale,
    use or other dealings in this Software without prior written
    authorization.

Source: README.txt, updated 2013-10-15