reset oscillator phase at start of each test cycle so that the onsets sound the same

This commit is contained in:
rossb 2010-01-24 12:35:36 +00:00
commit a5c6383fb7

View file

@ -143,6 +143,8 @@ int main(void)
for( i=0; i<NUM_LOOPS; i++ )
{
data.left_phase = data.right_phase = 0;
err = Pa_StartStream( stream );
if( err != paNoError ) goto error;