34e12a5d78e2a89f0909a730387181caf409dde3
Previously the current iterator bbt was moved to p->bbt(). From then on, no grid line is reached if the point p is not on a bar and mod_bar != 0 or the point is not on an expected beat_div. e.g. when using bbt += mod_bar, and a tempo-change is at 5|2|0. iterations continues 6|2|0 7|2|0 is_bar() is always false and no more grid-lines were added. Rather than trying bbt = round-up-to-next-grid-mod-div and then finding the metric for that position, this approach only does the latter using the already incremented BBT position.
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%