mirror of
https://github.com/thestk/stk
synced 2026-01-14 05:21:53 +00:00
Version 4.3.0
This commit is contained in:
committed by
Stephen Sinclair
parent
2cbce2d8bd
commit
27d9b79dc7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user