Mercurial > hg > vamp-tempogram
comparison Makefile @ 14:c11367df624d
* Renamed NoveltyCurve.* and Spectrogram.* to $(Name)Processor.*
* Aligned novelty curve with audio - when performing FIRFilter::process(params), take inputLength after group delay.
* Removed trail of Spectrogram.
* General tidying!
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Thu, 14 Aug 2014 10:31:49 +0100 |
parents | 17a260410116 |
children | de7213b35755 |
comparison
equal
deleted
inserted
replaced
13:7680cc4c0073 | 14:c11367df624d |
---|---|
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 := Tempogram.cpp FIRFilter.cpp WindowFunction.cpp plugins.cpp NoveltyCurve.cpp Spectrogram.cpp | 24 PLUGIN_SOURCES := TempogramPlugin.cpp FIRFilter.cpp WindowFunction.cpp plugins.cpp NoveltyCurveProcessor.cpp SpectrogramProcessor.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 := Tempogram.h FIRFilter.h WindowFunction.h NoveltyCurve.h Spectrogram.h | 28 PLUGIN_HEADERS := TempogramPlugin.h FIRFilter.h WindowFunction.h NoveltyCurveProcessor.h SpectrogramProcessor.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 |