ardour - the digital audio workstation (LADI project modifications). Upstream https://ardour.org/
Go to file
Paul Davis 78296d2c18 tentative fix for a crash that occurs when switching backends.
Session::process() returns early with Session::_silent set to true. AudioBuffer::set_data()
was never set for (at least) the LTC output port. PortManager::cycle_end() calls
AudioBuffer::silence() which used to assume that get_buffer() must have been called. But it
was not, because that should have happened in Session::process().

So check AudioBuffer::data() and call get_buffer() if required.
2016-07-20 23:26:50 -04:00
MSVCMixbus3
MSVCardour3 Remove 'i18n.h' from some VC projects where it's no longer needed 2016-07-18 09:41:46 +01:00
MSVCvst_scan
cfgtool
doc
export
gtk2_ardour remove debug noise 2016-07-20 16:33:40 -04:00
headless
libs tentative fix for a crash that occurs when switching backends. 2016-07-20 23:26:50 -04:00
mcp
midi_maps
msvc_extra_headers
patches
patchfiles
scripts enforce range of HP/LP 2016-07-19 19:26:05 +02:00
session_utils Normalize API rename part 2 2016-07-18 17:37:13 +02:00
templates
tools correctly package color theme files for both linux and OS X 2016-07-18 11:50:38 -04:00
vst
.dir-locals.el
.gitattributes
.gitignore
COPYING
Makefile
PACKAGER_README
README
TRANSLATORS
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
foo.cc
instant.xml
instant.xml.sae
msvc32-fixup.pl
system_config
testfile.flac
testfile.ogg
waf
wscript

README

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

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