# HG changeset patch # User Chris Cannam # Date 1564570930 -3600 # Node ID 53e404f968eb600e4c3842b61b0e57a7150d8133 # Parent 7e8238d784142ec2288e9747d711434e38f447be Update to latest Segmentino release diff -r 7e8238d78414 -r 53e404f968eb structural_segmentation/segmentino/segmentino.cat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/structural_segmentation/segmentino/segmentino.cat Wed Jul 31 12:02:10 2019 +0100 @@ -0,0 +1,1 @@ +vamp:segmentino:segmentino::Classification diff -r 7e8238d78414 -r 53e404f968eb structural_segmentation/segmentino/segmentino.n3 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/structural_segmentation/segmentino/segmentino.n3 Wed Jul 31 12:02:10 2019 +0100 @@ -0,0 +1,69 @@ +@prefix rdfs: . +@prefix xsd: . +@prefix vamp: . +@prefix plugbase: . +@prefix owl: . +@prefix dc: . +@prefix af: . +@prefix foaf: . +@prefix cc: . +@prefix doap: . +@prefix : <#> . + +<> a vamp:PluginDescription ; + foaf:maker ; + foaf:primaryTopic . + +:maker + foaf:name "Queen Mary, University of London" ; + foaf:logo ; + foaf:page . + +:segmentino a vamp:PluginLibrary ; + vamp:identifier "segmentino" ; + vamp:available_plugin plugbase:segmentino ; + foaf:page ; + foaf:maker :maker ; + dc:title "Segmentino" ; + dc:description """Plugin for automatic music structural segmentation""" ; + doap:download-page ; + vamp:has_source true ; + vamp:has_binary "linux32" ; + vamp:has_binary "linux64" ; + vamp:has_binary "win32" ; + vamp:has_binary "osx" + . + +plugbase:segmentino a vamp:Plugin ; + dc:title "Segmentino" ; + vamp:name "Segmentino" ; + vamp:category "Classification" ; + dc:description """Estimate contiguous segments pertaining to song parts such as verse and chorus.""" ; + foaf:maker [ foaf:name "Queen Mary, University of London" ] ; # FIXME could give plugin author's URI here + dc:rights """Plugin by Matthew Davies, Christian Landone, Chris Cannam, Matthias Mauch and Massimiliano Zanoni Copyright (c) 2006-2013 QMUL - Affero GPL""" ; +# cc:license ; + vamp:identifier "segmentino" ; + vamp:vamp_API_version vamp:api_version_2 ; + owl:versionInfo "2" ; + vamp:input_domain vamp:TimeDomain ; + vamp:output plugbase:segmentino_output_segmentation ; + . +plugbase:segmentino_output_segmentation a vamp:SparseOutput ; + vamp:identifier "segmentation" ; + dc:title "Segmentation" ; + dc:description """Segmentation""" ; + vamp:fixed_bin_count "true" ; + vamp:unit "segment-type" ; + a vamp:QuantizedOutput ; + vamp:quantize_step 1 ; + a vamp:KnownExtentsOutput ; + vamp:min_value 1 ; + vamp:max_value 5 ; + vamp:bin_count 1 ; + vamp:sample_type vamp:VariableSampleRate ; + vamp:sample_rate 86.1326 ; +# vamp:computes_event_type ; +# vamp:computes_feature ; +# vamp:computes_signal_type ; + . + diff -r 7e8238d78414 -r 53e404f968eb structural_segmentation/segmentino/segmentino.so Binary file structural_segmentation/segmentino/segmentino.so has changed diff -r 7e8238d78414 -r 53e404f968eb vamp-plugins_abstract/qmvamp-mirex2019.tex --- a/vamp-plugins_abstract/qmvamp-mirex2019.tex Wed Jul 31 11:30:31 2019 +0100 +++ b/vamp-plugins_abstract/qmvamp-mirex2019.tex Wed Jul 31 12:02:10 2019 +0100 @@ -344,8 +344,9 @@ certain length; corresponding segments have the same length in beats. -Segmentino plugin was written by Matthias Mauch and Massimiliano -Zanoni. +The Segmentino plugin was written by Matthias Mauch and Massimiliano +Zanoni. The version submitted this year has a small number of bug +fixes since last year's submission. \subsection{Audio Tempo Estimation}