13
0
livetrax/libs
Robin Gareus 34e12a5d78
Fix grid when tempo marker is not on a mod_bar/beat_div
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.
2023-01-11 00:25:23 +01:00
..
appleutility
ardour Fix Region lock style property (#9191) 2023-01-10 20:07:05 +01:00
ardouralsautil Distinct stderr messages from ARD 2022-09-12 16:15:10 +02:00
audiographer Cont'd tweaks of ffmpeg export pipe 2023-01-05 03:32:40 +01:00
auscan Change tools --help URLs to use https 2022-10-24 04:57:30 +02:00
backends ALSA: update endianess conversion functions 2022-12-27 13:32:31 +01:00
canvas Allow to disable cairo render groups (performance test) 2023-01-06 21:15:43 +01:00
clearlooks-newer
ctrl-interface ctrl surfaces: add method to BasicUI to stop slots in a given trigger box 2022-12-10 10:33:24 -07:00
evoral Also thin automation after touch/latch 2022-12-18 01:45:04 +01:00
fluidsynth Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
fst Consolidate search/file-system paths (fixes vst builds) 2022-11-19 00:48:11 +01:00
gtkmm2ext Attempted fix for idle_drop_window random crashes (2/2) 2022-12-03 19:27:53 +01:00
hidapi
libltc Fix various typos 2022-08-03 12:10:01 -06:00
lua Potential fix for C++20 std::set::* ambiguity 2022-10-19 16:06:47 +02:00
midi++2 fix strncpy() size argument error (Windows only, needs review) 2022-06-22 13:31:08 -06:00
panners Surfaces and panners should not export headers 2022-11-19 01:11:53 +01:00
pbd Increase system-exec stdout bufsiz (from 512 to 8k) 2023-01-05 04:54:07 +01:00
plugins a-eq: ifdef methods only used for inline display 2022-12-16 23:05:36 +01:00
ptformat
qm-dsp Address some Wmissing-prototypes in qm-dsp 2022-11-26 16:23:52 +01:00
surfaces Re-enable lib/ardour/test/session_test. 2023-01-02 20:31:12 +01:00
temporal Fix grid when tempo marker is not on a mod_bar/beat_div 2023-01-11 00:25:23 +01:00
vamp-plugins
vamp-pyin Fix typos 2022-09-21 19:09:55 -06:00
vfork
vst3
waveview Prepare for region polarity inversion (using negative gain) 2022-12-17 13:14:54 +01:00
widgets Allow empty text in prompter 2022-11-15 03:24:19 +01:00
zita-convolver
zita-resampler