Mercurial > hg > vamp-tempogram
comparison Makefile @ 25:fe23998968b4
* Added tempogram via autocorrelation feature, using AutocorrelationProcessor
* Moved calculateMax() from NoveltyCurveProcessor to SpectrogramProcessor
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Wed, 20 Aug 2014 16:00:37 +0100 |
parents | 12b952286959 |
children |
comparison
equal
deleted
inserted
replaced
24:957b83524c06 | 25:fe23998968b4 |
---|---|
19 # | 19 # |
20 PLUGIN_LIBRARY_NAME := tempogram | 20 PLUGIN_LIBRARY_NAME := tempogram |
21 | 21 |
22 # Edit this to list the .cpp or .c files in your plugin project | 22 # Edit this to list the .cpp or .c files in your plugin project |
23 # | 23 # |
24 PLUGIN_SOURCES := TempogramPlugin.cpp FIRFilter.cpp WindowFunction.cpp plugins.cpp NoveltyCurveProcessor.cpp SpectrogramProcessor.cpp | 24 PLUGIN_SOURCES := TempogramPlugin.cpp FIRFilter.cpp WindowFunction.cpp plugins.cpp NoveltyCurveProcessor.cpp SpectrogramProcessor.cpp AutocorrelationProcessor.cpp |
25 | 25 |
26 # Edit this to list the .h files in your plugin project | 26 # Edit this to list the .h files in your plugin project |
27 # | 27 # |
28 PLUGIN_HEADERS := TempogramPlugin.h FIRFilter.h WindowFunction.h NoveltyCurveProcessor.h SpectrogramProcessor.h | 28 PLUGIN_HEADERS := TempogramPlugin.h FIRFilter.h WindowFunction.h NoveltyCurveProcessor.h SpectrogramProcessor.h AutocorrelationProcessor.h |
29 | 29 |
30 # Edit this to the location of the Vamp plugin SDK, relative to your | 30 # Edit this to the location of the Vamp plugin SDK, relative to your |
31 # project directory | 31 # project directory |
32 # | 32 # |
33 #VAMP_SDK_DIR := ../../vamp-plugin-sdk | 33 #VAMP_SDK_DIR := ../../vamp-plugin-sdk |