Browse Source

Don't silence input ports.

Fix for input buffers being erroneously silenced when the transport
is not rolling.
tags/non-daw-v1.1.0
Peter Nelson Jonathan Moore Liles 15 years ago
parent
commit
1d826848a4
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Timeline/Engine/Track.C

+ 1
- 2
Timeline/Engine/Track.C View File

@@ -157,8 +157,7 @@ Track::process_input ( nframes_t nframes )

if ( ! transport->rolling )
{
for ( int i = input.size(); i--; )
input[ i ].silence( nframes );
/* There is no work to do when we're not rolling. */

return 0;
}


Loading…
Cancel
Save