13
0
livetrax/libs
Robin Gareus 7b92f54929
Fix random off-by-one issue when vertically zooming a waveform
To mitigate concurrent rendering, the waveform cache adds a random
range of pixels centered around the visible waveform.

Alignment is using integer half_width = width_samples / 2;
This always aligns the left-edge to the left-most cairo-pixel.

This fixes an issue with moving moiree patterns in waveforms when
zooming vertically (which invalidates the cache and uses a
different random number of pixels),
2019-07-29 03:56:35 +02:00
..
appleutility replicate the remove-all-trailing whitespace commit(s) in master 2016-02-22 15:31:24 -05:00
ardour Fix rendering of region waveform left-edge 2019-07-29 03:48:52 +02:00
ardouralsautil Fix ALSA available buffersize detection: 2019-07-24 16:40:32 +02:00
audiographer Add/remove source(s) in our MSVC project (audiographer) 2019-03-04 12:16:47 +00:00
backends PA-backend: Flush buffer and wake up main thread at stop 2019-07-26 21:38:40 +02:00
canvas Undo more incorrect sample/frame replacements 2019-04-08 04:10:04 +02:00
clearlooks-newer Undo incorrect sample/frame replacements in clearlooks 2019-04-08 04:10:12 +02:00
evoral NO-OP: <tab> after <space> fixes in libs 2019-04-13 19:19:29 +02:00
fluidsynth Update Fluidsynth to v2.0.5 2019-04-19 15:44:14 +02:00
fst Use exit-status macros for compatibility 2/3 2019-07-04 22:21:35 +02:00
gtkmm2ext Use exit-status macros for compatibility 2/3 2019-07-04 22:21:35 +02:00
hidapi remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00
libltc remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00
lua Fix std::list<hared_ptr<>> front/back methods 2019-05-17 12:09:07 +02:00
midi++2 Ignore MIDNAM NRPN Controls for the time being 2019-05-04 00:07:26 +02:00
panners Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs) 2018-09-30 09:06:25 +01:00
pbd Reduce compiler warnings when boost uses std-atomics 2019-07-28 20:10:09 +02:00
plugins Fix for #7755: initialize reverb and chorus of fluidsynth object 2019-05-12 21:27:37 +02:00
ptformat Update to upstream ptformat 777686b (remove strndup && cleanup) 2019-06-24 22:54:45 +10:00
qm-dsp remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00
surfaces Update Push2 level-meter display (use new API) 2019-06-09 19:56:33 +02:00
temporal remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00
vamp-plugins Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs) 2018-09-30 09:19:28 +01:00
vfork silence clang analyzer: Memory Error, Memory leak 2016-02-28 13:12:40 +01:00
waveview Fix random off-by-one issue when vertically zooming a waveform 2019-07-29 03:56:35 +02:00
widgets Prefix all env variable with "ARDOUR_" 2019-07-26 16:44:29 +02:00
zita-convolver Allow compilation with winpthreads -- closes #7691 2018-11-25 16:51:24 +01:00
zita-resampler remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00