13
0

catch up with is_silent change

git-svn-id: svn://localhost/ardour2/branches/3.0@10868 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-02 20:02:28 +00:00
parent 5aa4d95f59
commit d05a09991a

View File

@ -117,7 +117,7 @@ PortInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame,
_mtdm->process (nframes, in, out);
outbuf.is_silent (false);
outbuf.set_is_silent (false);
}
return;