9708987003251b96128a66d00a7db4b91f9bf91d
AutomationWatch::transport_state_change() is called at a time when transport has just started to roll, but may not yet be rolling (count-in, latency-preroll). Later, after pre-roll is complete and transport starts moving, AutomationWatch::transport_state_change() is not called again. Thus set_in_write_pass(true); is never called, and writing automation assumes that all changes happen while stopped. In 'write" mode, guard points are added for each change, when the transport is stopped. Before this change, this happened at periodic intervals even when rolling.
Please see the Ardour web site at http://ardour.org/ for all documentation..
For information on building ardour:
http://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%