Update PluginProcessor.cpp
This commit is contained in:
parent
de8a25db93
commit
baafdc8fc0
1 changed files with 1 additions and 0 deletions
|
@ -653,6 +653,7 @@ bool ObxdAudioProcessor::loadFromFXBFile(const File& fxbFile)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
setStateInformation(cset->chunk, fxbSwap (cset->chunkSize));
|
setStateInformation(cset->chunk, fxbSwap (cset->chunkSize));
|
||||||
|
setCurrentProgram(0); // Set to first preset position
|
||||||
}
|
}
|
||||||
else if (compareMagic (set->fxMagic, "FPCh"))
|
else if (compareMagic (set->fxMagic, "FPCh"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue