2
0
Fork 0

Update PluginProcessor.cpp

This commit is contained in:
George Reales 2021-04-08 09:14:24 +02:00
parent de8a25db93
commit baafdc8fc0
1 changed files with 1 additions and 0 deletions

View File

@ -653,6 +653,7 @@ bool ObxdAudioProcessor::loadFromFXBFile(const File& fxbFile)
return false;
setStateInformation(cset->chunk, fxbSwap (cset->chunkSize));
setCurrentProgram(0); // Set to first preset position
}
else if (compareMagic (set->fxMagic, "FPCh"))
{