changeset 453:a083b53c85d6

Update MATCH code to include (but not yet use) subsequence plugin
author Chris Cannam
date Fri, 03 Jul 2020 17:38:25 +0100
parents 0958b5c2b0bf
children 1039347779f6
files match.pro repoint-lock.json repoint-project.json
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/match.pro	Thu Jul 02 15:38:37 2020 +0100
+++ b/match.pro	Fri Jul 03 17:38:25 2020 +0100
@@ -40,11 +40,14 @@
     match/src/FeatureConditioner.cpp \
     match/src/FeatureExtractor.cpp \
     match/src/Finder.cpp \
+    match/src/FullDTW.cpp \
     match/src/Matcher.cpp \
     match/src/MatchFeatureFeeder.cpp \
     match/src/MatchPipeline.cpp \
     match/src/MatchVampPlugin.cpp \
     match/src/Path.cpp \
+    match/src/SubsequenceMatchVampPlugin.cpp \
+    match/src/libmain.cpp \
     vamp-plugin-sdk/src/vamp-sdk/FFT.cpp \
     vamp-plugin-sdk/src/vamp-sdk/PluginAdapter.cpp \
     vamp-plugin-sdk/src/vamp-sdk/RealTime.cpp
@@ -54,11 +57,13 @@
     match/src/FeatureConditioner.h \
     match/src/FeatureExtractor.h \
     match/src/Finder.h \
+    match/src/FullDTW.h \
     match/src/Matcher.h \
     match/src/MatchFeatureFeeder.h \
     match/src/MatchPipeline.h \
     match/src/MatchTypes.h \
     match/src/MatchVampPlugin.h \
-    match/src/Path.h
+    match/src/Path.h \
+    match/src/SubsequenceMatchVampPlugin.h
 
 
--- a/repoint-lock.json	Thu Jul 02 15:38:37 2020 +0100
+++ b/repoint-lock.json	Fri Jul 03 17:38:25 2020 +0100
@@ -49,7 +49,7 @@
       "pin": "fd0ace21dce3"
     },
     "match": {
-      "pin": "4b272c839f7e"
+      "pin": "2f3ecf5d2651"
     },
     "constant-q-cpp": {
       "pin": "7ac84048e3e43c433d88e12d221af15e50f41591"
--- a/repoint-project.json	Thu Jul 02 15:38:37 2020 +0100
+++ b/repoint-project.json	Fri Jul 03 17:38:25 2020 +0100
@@ -88,7 +88,8 @@
         "match": {
             "vcs": "hg",
 	    "service": "soundsoftware",
-            "repository": "match-vamp"
+            "repository": "match-vamp",
+            "branch": "subsequence"
         },
         "constant-q-cpp": {
             "vcs": "git",