Boolean stuff
This commit is contained in:
@ -615,7 +615,7 @@ void PaulstretchpluginAudioProcessor::setStateInformation (const void* data, int
|
||||
|
||||
void PaulstretchpluginAudioProcessor::setDirty()
|
||||
{
|
||||
*getBoolParameter(cpi_markdirty) = !(*getBoolParameter(cpi_markdirty));
|
||||
toggleBool(getBoolParameter(cpi_markdirty));
|
||||
}
|
||||
|
||||
void PaulstretchpluginAudioProcessor::setRecordingEnabled(bool b)
|
||||
|
Reference in New Issue
Block a user