Mercurial > hg > piper-vamp-js
view Makefile.example.em @ 113:00221fb5b9d2
Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 11 Oct 2016 14:37:12 +0100 |
parents | 604244038b81 |
children | bab85491f6e1 |
line wrap: on
line source
MODULE_NAME := VampExamplePlugins EXAMPLE_DIR := ../vamp-plugin-sdk/examples PLUGIN_SOURCES := \ $(EXAMPLE_DIR)/ZeroCrossing.cpp \ $(EXAMPLE_DIR)/SpectralCentroid.cpp \ $(EXAMPLE_DIR)/PercussionOnsetDetector.cpp \ $(EXAMPLE_DIR)/FixedTempoEstimator.cpp \ $(EXAMPLE_DIR)/AmplitudeFollower.cpp \ $(EXAMPLE_DIR)/PowerSpectrum.cpp MODULE_SOURCE := example.cpp include Makefile.inc.em