Still trying to understand the MacOs no sound issue, but no luck...Sigh.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user