mirror of
https://github.com/thestk/stk
synced 2026-04-20 22:46:54 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -25,6 +25,8 @@
|
||||
#include "RtWvIn.h"
|
||||
#include "FileWvOut.h"
|
||||
|
||||
using namespace stk;
|
||||
|
||||
void usage( void ) {
|
||||
// Error function in case of incorrect command-line
|
||||
// argument specifications.
|
||||
@@ -75,7 +77,7 @@ int main( int argc, char *argv[] )
|
||||
// Here's the runtime loop
|
||||
samples = (long) ( time * Stk::sampleRate() );
|
||||
for ( i=0; i<samples; i++ ) {
|
||||
output->tickFrame( input->tickFrame( frame ) );
|
||||
output->tick( input->tick( frame ) );
|
||||
}
|
||||
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user