mirror of
https://github.com/thestk/stk
synced 2026-04-23 15:48:37 +00:00
Version 4.4.3
This commit is contained in:
committed by
Stephen Sinclair
parent
baca57040b
commit
0aec39260a
@@ -15,7 +15,7 @@ namespace stk {
|
||||
Currently, WvOut is non-interpolating and the output rate is
|
||||
always Stk::sampleRate().
|
||||
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2010.
|
||||
by Perry R. Cook and Gary P. Scavone, 1995-2011.
|
||||
*/
|
||||
/***************************************************/
|
||||
|
||||
@@ -73,7 +73,7 @@ inline StkFloat& WvOut :: clipTest( StkFloat& sample )
|
||||
if ( clip == true && clipping_ == false ) {
|
||||
// First occurrence of clipping since instantiation or reset.
|
||||
clipping_ = true;
|
||||
errorString_ << "WvOut: data value(s) outside +-1.0 detected ... clamping at outer bound!";
|
||||
oStream_ << "WvOut: data value(s) outside +-1.0 detected ... clamping at outer bound!";
|
||||
handleError( StkError::WARNING );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user