13
0
Go to file
Robin Gareus 7aa85887da more inter-thread progress fixes; slight change of semantics:
Background thread now *must* set "done" as last step. (they already do
since various error conditions don't result in "done")

This fixes a race: background thread Session::write_one_track() sets "done"
to true. Editor::freeze_route () continues, sets current_interthread_info
to NULL. thread continues and tries to set current_interthread_info.done
before terminating -> Crash.

This also ensures that singleton threads created with
"pthread_create_and_store" remain unique.
2016-05-24 03:33:08 +02:00
cfgtool
doc
export
gtk2_ardour cont'd work & fix bug introduced in 03660573e 2016-05-24 03:33:02 +02:00
headless
libs more inter-thread progress fixes; slight change of semantics: 2016-05-24 03:33:08 +02:00
mcp
midi_maps
msvc_extra_headers MSVC won't compile 'const float _demolition[]' because it uses 'divide by zero' while initializing 2016-05-03 17:30:58 +01:00
MSVCardour3 When copying the PNG files from 'gtk2_ardour/resources', copy them to '$(TargetFolder/resources' rather than '$(TargetFolder/icons' 2016-05-21 12:37:35 +01:00
MSVCMixbus3
MSVCvst_scan
patches
patchfiles
scripts lua script to remove all unknown processors 2016-05-23 22:27:09 +02:00
session_utils
templates
tools vamp API/ABI uses gcc4/5 specific C++ :( 2016-05-24 00:02:53 +02:00
vst
.dir-locals.el
.gitignore
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 Accommodate the fact that 'msvc_resources.rc.in' got moved to a new path 2016-05-21 10:33:18 +01:00
PACKAGER_README
README
system_config
testfile.flac
testfile.ogg
TRANSLATORS Update TRANSLATORS docs to advertize Git-oriented patch submission workflow 2016-05-17 00:07:33 +02:00
waf
wscript clean up configure output 2016-05-16 20:05:08 +02:00

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

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