# HG changeset patch # User Chris Cannam # Date 1402407923 -3600 # Node ID 39d67cc0e449349df990fc306832c681a5322452 # Parent e2e6342c715ede5aedb79800d9d69714a202881b Categories, makers diff -r e2e6342c715e -r 39d67cc0e449 plugins/availability.n3 --- a/plugins/availability.n3 Tue Jun 10 09:11:31 2014 +0100 +++ b/plugins/availability.n3 Tue Jun 10 14:45:23 2014 +0100 @@ -14,6 +14,7 @@ vamp:has_binary "linux64" ; vamp:has_binary "win32" ; vamp:has_source "true" ; - doap:download-page - . - + doap:download-page ; + foaf:maker [ + foaf:logo + ] . diff -r e2e6342c715e -r 39d67cc0e449 plugins/qm-vamp-plugins.n3 --- a/plugins/qm-vamp-plugins.n3 Tue Jun 10 09:11:31 2014 +0100 +++ b/plugins/qm-vamp-plugins.n3 Tue Jun 10 14:45:23 2014 +0100 @@ -7,6 +7,7 @@ @prefix af: . @prefix foaf: . @prefix cc: . +@prefix doap: . @prefix : <#> . <> a vamp:PluginDescription ; @@ -15,8 +16,7 @@ :maker foaf:name "Queen Mary, University of London" ; - foaf:page ; - foaf:logo . + foaf:page . plugbase:library a vamp:PluginLibrary ; vamp:identifier "qm-vamp-plugins" ; @@ -36,13 +36,15 @@ vamp:available_plugin plugbase:qm-tonalchange ; vamp:available_plugin plugbase:qm-transcription ; foaf:page ; + doap:download-page ; . plugbase:qm-adaptivespectrogram a vamp:Plugin ; dc:title "Adaptive Spectrogram" ; vamp:name "Adaptive Spectrogram" ; + vamp:category "Visualisation" ; dc:description """Produce an adaptive spectrogram by adaptive selection from spectrograms at multiple resolutions""" ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Wen Xue and Chris Cannam. Copyright (c) 2009 Wen Xue and QMUL - All Rights Reserved""" ; vamp:identifier "qm-adaptivespectrogram" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -110,8 +112,9 @@ plugbase:qm-barbeattracker a vamp:Plugin ; dc:title "Bar and Beat Tracker" ; vamp:name "Bar and Beat Tracker" ; + vamp:category "Time > Tempo" ; dc:description """Estimate bar and beat locations""" ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Matthew Davies, Christian Landone and Chris Cannam. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-barbeattracker" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -183,9 +186,10 @@ plugbase:qm-chromagram a vamp:Plugin ; dc:title "Chromagram" ; vamp:name "Chromagram" ; + vamp:category "Visualisation" ; dc:description """Extract a series of tonal chroma vectors from the audio""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Chris Cannam and Christian Landone. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-chromagram" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -281,9 +285,10 @@ plugbase:qm-constantq a vamp:Plugin ; dc:title "Constant-Q Spectrogram" ; vamp:name "Constant-Q Spectrogram" ; + vamp:category "Visualisation" ; dc:description """Extract a spectrogram with constant ratio of centre frequency to resolution from the input audio""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Chris Cannam and Christian Landone. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-constantq" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -365,8 +370,9 @@ plugbase:qm-dwt a vamp:Plugin ; dc:title "Discrete Wavelet Transform" ; vamp:name "Discrete Wavelet Transform" ; + vamp:category "Visualisation" ; dc:description """Visualisation by scalogram""" ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Thomas Wilmering. Copyright (c) 2009 Thomas Wilmering and QMUL - All Rights Reserved""" ; vamp:identifier "qm-dwt" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -435,9 +441,10 @@ plugbase:qm-keydetector a vamp:Plugin ; dc:title "Key Detector" ; vamp:name "Key Detector" ; + vamp:category "Key and Tonality" ; dc:description """Estimate the key of the music""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Katy Noland and Christian Landone. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-keydetector" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -541,9 +548,10 @@ plugbase:qm-mfcc a vamp:Plugin ; dc:title "Mel-Frequency Cepstral Coefficients" ; vamp:name "Mel-Frequency Cepstral Coefficients" ; + vamp:category "Low Level Features" ; dc:description """Calculate a series of MFCC vectors from the audio""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Nicolas Chetry and Chris Cannam. Copyright (c) 2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-mfcc" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -617,9 +625,10 @@ plugbase:qm-onsetdetector a vamp:Plugin ; dc:title "Note Onset Detector" ; vamp:name "Note Onset Detector" ; + vamp:category "Time > Onsets" ; dc:description """Estimate individual note onset positions""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Christian Landone, Chris Duxbury and Juan Pablo Bello. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-onsetdetector" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -705,9 +714,10 @@ plugbase:qm-segmenter a vamp:Plugin ; dc:title "Segmenter" ; vamp:name "Segmenter" ; + vamp:category "Classification" ; dc:description """Divide the track into a sequence of consistent segments""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Mark Levy. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-segmenter" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -773,9 +783,10 @@ plugbase:qm-similarity a vamp:Plugin ; dc:title "Similarity" ; vamp:name "Similarity" ; + vamp:category "Classification" ; dc:description """Return a distance matrix for similarity between the input audio channels""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Mark Levy, Kurt Jacobson and Chris Cannam. Copyright (c) 2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-similarity" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -877,9 +888,10 @@ plugbase:qm-tempotracker a vamp:Plugin ; dc:title "Tempo and Beat Tracker" ; vamp:name "Tempo and Beat Tracker" ; + vamp:category "Time > Tempo" ; dc:description """Estimate beat locations and tempo""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Christian Landone and Matthew Davies. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-tempotracker" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -965,9 +977,10 @@ plugbase:qm-tonalchange a vamp:Plugin ; dc:title "Tonal Change" ; vamp:name "Tonal Change" ; + vamp:category "Key and Tonality" ; dc:description """Detect and return the positions of harmonic changes such as chord boundaries""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Martin Gasser and Christopher Harte. Copyright (c) 2006-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-tonalchange" ; vamp:vamp_API_version vamp:api_version_2 ; @@ -1066,9 +1079,10 @@ plugbase:qm-transcription a vamp:Plugin ; dc:title "Polyphonic Transcription" ; vamp:name "Polyphonic Transcription" ; + vamp:category "Notes" ; dc:description """Transcribe the input audio to estimated notes""" ; foaf:page ; - foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """Plugin by Dr. Ruohua Zhou. Copyright (c) 2008-2009 QMUL - All Rights Reserved""" ; vamp:identifier "qm-transcription" ; vamp:vamp_API_version vamp:api_version_2 ;