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 72cd3b49550d75412182ddc54042b0fe7dbdec68
parent ffc938f9dfd287f3a4e44559a110278f3cf89bff
Author: dsp56300 <87139854+dsp56300@users.noreply.github.com>
Date:   Sun,  7 Apr 2024 21:02:30 +0200

Revert "Explicitly include `cstddef`"

Diffstat:
Msource/synthLib/audiobuffer.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/source/synthLib/audiobuffer.h b/source/synthLib/audiobuffer.h @@ -1,5 +1,4 @@ #pragma once -#include <cstddef> #include <vector> #include "audioTypes.h"