Version 4.3.0

This commit is contained in:
Gary Scavone
2009-03-24 23:02:15 -04:00
committed by Stephen Sinclair
parent 2cbce2d8bd
commit 27d9b79dc7
271 changed files with 22219 additions and 8834 deletions

View File

@@ -139,7 +139,7 @@ StkFloat Whistle :: computeSample()
frameCount += 1;
if ( frameCount >= (1470 / subSample_) ) {
frameCount = 0;
printf("%f %f %f\n",tempVectorP->getX(),tempVectorP->getY(),envOut);
printf("%f %f %f\n",tempVectorP_->getX(),tempVectorP_->getY(),envOut);
fflush(stdout);
}
#endif