VoicForm: change message Clarinet to Voicform

This commit is contained in:
Victor Bombi
2015-12-01 18:53:14 +01:00
parent c2833d356a
commit 0e69055579

View File

@@ -131,7 +131,7 @@ void VoicForm :: controlChange( int number, StkFloat value )
{
#if defined(_STK_DEBUG_)
if ( Stk::inRange( value, 0.0, 128.0 ) == false ) {
oStream_ << "Clarinet::controlChange: value (" << value << ") is out of range!";
oStream_ << "VoicForm::controlChange: value (" << value << ") is out of range!";
handleError( StkError::WARNING ); return;
}
#endif