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
ardour tentative fix for a crash that occurs when switching backends. 2016-07-20 23:26:50 -04:00
ardouralsautil
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
clearlooks-older
evoral enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
fst
gtkmm2ext minor safety fix for the Pane 2016-07-20 10:48:07 -04:00
libltc
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
surfaces OSC: comp mode control text needs to be changed by signal too. 2016-07-20 08:59:06 -07:00
timecode
vamp-plugins
vfork