13
0
livetrax/libs
Robin Gareus 00f26394a9 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-07-30 16:55:33 +02:00
..
appleutility
ardour use dedicated buffers for route (and track) 2013-07-30 16:55:33 +02:00
audiographer Allow compiling with c++11 enabled 2013-07-15 22:57:34 -05:00
clearlooks-newer
clearlooks-older
evoral Include evoral/Note.hpp before pbd/compose.h 2013-07-15 22:57:34 -05:00
fst
gtkmm2ext use 3px for peak-hold in LED mode -> display 2 bright lines 2013-07-28 21:24:27 +02:00
libltc
midi++2 Revert all close-on-exec changes from earlier today 2013-06-07 21:07:41 +02:00
panners
pbd Proper OSX/CLANG/CXX11 support in stl_delete.h 2013-07-29 14:43:11 -05:00
qm-dsp
rubberband
surfaces fix compiler warnings. 2013-07-28 20:32:52 +02:00
taglib
timecode
vamp-plugins
vamp-sdk