The Flagship http://ardour.org
Go to file
Paul Davis 1a3b838dff fix problem with splash window on OS X: requesting a redraw of a hidden window doesn't result in an expose event being delivered.
The splash window was being hidden by default on OS X as soon as someone called Splash::pop_back_for(), because of window layering issues on OS X. But then
the next call to ::message() would not return because a recursive event loop was started that waits for the expose event, which never comes. So, (a) show the
window when ::message() is called AND (b) remove the recursive event loop because (b.1) we don't seem to need it (b.2) recursive event loops are generally evil.
2014-02-28 16:40:01 -05:00
doc
export
gtk2_ardour fix problem with splash window on OS X: requesting a redraw of a hidden window doesn't result in an expose event being delivered. 2014-02-28 16:40:01 -05:00
headless hardour does not yet support wine-builds 2014-02-24 23:57:29 +01:00
icons
libs fix typo in doc 2014-02-28 17:48:21 +01:00
mcp
midi_maps add new MIDI binding map for AKAI MPK61 (from Glen MacArthur) 2014-02-14 14:08:45 -05:00
msvc_extra_headers
patches
patchfiles
templates
tools
vst
.dir-locals.el
.gitignore ignore libcanvas version files 2014-02-19 23:29:35 -05:00
ardour_system_sae.rc
ardour_system.rc
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript prepare standalone VST scanner tool.. part one 2014-02-25 14:57:57 +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