Mirror of Ardour Source Code
Find a file
Paul Davis 15c6a0eb0e expand SessionEvent API to allow ::clear_events() to work correctly.
clear_events() must run in realtime context, which is likely to be asynchronous
with respect to the thread that calls it. So allow caller to pass in a functor
that will be executed (also in realtime context) after the clear is done.

Additionally, allow for a cross-thread callback to the event loop/thread which
initiated/allocated the clear event request so that it can flush its own pending
loop. This part probably isn't necessary but doesn't hurt and is a useful model.
The event would be placed back in the free list at the next event allocation
by the calling thread anyway.
2015-02-05 16:21:08 -05:00
doc
export [Summary] Adding the export format specs specially for TRACKS 2015-01-27 12:23:11 +02:00
gtk2_ardour [Summary] Fixing a number of bugs, which are “wrong selection of Markers” 2015-02-05 19:39:45 +02:00
headless
icons
libs expand SessionEvent API to allow ::clear_events() to work correctly. 2015-02-05 16:21:08 -05:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3
MSVCMixbus3
patches
patchfiles
PRD-n-SRS
templates
tools [Summary]: associate icons with *.ardour file in bundle file (mac installer) 2015-02-05 17:06:11 +02:00
vst
.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
patch.diff
README
system_config [Summary] Implemented menu items for playhead modes, related actions, set priorities and default values 2015-02-04 17:44:01 +02:00
test.commit.txt
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