diff Makefile @ 43:131801714118 matthiasm-plugin

* HMM implementation for chord recognition
author matthiasm
date Mon, 25 Oct 2010 00:52:39 +0900
parents cf8898a0174c
children 976833b7a463
line wrap: on
line diff
--- a/Makefile	Sun Oct 24 20:43:11 2010 +0900
+++ b/Makefile	Mon Oct 25 00:52:39 2010 +0900
@@ -2,7 +2,7 @@
 
 # Edit this to list one .o file for each .cpp file in your plugin project
 #
-PLUGIN_CODE_OBJECTS = NNLSBase.o NNLSChroma.o Chordino.o Tuning.o plugins.o nnls.o chromamethods.o
+PLUGIN_CODE_OBJECTS = NNLSBase.o NNLSChroma.o Chordino.o Tuning.o plugins.o nnls.o chromamethods.o viterbi.o
 
 # Edit this to the location of the Vamp plugin SDK, relative to your
 # project directory
@@ -41,3 +41,4 @@
 chromamethods.o: nnls.h
 NNLSChroma.o: NNLSBase.h
 Tuning.o: NNLSBase.h
+viterbi.o: viterbi.h