Browse Source

Reset zynaddsubfx before loading new state

tags/1.9.7
falkTX 8 years ago
parent
commit
9f84b4e8ab
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/native-plugins/zynaddsubfx-synth.cpp

+ 1
- 0
source/native-plugins/zynaddsubfx-synth.cpp View File

@@ -768,6 +768,7 @@ protected:
const MiddleWareThread::ScopedStopper mwss(*fMiddleWareThread);
const CarlaMutexLocker cml(fMutex);

fMaster->defaults();
fMaster->putalldata(data);
fMaster->applyparameters();
fMaster->initialize_rt();


Loading…
Cancel
Save