change the logic for a capture buffer flush to disk when a locate is occuring
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Sep 2015 17:02:50 +0000 (13:02 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Sep 2015 17:02:58 +0000 (13:02 -0400)
commit71343e835aad84288d86f02fc5a3afdd4d1942d9
tree3db25596263803bdf215e0fa51bed8638cb78f84
parent7ff47ab80ef91849d79823c18a530ac717b2c53e
change the logic for a capture buffer flush to disk when a locate is occuring

We can't check for Session::actively_recording() because punch out may have disabled that. Rather
than add logic to check if a flush is needed (which is not much different than the code that runs
as part of the flush to disk), just do a flush anyway.
libs/ardour/session_transport.cc