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 48cd09a721aa63239ad0adc4c0a60e731e0affa7
parent 1d2fd9289d8401686d1d11fc035c733613b9118f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 21 Apr 2024 17:03:29 +0200

do not delete cache file after loading it

Diffstat:
Msource/jucePluginLib/patchdb/db.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/source/jucePluginLib/patchdb/db.cpp b/source/jucePluginLib/patchdb/db.cpp @@ -1875,7 +1875,6 @@ namespace pluginLib::patchDB m_dirty.tags.insert(it.first); } - m_cacheFileName.deleteFile(); m_cacheDirty = false; return true;