Mercurial > hg > vamp-plugin-sdk
diff 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 | 
line wrap: on
 line diff
--- a/Makefile Mon Oct 09 12:45:14 2006 +0000 +++ b/Makefile Wed Oct 11 11:39:02 2006 +0000 @@ -83,11 +83,13 @@ PLUGIN_HEADERS = \ $(EXAMPLEDIR)/SpectralCentroid.h \ $(EXAMPLEDIR)/PercussionOnsetDetector.h \ + $(EXAMPLEDIR)/AmplitudeFollower.h \ $(EXAMPLEDIR)/ZeroCrossing.h PLUGIN_OBJECTS = \ $(EXAMPLEDIR)/SpectralCentroid.o \ $(EXAMPLEDIR)/PercussionOnsetDetector.o \ + $(EXAMPLEDIR)/AmplitudeFollower.o \ $(EXAMPLEDIR)/ZeroCrossing.o \ $(EXAMPLEDIR)/plugins.o
