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 fac475342652599c4e8a38407090db6be0b59e9b
parent 05928fb6db633718579906f09e1cdcc74e0af743
Author: Sam Staton <sam.staton@cs.ox.ac.uk>
Date:   Mon, 18 Jul 2022 11:21:20 +0100

off link to condition.h in fxpage.h

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

diff --git a/source/jucePlugin/ui3/FxPage.h b/source/jucePlugin/ui3/FxPage.h @@ -1,6 +1,6 @@ #pragma once -#include "../juceUiLib/condition.h" +#include "../../juceUiLib/condition.h" namespace genericVirusUI {