Still trying to understand the MacOs no sound issue, but no luck...Sigh.

This commit is contained in:
xenakios
2017-11-16 02:33:00 +02:00
parent 3fd0b4ea09
commit adc6505424
4 changed files with 9 additions and 5 deletions

View File

@ -280,7 +280,8 @@ void PaulstretchpluginAudioProcessor::getStateInformation (MemoryBlock& destData
void PaulstretchpluginAudioProcessor::setStateInformation (const void* data, int sizeInBytes)
{
ValueTree tree = ValueTree::readFromData(data, sizeInBytes);
return;
ValueTree tree = ValueTree::readFromData(data, sizeInBytes);
if (tree.isValid())
{
for (int i = 0; i<getNumParameters(); ++i)