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 9b04c67f280e9fb3e07da0b8c72f3e4f539e095a
parent 426f20a328c39f582bc74048356f3494ff264dc0
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 17 Mar 2022 22:37:46 +0100

fix trying to load wrong json after renaming assets

Diffstat:
Msource/jucePlugin/ui3/VirusEditor.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePlugin/ui3/VirusEditor.cpp b/source/jucePlugin/ui3/VirusEditor.cpp @@ -15,7 +15,7 @@ namespace genericVirusUI m_parameterBinding(_binding) { uint32_t jsonSize; - const auto json = getResourceByFilename("VirusC.json", jsonSize); + const auto json = getResourceByFilename("VirusC_Hoverland.json", jsonSize); create(std::string(json, jsonSize)); m_parts.reset(new Parts(*this));