get rid of click when transport changes state and we're monitoring input
git-svn-id: svn://localhost/ardour2/branches/3.0@10272 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
442d807a81
commit
59b02c6b6f
@ -761,9 +761,11 @@ Track::maybe_declick (BufferSet& bufs, framecnt_t nframes, int declick)
|
||||
{
|
||||
/* never declick if there is an internal generator - we just want it to
|
||||
keep generating sound without interruption.
|
||||
|
||||
ditto if we are monitoring inputs.
|
||||
*/
|
||||
|
||||
if (_have_internal_generator) {
|
||||
if (_have_internal_generator || monitoring_choice() == MonitorInput) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user