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 643975a9f1ac62a75fcd33ffca1c76e8dedff98f
parent 19581bb5e5a60af8053dc48cbb6fbbbbcad7e354
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 15 Jul 2021 17:48:07 +0200

fix compile error

Diffstat:
Msource/virusLib/microcontroller.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/virusLib/microcontroller.cpp b/source/virusLib/microcontroller.cpp @@ -1,6 +1,7 @@ #include <vector> #include <chrono> #include <thread> +#include <cstring> // memcpy #include "microcontroller.h"