Skip to content

Commit

Permalink
Reflect PatchUtilities changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaref committed Nov 23, 2022
1 parent 1962e0b commit 612bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CmajPlugin/Source/cmaj_PatchLoaderPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

juce::AudioProcessor* JUCE_CALLTYPE createPluginFilter()
{
auto patch = std::make_unique<cmaj::Patch> (false);
auto patch = std::make_unique<cmaj::Patch> (false, true);
patch->createEngine = +[] { return cmaj::Engine::create(); };

return new cmaj::plugin::JITLoaderPlugin (std::move (patch));
Expand Down

0 comments on commit 612bd2d

Please sign in to comment.