Fix thinko in 8139becb -- route split cycle
authorRobin Gareus <robin@gareus.org>
Sat, 30 Sep 2017 11:10:17 +0000 (13:10 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 30 Sep 2017 11:10:17 +0000 (13:10 +0200)
commit697d29cdc2a59c698d2771f1dbec9a726a123843
tree4c881401be9548227110b3f5974a57a5a958178e
parent61f8e53b7e88d961bffd1d8e3d4bb7cb5c7333cc
Fix thinko in 8139becb -- route split cycle

Individual Routes cannot split the process-cycle in no_roll(); roll()
by themselves. Each of the calls will flush output buffers (and offset
port-buffers). If a route feeds another route the inputs of the other
route will only see partial data.
libs/ardour/route.cc
libs/ardour/session_process.cc