13
0
Go to file
Robin Gareus fe85575a12 fix “no per-thread pool” abort
For some backends the process thread can change (e.g.
switch coreaudio headphone + internal speakers)

If there are existing x-thread event calls this can lead to
the following situation:

1) SessionEvent::operator new
2) audioengine process thread change
3) SessionEvent::operator delete  -> crash, wrong thread

SessionEvent::operator delete can safely push the event back to
the pool for later cleanup..
2015-03-11 00:25:10 +01:00
doc
export
gtk2_ardour Groups created from the (edit,mix) windows should share the same default properties. 2015-03-10 15:58:01 -05:00
headless
icons
libs fix “no per-thread pool” abort 2015-03-11 00:25:10 +01:00
mcp
midi_maps
msvc_extra_headers When building with MSVC add a couple of new pragmas to cut down on the most frequent compiler warnings, namely:- 2015-02-13 11:37:00 +00:00
MSVCardour3 Adapt our MSVC projects to use our (newly re-built) libsuil 2015-03-03 14:51:59 +00:00
MSVCMixbus3
MSVCvst_scan
patches
patchfiles
templates
tools windows package: pick up major version 2015-03-10 11:36:03 +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
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript fix OSX/Clang optimized builds 2015-03-10 14:32:06 +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