Version 4.3.1

This commit is contained in:
Gary Scavone
2009-03-24 23:02:17 -04:00
committed by Stephen Sinclair
parent 27d9b79dc7
commit d199342e86
105 changed files with 3455 additions and 12232 deletions

View File

@@ -19,7 +19,7 @@ int main()
output.openFile( "hellosine.wav", 1, FileWrite::FILE_WAV, Stk::STK_SINT16 );
}
catch ( StkError & ) {
exit(0);
exit( 1 );
}
input.setFrequency( 440.0 );
@@ -32,9 +32,8 @@ int main()
output.tick( input.tick() );
}
catch ( StkError & ) {
exit(0);
exit( 1 );
}
}
return 0;