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 8405ec0853ed3312c04c6ab19ce983b39c1dd9d2
parent f9c80cd46a766899d5bf1832c346869dbad2be7e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed,  1 May 2024 15:21:02 +0200

remove unused include

Diffstat:
Msource/mqLib/mqhardware.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/source/mqLib/mqhardware.cpp b/source/mqLib/mqhardware.cpp @@ -1,6 +1,5 @@ #include "mqhardware.h" -#include "../synthLib/midiTypes.h" #include "../synthLib/midiBufferParser.h" #include "../synthLib/deviceException.h"