gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 5222a429633289cbc691f4df17e162da27c4ada8
parent 79d70401be0f6752247cfd4b5acd226303735d90
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Mon,  2 Dec 2024 22:59:53 +0100

fix warning

Diffstat:
Msource/xtJucePlugin/xtPatchManager.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/xtJucePlugin/xtPatchManager.cpp b/source/xtJucePlugin/xtPatchManager.cpp @@ -22,7 +22,7 @@ namespace xtJucePlugin , m_controller(_editor.getXtController()) { setTagTypeName(pluginLib::patchDB::TagType::CustomA, "MW Model"); - startLoaderThread(); + jucePluginEditorLib::patchManager::PatchManager::startLoaderThread(); addGroupTreeItemForTag(pluginLib::patchDB::TagType::CustomA); }