373a73cb516e8b28b2aa23e4498d681699a84733
The fix here is really just dropping the use of _offset when computing the session position of a control point. This was just an arithmetical error. However, session_sample_position() was redundant and just caused more work, so this method was removed, and only ::session_position() is now used. In addition, several closely related places now use C++11 (or later) "auto" syntax for iterating over containers, for cleaner looking code
…
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%