mirror of
https://github.com/thestk/stk
synced 2026-04-20 14:36:55 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "SineWave.h"
|
||||
#include "FileWvOut.h"
|
||||
using namespace stk;
|
||||
|
||||
void usage(void) {
|
||||
// Error function in case of incorrect command-line
|
||||
@@ -73,7 +74,7 @@ int main( int argc, char *argv[] )
|
||||
for ( i=0; i<channels; i++ )
|
||||
oscs[i]->tick( frames, i );
|
||||
|
||||
output.tickFrame( frames );
|
||||
output.tick( frames );
|
||||
|
||||
cleanup:
|
||||
for ( i=0; i<channels; i++ )
|
||||
|
||||
Reference in New Issue
Block a user