tweak for yesterday's stopped/monitoring/state change fix

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6527 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-01-21 14:31:33 +00:00
parent 97c5892b51
commit 4903ca5b60

View file

@ -2328,6 +2328,7 @@ Route::no_roll (nframes_t nframes, nframes_t start_frame, nframes_t end_frame,
XXX note the absurdity of ::no_roll() being called when we ARE rolling!
*/
silence (nframes);
return 0;
}
/* we're really not rolling, so we're either delivery silence or actually
monitoring, both of which are safe to do while session_state_changing is true.