ardour/libs/waveview
Robin Gareus 911399f8b3
Use same rounding for wave-view rectangle as TAV
Previously the waveform could exceed the AudioRegionView's
Rectangle on either side due to rounding.

```
round ((start - end) / spp) != round (start/spp) - round (end/spp)
```
2024-11-28 15:00:36 +01:00
..
MSVCwaveview 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
waveview Replace boost::scoped_ptr with std::unique_ptr (1/2) 2024-10-19 01:04:14 +02:00
debug.cc Update canvas/UI lib GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
wave_view.cc Use same rounding for wave-view rectangle as TAV 2024-11-28 15:00:36 +01:00
wave_view_private.cc Let PBD::Thread set thread-name 2024-09-28 03:16:07 +02:00
wscript Localize stripped down gtk2 2024-01-06 21:52:48 +01:00