Robin Gareus
34e12a5d78
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. |
||
---|---|---|
doc | ||
gtk2_ardour | ||
headless | ||
libs | ||
luasession | ||
msvc_extra_headers | ||
MSVCardour3 | ||
MSVCMixbus3 | ||
MSVCvst_scan | ||
session_utils | ||
share | ||
tools | ||
.dir-locals.el | ||
.gitattributes | ||
.gitignore | ||
ardour.1 | ||
COPYING | ||
nutempo-todo | ||
PACKAGER_README | ||
README | ||
README-GITHUB.txt | ||
system_config | ||
TRANSLATORS | ||
waf | ||
wscript |
Please see the Ardour web site at https://ardour.org/ for all documentation.. For information on building ardour: https://ardour.org/development.html