Mercurial > hg > nnls-chroma
comparison 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 |
comparison
equal
deleted
inserted
replaced
42:d01f94d58ef0 | 43:131801714118 |
---|---|
1 PLUGIN_LIBRARY_NAME = matthiasm | 1 PLUGIN_LIBRARY_NAME = matthiasm |
2 | 2 |
3 # Edit this to list one .o file for each .cpp file in your plugin project | 3 # Edit this to list one .o file for each .cpp file in your plugin project |
4 # | 4 # |
5 PLUGIN_CODE_OBJECTS = NNLSBase.o NNLSChroma.o Chordino.o Tuning.o plugins.o nnls.o chromamethods.o | 5 PLUGIN_CODE_OBJECTS = NNLSBase.o NNLSChroma.o Chordino.o Tuning.o plugins.o nnls.o chromamethods.o viterbi.o |
6 | 6 |
7 # Edit this to the location of the Vamp plugin SDK, relative to your | 7 # Edit this to the location of the Vamp plugin SDK, relative to your |
8 # project directory | 8 # project directory |
9 # | 9 # |
10 VAMP_SDK_DIR = ../vamp-plugin-sdk | 10 VAMP_SDK_DIR = ../vamp-plugin-sdk |
39 Tuning.o: Tuning.h NNLSBase.h chromamethods.h nnls.h | 39 Tuning.o: Tuning.h NNLSBase.h chromamethods.h nnls.h |
40 Chordino.o: NNLSBase.h | 40 Chordino.o: NNLSBase.h |
41 chromamethods.o: nnls.h | 41 chromamethods.o: nnls.h |
42 NNLSChroma.o: NNLSBase.h | 42 NNLSChroma.o: NNLSBase.h |
43 Tuning.o: NNLSBase.h | 43 Tuning.o: NNLSBase.h |
44 viterbi.o: viterbi.h |