This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
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
66daa1e23f
commit
1d826848a4
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save