Skip to content

Commit

Permalink
Add a call to setupActivateExtraOutputs in SSP.cpp (#5656)
Browse files Browse the repository at this point in the history
Closes #5655
  • Loading branch information
mkruselj authored Dec 21, 2021
1 parent 37f1e40 commit 3de779b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/surge-xt/SurgeSynthProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ SurgeSynthProcessor::SurgeSynthProcessor()

surge->hostProgram = juce::PluginHostType().getHostDescription();
surge->juceWrapperType = getWrapperTypeDescription(wrapperType);
surge->setupActivateExtraOutputs();

midiKeyboardState.addListener(this);

Expand Down

0 comments on commit 3de779b

Please sign in to comment.