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 9aaa4411224f6907690186207b1f38a97f779276
parent ac2e06b123ad4f823c82d673c8949000a73e1e7d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 20 Mar 2022 19:26:43 +0100

fix wrong include path

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 @@ -7,7 +7,7 @@ #include "../VirusParameterBinding.h" #include "../version.h" -#include "../synthLib/os.h" +#include "../../synthLib/os.h" namespace genericVirusUI {