13
0
Go to file
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
cfgtool ..but make cfgtool portable 2015-03-23 12:34:07 +01:00
doc
export
gtk2_ardour increase contrast of control buttons, fixes #6146 2015-03-30 09:19:00 -05:00
headless
icons
libs hack AudioAnalyzer for VAMP Onsetdetect 2015-03-30 09:19:00 -05:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3 Fix some build anomalies between PROGRAM_NAME and PROGRAM_VERSION 2015-03-13 17:40:53 +00:00
MSVCMixbus3
MSVCvst_scan Fix some build anomalies between PROGRAM_NAME and PROGRAM_VERSION 2015-03-13 17:40:53 +00:00
patches
patchfiles
templates
tools fix 4.X windows packaging 2015-03-23 20:46:59 +01:00
vst
.dir-locals.el
.gitignore
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl
PACKAGER_README
README
system_config update system_config 2015-03-22 23:20:55 +01:00
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript small tool to dump default config. 2015-03-22 22:15:37 +01:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html