Skip to content

Commit

Permalink
Update MATCH code to include (but not yet use) subsequence plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jul 3, 2020
1 parent 4a8ad0a commit ffa96a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion match.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ SOURCES += \
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
Expand All @@ -54,11 +57,13 @@ HEADERS += \
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


2 changes: 1 addition & 1 deletion repoint-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"pin": "fd0ace21dce3"
},
"match": {
"pin": "4b272c839f7e"
"pin": "2f3ecf5d2651"
},
"constant-q-cpp": {
"pin": "7ac84048e3e43c433d88e12d221af15e50f41591"
Expand Down
3 changes: 2 additions & 1 deletion repoint-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"match": {
"vcs": "hg",
"service": "soundsoftware",
"repository": "match-vamp"
"repository": "match-vamp",
"branch": "subsequence"
},
"constant-q-cpp": {
"vcs": "git",
Expand Down

0 comments on commit ffa96a3

Please sign in to comment.