a better fix for the silent buffer issue: whenever we run a plugin, mark all the...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 1 Nov 2011 21:28:16 +0000 (21:28 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 1 Nov 2011 21:28:16 +0000 (21:28 +0000)
commit8771e00fab8d10f46b9862afe920ee77fae7b197
treebbe7c9070582b1049d3792b7896c2eccc5483606
parentcca8b8cda0d25459019bb10a59616fec108b825e
a better fix for the silent buffer issue: whenever we run a plugin, mark all the buffers passed to it as non-silent. a few plugin APIs allow the plugin to indicate whether or not it generated silence or not, but we ignore this for now (and possibly forever)

git-svn-id: svn://localhost/ardour2/branches/3.0@10385 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/plugin_insert.cc
libs/ardour/process_thread.cc