ardour/libs
Robin Gareus 47d34bfbfb
Tweak FPU test for FMA
FMA may return *more precise* results since there is no intermediate
rounding when computing (a + b * c).

(b * c) is evaluate with infinite precision and only the final result
after adding a is rounded to float32. This allows for a FLT_EPSILON
difference compared to rounding (b * c) first.
2022-01-03 02:34:53 +01:00
..
appleutility
ardour Tweak FPU test for FMA 2022-01-03 02:34:53 +01:00
ardouralsautil Consistent env variable naming (see also 6801c2cac2) 2021-06-10 03:17:49 +02:00
audiographer Scale export-analysis dataset 2021-12-24 21:59:03 +01:00
auscan Early exit plugin-scanner on crash 2021-07-23 01:37:46 +02:00
backends JACK: re-create backend when re-connecting to the server 2021-12-04 14:39:22 +01:00
canvas ruler: make ::set_metric() API consistent with constructor by using ptr 2021-12-24 15:34:18 -07:00
clearlooks-newer Special case checkbox border color in Treeview 2020-01-25 03:40:04 +01:00
evoral Disable evoral unit-tests -- nutempo update is needed 2022-01-03 01:11:54 +01:00
fluidsynth No more wine 2021-07-03 19:07:25 +02:00
fst Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
gtkmm2ext Remove annoying debug message 2021-09-25 00:01:23 +02:00
hidapi
libltc Fix use of doxygen documented parameters in running text 2019-09-30 06:30:11 +02:00
lua Allow Lua bindings up to 12 method arguments 2021-12-03 13:32:49 +01:00
midi++2 change Timecode::BBT_Time to use Temporal namespace, plus a couple of other minor changes to enable compilation 2021-08-13 12:51:28 -06:00
panners panners: conversion to use timeline types 2021-08-13 12:51:29 -06:00
pbd Fix vfork edge-case 2021-12-31 01:39:39 +01:00
plugins Remove unused function (Wunused-function) 2021-05-30 20:09:35 -04:00
ptformat ptformat: Update to upstream 232ba25 2021-01-17 13:19:54 +11:00
qm-dsp Do not install static libs 2020-01-22 02:00:25 +01:00
surfaces remove Session::bbt_time() and use TempoMap::use()->bbt_at() explicitly everywhere 2021-12-14 21:59:33 -07:00
temporal temporal: add additional required string_to/to_string functions for BBT_Offset & BBT_Time 2021-12-18 14:11:25 -07:00
vamp-plugins Export analysis: log loudness / time 2021-04-07 01:46:02 +02:00
vamp-pyin
vfork
vst3 Backport VST3 diagnostic pragma 2021-03-01 22:14:38 +01:00
waveview Waveform: work around empty peakfile edge-case 2021-11-14 23:11:19 +01:00
widgets build-fix: remove unused file reference 2021-12-30 21:44:21 -06:00
zita-convolver zita-convolver: fix hang at when re-loading state 2021-03-30 01:29:28 +02:00
zita-resampler NO-OP fix typo in comment and header guard 2020-03-26 19:00:41 +01:00