ardour/libs/vamp-plugins
Robin Gareus ba78359129 prepare for update to waf 1.8
uselib is no longer implicit (inherited by .use). This is still incomplete,
some uselibs for non-linux variants may be missing.

bld.is_defined("HAVE_XXX") also no longer works and will have to be
changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-02-28 21:16:44 +01:00
..
AmplitudeFollower.cpp NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
AmplitudeFollower.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
ebu_r128_proc.cc specialize isfinite for MSVC compat 2016-02-28 12:07:00 +01:00
ebu_r128_proc.h add basic VAMP plugin for EBUr128 analysis 2015-11-03 19:21:32 +01:00
EBUr128.cpp use short-term ebur128 histogram 2016-02-11 02:22:54 +01:00
EBUr128.h add basic VAMP plugin for EBUr128 analysis 2015-11-03 19:21:32 +01:00
Onset.cpp
Onset.h
OnsetDetect.cpp fix Vamp Onset Detector. 2015-10-08 16:18:39 +02:00
OnsetDetect.h
PercussionOnsetDetector.cpp
PercussionOnsetDetector.h
plugins.cpp add dBTP Vamp plugin 2016-02-11 14:14:01 +01:00
SpectralCentroid.cpp
SpectralCentroid.h
TruePeak.cpp add an OOM check. 2016-02-20 20:47:13 +01:00
TruePeak.h add an OOM check. 2016-02-20 20:47:13 +01:00
wscript prepare for update to waf 1.8 2016-02-28 21:16:44 +01:00
ZeroCrossing.cpp
ZeroCrossing.h