13
0
livetrax/libs
Robin Gareus 18fe2e2c4e
Fix C++11/14 array initialization (clang < 3.7)
C++11 array initialization won't call copy constructor, leading to
an error: array initializer must be an initializer list.

Specifically this affects the copy c'tor: line 93: peaks (other.peaks)

A workaround is to use a vector instead of a fixed size array.
This fixes macOS builds.
2021-12-27 16:42:26 +01:00
..
appleutility
ardour Fix C++11/14 array initialization (clang < 3.7) 2021-12-27 16:42:26 +01:00
ardouralsautil
audiographer Scale export-analysis dataset 2021-12-24 21:59:03 +01:00
auscan
backends
canvas ruler: make ::set_metric() API consistent with constructor by using ptr 2021-12-24 15:34:18 -07:00
clearlooks-newer
evoral Use updated temporal API 1/2 2021-12-11 14:42:36 +01:00
fluidsynth
fst
gtkmm2ext
hidapi
libltc
lua
midi++2
panners
pbd
plugins
ptformat
qm-dsp
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
vamp-pyin
vfork
vst3
waveview
widgets
zita-convolver
zita-resampler