13
0
Go to file
2012-05-14 17:18:48 +00:00
doc vague diagram on event loop/UI interactions 2012-04-24 17:15:37 +00:00
export
gtk2_ardour Remove errant bracket and maybe-errant comma. 2012-05-12 18:53:25 +00:00
icons
libs drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this). 2012-05-14 17:18:48 +00:00
manual
mcp revert SSL Nucleus device info to use builtin ipMIDI 2012-04-30 15:56:20 +00:00
midi_maps
patches Add shared_ptr debugging patch, as I keep losing it. 2012-04-19 21:54:00 +00:00
patchfiles add 44 MIDNAM files for various h/w synths, originally from digicake.com/midnams but cleaned and fixed up 2012-03-20 17:00:30 +00:00
templates
tools define ARDOUR_{MIDIMAPS,MCP}_PATH for bundles and for ./ardev and its cousins, so that we can find MIDI and Mackie support files 2012-05-08 15:25:57 +00:00
vst
.dir-locals.el
.gitignore Add a couple of things to .gitignore. 2012-04-18 22:27:49 +00:00
ardour_system_sae.rc
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
ardour.rc.in
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript disable installing a3 for now, so that people don't scratch their heads when it doesn't work 2012-05-11 13:01:59 +00:00

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

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