Skip to content

Commit

Permalink
Update host program when you choose a new program in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed May 11, 2024
1 parent 0a54362 commit f8a8e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-juce/AWConsolidatedProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ class AWConsolidatedAudioProcessor : public juce::AudioProcessor,
{
setAWProcessorTo(index, false);
}

updateHostDisplay(juce::AudioProcessor::ChangeDetails().withProgramChanged(true));
}
void setupParamDisplaysFromDisplayProcessor(int index);

Expand Down

0 comments on commit f8a8e9b

Please sign in to comment.