Fix rec-box w/count-in
authorRobin Gareus <robin@gareus.org>
Thu, 8 Jun 2017 11:33:35 +0000 (13:33 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 8 Jun 2017 11:34:23 +0000 (13:34 +0200)
commitb57b1de49128c918a7d322be953db979ea687751
tree262344e3ecdf9534930e2ca5a35a8eefbe0f869e
parent104bebe1bda64b6f1e6ea4a4fe8220d0fa6dfc76
Fix rec-box w/count-in

Since 478f26b2ad, transport_rolling() is only true when actually rolling.
Count-in is a no-roll process (don't move playhead, no playhead UI
position interpolation 55b8b448).

But transport isn't exactly stopped either (preparing to roll), so
during count-in transport_stopped() == transport_rolling() == false.
gtk2_ardour/audio_streamview.cc
gtk2_ardour/midi_streamview.cc