comparison Makefile @ 41:31cd55174467

* Add Dan Stowell's simple implementation of the SuperCollider amplitude follower method
author cannam
date Wed, 11 Oct 2006 11:39:02 +0000
parents 154f86cb8c99
children 2858c897d90f
comparison
equal deleted inserted replaced
40:ae3e47e76d2d 41:31cd55174467
81 $(SDKDIR)/libvamp-sdk.la 81 $(SDKDIR)/libvamp-sdk.la
82 82
83 PLUGIN_HEADERS = \ 83 PLUGIN_HEADERS = \
84 $(EXAMPLEDIR)/SpectralCentroid.h \ 84 $(EXAMPLEDIR)/SpectralCentroid.h \
85 $(EXAMPLEDIR)/PercussionOnsetDetector.h \ 85 $(EXAMPLEDIR)/PercussionOnsetDetector.h \
86 $(EXAMPLEDIR)/AmplitudeFollower.h \
86 $(EXAMPLEDIR)/ZeroCrossing.h 87 $(EXAMPLEDIR)/ZeroCrossing.h
87 88
88 PLUGIN_OBJECTS = \ 89 PLUGIN_OBJECTS = \
89 $(EXAMPLEDIR)/SpectralCentroid.o \ 90 $(EXAMPLEDIR)/SpectralCentroid.o \
90 $(EXAMPLEDIR)/PercussionOnsetDetector.o \ 91 $(EXAMPLEDIR)/PercussionOnsetDetector.o \
92 $(EXAMPLEDIR)/AmplitudeFollower.o \
91 $(EXAMPLEDIR)/ZeroCrossing.o \ 93 $(EXAMPLEDIR)/ZeroCrossing.o \
92 $(EXAMPLEDIR)/plugins.o 94 $(EXAMPLEDIR)/plugins.o
93 95
94 PLUGIN_TARGET = \ 96 PLUGIN_TARGET = \
95 $(EXAMPLEDIR)/vamp-example-plugins$(PLUGIN_EXT) 97 $(EXAMPLEDIR)/vamp-example-plugins$(PLUGIN_EXT)