Files
ardour/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
..
2016-07-17 17:04:35 +01:00
2015-12-17 20:22:02 +01:00
2016-07-20 10:48:07 -04:00
2016-07-19 20:33:36 +02:00