mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
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:
parent
5aa4d95f59
commit
d05a09991a
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ PortInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame,
|
||||||
|
|
||||||
_mtdm->process (nframes, in, out);
|
_mtdm->process (nframes, in, out);
|
||||||
|
|
||||||
outbuf.is_silent (false);
|
outbuf.set_is_silent (false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue