mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
VoicForm: change message Clarinet to Voicform
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user