Skip to content

Commit

Permalink
Force a more aggressive update on patch change (#1842)
Browse files Browse the repository at this point in the history
On patch change the synth properly invalidates, but
FL20 with VST2 has some sort of wierd thread-order bug
that means it didn't catch the update. Only FL20 and only
VST2. But hammer a change request at the end of patch
udpate for all hosts just to be sure.

Closes #817 as well, I bet
  • Loading branch information
baconpaul authored May 9, 2020
1 parent a4f6fc2 commit 5d514b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/SurgeSynthesizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ void SurgeSynthesizer::updateDisplay()
#if ! TARGET_AUDIOUNIT
getParent()->updateDisplay();
#endif
refresh_editor = true;
}

void SurgeSynthesizer::sendParameterAutomation(long index, float value)
Expand Down

0 comments on commit 5d514b9

Please sign in to comment.