Skip to content

Commit

Permalink
take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ofsjoerdk committed Mar 26, 2023
1 parent d77c7fe commit 66e4578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inf.vst.base/inf.vst.base/sdk/processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ vst_processor::canProcessSampleSize(int32 symbolic_size)
tresult PLUGIN_API
vst_processor::setProcessing(TBool state)
{
_processor->set_processing(state);
if(_processor) _processor->set_processing(state);
return AudioEffect::setProcessing(state);
}

Expand Down

0 comments on commit 66e4578

Please sign in to comment.