Mirror of Ardour Source Code
Find a file
Robin Gareus 17d782829e flush pending Session Events at session close
This prevents a memory leak: The session is closed.
The session-butler drops memory pool trash. The Engine keeps running.

Once the AudioEngine is taken down (sample-rate switch, or at exit),
the backend process-thread is terminated but there is no trash-can anymore.

If there are unprocessed SessionEvents, this calls
free_per_thread_pool() -> cp->parent()->add_to_trash (cp).
"parent()" in this case the trash-can the butler emptied.
2016-04-28 21:37:18 +02:00
cfgtool
doc remove and ignore intermediate generated documentation files 2016-04-12 13:55:09 +02:00
export
gtk2_ardour for mixed-i/o show HW ports of both types in the matrix 2016-04-28 02:52:16 +02:00
headless
icons
libs flush pending Session Events at session close 2016-04-28 21:37:18 +02:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3 When building with MSVC don't attempt to link to the 'old' lua libs (i.e. the static libraries) 2016-04-05 12:25:24 +01:00
MSVCMixbus3
MSVCvst_scan Modify our MSVC projects to build liblua as a DLL rather than a static lib 2016-04-04 16:40:20 +01:00
patches
patchfiles
scripts lua snippet to interact with portengine 2016-04-26 18:16:14 +02:00
session_utils
templates
tools deploy all *.colors files in binary bundles 2016-04-26 22:42:28 +02:00
vst
.dir-locals.el
.gitignore remove and ignore intermediate generated documentation files 2016-04-12 13:55:09 +02: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

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

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