Tom Says: Safe code is boring code! Why??
Navigation: Home, Atom Feed, Atom Feed Without Crap, About
Use the form below to leave your own comment.
//save CPU by only connecting buffers that contain a sample for( 0 => int i; i < s.cap(); i++) if( s[i].samples() ) s[i] => dac;
Name:
Comment:
Posted by "Kassen" at Oct 15, 2008, in the late, late night
//save CPU by only connecting buffers that contain a sample
for( 0 => int i; i < s.cap(); i++)
if( s[i].samples() ) s[i] => dac;