Mercurial > hg > piper-vamp-js
view Makefile.example.em @ 34:0eafc96a039c
Add quick perf test that can be run under node instead of in-browser
author | Chris Cannam |
---|---|
date | Sun, 25 Sep 2016 09:47:56 +0100 |
parents | d63f2ade049b |
children | afaeb2258678 |
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