13
0
livetrax/libs
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
..
appleutility replicate the remove-all-trailing whitespace commit(s) in master 2016-02-22 15:31:24 -05:00
ardour tentative fix for a crash that occurs when switching backends. 2016-07-20 23:26:50 -04:00
ardouralsautil prepare for update to waf 1.8 2016-02-28 21:16:44 +01:00
audiographer fix build of test suite 2016-07-17 17:04:35 +01:00
backends enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
canvas Remove 'i18n.h' from some VC projects where it's no longer needed 2016-07-18 09:41:46 +01:00
clearlooks-newer Accommodate the fact that 'msvc_resources.rc.in' got moved to a new path 2016-05-21 10:33:18 +01:00
clearlooks-older NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
evoral enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
fst more hot wine. 2015-12-17 20:22:02 +01:00
gtkmm2ext minor safety fix for the Pane 2016-07-20 10:48:07 -04:00
libltc update libltc to v1.1.4-4-gb034a23 (endianess issue) 2015-09-09 16:54:26 +02:00
lua rework lua-bridge C++ variable references 2016-07-18 23:52:40 +02:00
midi++2 Enable build for FreeBSD (part 1/2) 2016-06-26 16:43:07 +02:00
panners enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
pbd add missing header include 2016-07-19 20:33:36 +02:00
plugins a-Delay: Smooth transition on LPF changes and set max feedback 100 2016-07-20 21:17:51 +10:00
ptformat Enable build for FreeBSD (part 1/2) 2016-06-26 16:43:07 +02:00
qm-dsp fix Vamp Onset Detector. 2015-10-08 16:18:39 +02:00
surfaces OSC: comp mode control text needs to be changed by signal too. 2016-07-20 08:59:06 -07:00
timecode Accommodate the fact that 'msvc_resources.rc.in' got moved to a new path 2016-05-21 10:33:18 +01:00
vamp-plugins remove misspelled unused define 2016-05-23 02:29:55 +02:00
vfork silence clang analyzer: Memory Error, Memory leak 2016-02-28 13:12:40 +01:00