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 a6f93f2da75fb69d646057c1fdc199b92f51e2da
parent c0482300576fca41e02bf5ec99ef32f963149e2d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 12 Feb 2022 18:46:00 +0100

fix wrong include path

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

diff --git a/source/jucePlugin/ui/Virus_PatchBrowser.cpp b/source/jucePlugin/ui/Virus_PatchBrowser.cpp @@ -4,7 +4,7 @@ #include <juce_gui_extra/juce_gui_extra.h> #include <juce_cryptography/juce_cryptography.h> -#include "../synthLib/midiToSysex.h" +#include "../../synthLib/midiToSysex.h" using namespace juce; using namespace virusLib;