Allow listening to channels being exported (w/ realtime export)
authorRobin Gareus <robin@gareus.org>
Wed, 19 Jul 2017 20:05:32 +0000 (22:05 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 19 Jul 2017 20:15:22 +0000 (22:15 +0200)
commit9992ea10b35caacc2f061cd176d0dc3910eb7453
tree71eecc5d4b97940b478857938d0e14602f9a311f
parent1438086c6cdad872c138a84022dbd6d850ab424f
Allow listening to channels being exported (w/ realtime export)

It would be nice to change get_audio_buffer() to not set
AudioBuffer::_written to false (all but one other user of this API also
only get read-only data), but that requires chaning the rationale of the
underlying ::set_data() API.
libs/ardour/export_channel.cc