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 77f894468b59b37c62c7b071d44170c82de6e07d
parent 9db1ee33fd92c2096e99b4163c785e2168ea2bce
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu,  2 May 2024 22:39:28 +0200

save DB after refreshing a datasource and mark the cache as dirty

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

diff --git a/source/jucePluginLib/patchdb/db.cpp b/source/jucePluginLib/patchdb/db.cpp @@ -182,6 +182,7 @@ namespace pluginLib::patchDB { _ds->setParent(parent); addDataSource(_ds); + saveJson(); }); }