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 f6b5f75fe6b8b0264e1ba253ae2f0b3938e32e2d
parent 4f2fac9769a98cd78836b5bf7343912a95e0612d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun,  1 Sep 2024 16:55:18 +0200

fix uint8_t not defined

Diffstat:
Msource/xtJucePlugin/xtArp.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/xtJucePlugin/xtArp.h b/source/xtJucePlugin/xtArp.h @@ -3,6 +3,7 @@ #include "jucePluginLib/event.h" #include <vector> +#include <cstdint> namespace juce {