13
0
Go to file
Robin Gareus 71520c7432 Prevent crash at session-close when analysing.
The Analyser only holds a weak-pointer the the Source,
session-destruction frees the actual Source, which is fatal for any
ongoing audio analysis.


This fix simply waits for the current ongoing analysis to complete,
ideally TransientDetector::run, EBUr128Analysis::run, OnsetDetector::run
and AudioAnalyser::analyse could be interrupted.

Alternate option: cancel the Analyser::work thread (and re-create with
the every session).
2015-11-25 00:56:05 +01:00
cfgtool
doc
export
gtk2_ardour rough-in for faderport protocol backend 2015-11-24 14:18:14 -06:00
headless
icons
libs Prevent crash at session-close when analysing. 2015-11-25 00:56:05 +01:00
mcp add new (unfinished) device info file for FaderPort 2015-11-18 17:54:47 -05:00
midi_maps add Yamaha KX25 midi-map from Gerard Aberkrom 2015-11-20 11:37:42 +01:00
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
patches
patchfiles
templates
tools Implement translation of AppData file. 2015-11-22 15:32:07 +01:00
vst
.dir-locals.el
.gitignore git ignore appdata translation(s) 2015-11-23 22:52:47 +01:00
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
foo.cc
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl
PACKAGER_README
README
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript update configure time tests and code to use libsndfile 1.0.26's version of the R64 auto-downgrade-to-WAV code 2015-11-24 08:45:10 -05:00

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

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