13
0
livetrax/libs
Robin Gareus f6ac5cadea use dedicated buffers for route (and track)
"scratch buffers are by definition scratch and their contents are undefined at all times"
"silent buffers are by definition all-zero and should not be used for real data"

But track & route were using those for actual data; plugins (which may run
in the same thread and may get the same buffers) use them for scratch thereby
overwriting real data.

In particular get_silent_buffers() (used by LadspaPlugin::connect_and_run)
clears the buffer which can holds real data:
e.g. via  Route::passthru_silence() -> plugin1 -> plugin2 (clears output of plugin1)
2013-08-08 15:26:17 -04:00
..
appleutility
ardour use dedicated buffers for route (and track) 2013-08-08 15:26:17 -04:00
audiographer Allow compiling with c++11 enabled 2013-08-08 15:23:09 -04:00
canvas expand tabs to spaces in wscript 2013-07-14 19:39:24 +02:00
clearlooks-newer
clearlooks-older
evoral Include evoral/Note.hpp before pbd/compose.h 2013-08-08 15:23:09 -04:00
fst
gtkmm2ext use 3px for peak-hold in LED mode -> display 2 bright lines 2013-08-08 15:26:16 -04:00
libltc
midi++2
panners
pbd Proper OSX/CLANG/CXX11 support in stl_delete.h 2013-08-08 15:26:17 -04:00
qm-dsp
rubberband
surfaces fix compiler warnings. 2013-08-08 15:26:16 -04:00
taglib
timecode
vamp-plugins
vamp-sdk