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 3f6e5cf2561a45a604f06169f53589d1b9a89108
parent 161e43987ed0002583eb7f34f7a5bda7d4ff6cc4
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Mon,  4 Nov 2024 11:14:13 +0100

make sure that settings dir can never change

Diffstat:
Msource/jucePluginLib/patchdb/db.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePluginLib/patchdb/db.h b/source/jucePluginLib/patchdb/db.h @@ -156,7 +156,7 @@ namespace pluginLib::patchDB juce::File getJsonFile() const; // IO - juce::File m_settingsDir; + const juce::File m_settingsDir; // loader JobQueue m_loader;