ardour/libs
Paul Davis 4dc048b28a update Temporal::Beats to merge master/nutempo versions, notably with private from-double constructor
This is the libraries-only edition. It still features liberal use of Beats::from_double() but this is now
explicit and will be easier to locate the calls and remove them. Several classes that were using
Beats::to_double() have been (temporarily) made friends of Beats to allow them to keep using it,
pending the much more widespread redesigns of several structures. Once this is done, the friend
relationships can (mostly) be removed. It is expected the ARDOUR::Variant will need to continue
as a friend because it is used to pass beat counts to LV2 as doubles
2021-08-13 12:51:28 -06:00
..
appleutility
ardour update Temporal::Beats to merge master/nutempo versions, notably with private from-double constructor 2021-08-13 12:51:28 -06:00
ardouralsautil Consistent env variable naming (see also 6801c2cac2) 2021-06-10 03:17:49 +02:00
audiographer Fix Upsampler new/delete mismatch 2021-06-12 21:16:18 +02:00
auscan Early exit plugin-scanner on crash 2021-07-23 01:37:46 +02:00
backends Fix prev commit (properly stop pulse) 2021-07-21 05:56:42 +02:00
canvas libcanvas: reapply LineSet::add_line -> add_coord change after rebase conflicts with master 2021-08-13 12:51:27 -06:00
clearlooks-newer
evoral Revert "fix handling of SMF files with consecutive noteOn events" 2021-06-29 17:29:29 -06:00
fluidsynth No more wine 2021-07-03 19:07:25 +02:00
fst Fix windows builds (_pid_t conflict in unistd) 2021-07-23 02:02:59 +02:00
gtkmm2ext new implementations for Gtkmm2ext::HSV::{darker,lighter} that follow "common sense" rather than Google. 2021-08-13 12:51:26 -06:00
hidapi
libltc
lua Fix Lua bindings for C++17/C++20 -- #8683 2021-05-02 16:36:30 +02:00
midi++2 Accommodate some changes to 'ssize_t' in VS2019 2021-05-11 14:06:25 +01:00
panners
pbd Print note when stacktrace is too short 2021-07-23 01:43:18 +02:00
plugins Remove unused function (Wunused-function) 2021-05-30 20:09:35 -04:00
ptformat
qm-dsp
surfaces replace push2 call to Canvas::Box::pack_start() with Canvas::Box::add() which is equivalent 2021-08-13 12:51:26 -06:00
temporal update Temporal::Beats to merge master/nutempo versions, notably with private from-double constructor 2021-08-13 12:51:28 -06:00
vamp-plugins Export analysis: log loudness / time 2021-04-07 01:46:02 +02:00
vamp-pyin
vfork
vst3
waveview Fix assert in Waveview cache size 2021-05-23 21:41:45 +02:00
widgets Fix macOS builds (amend 6c6f2df8) 2021-07-22 19:48:24 +02:00
zita-convolver zita-convolver: fix hang at when re-loading state 2021-03-30 01:29:28 +02:00
zita-resampler