13
0
livetrax/libs
Robin Gareus 6888436416 hack AudioAnalyzer for VAMP Onsetdetect
This works around a bug in OnsetDetector.
It requests a buffer of 1114 samples but later FFT
bails out if the buffer size is not a power-of-two.
Also large buffersizes fail.

Work-around: use ADAPT_ALL_SAFE (no buffersize
adapter), use a reasonably small buffersize.
The current settings work, even though it produces
the following warnings (vamp-plugins/OnsetDetect.cpp)

WARNING: OnsetDetector::initialise: Possibly sub-optimal step size for this sample rate: 512 (wanted 557)
WARNING: OnsetDetector::initialise: Possibly sub-optimal block size for this sample rate: 1024 (wanted 1114)

This commit should be reverted once VAMP/QM/aubio
is updated/fixed.
2015-03-30 09:19:00 -05:00
..
appleutility
ardour hack AudioAnalyzer for VAMP Onsetdetect 2015-03-30 09:19:00 -05:00
ardouralsautil
audiographer fix #6208, negative broadcast timestamps 2015-03-22 16:12:40 +01:00
backends Backend - change midi optons string. 2015-03-30 09:18:59 -05:00
canvas For the canvas library, #include 'gtkmm2ext/gui_thread.h' rather than 'gtk2_ardour/gui_thread.h' 2015-03-30 09:19:00 -05:00
clearlooks-newer
clearlooks-older
evoral Follow MIDI control values with automation faders. 2015-03-26 00:47:34 -04:00
fst
gtkmm2ext update German Translation #6213 2015-03-30 09:18:59 -05:00
libltc
midi++2
panners
pbd
plugins/reasonablesynth.lv2
qm-dsp
surfaces
timecode
vamp-plugins
vfork