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 5eed81eaa783a1e4a7cfe5ff15bfe1c0307cffa8
parent 8d08fe9161bbb7b7225f399284c07c9ddd2f4339
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 28 Jul 2024 22:17:34 +0200

remove keyboard, not needed

Diffstat:
Msource/nord/n2x/n2xLib/CMakeLists.txt | 1-
Dsource/nord/n2x/n2xLib/n2xkeyboard.cpp | 5-----
Dsource/nord/n2x/n2xLib/n2xkeyboard.h | 5-----
3 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/source/nord/n2x/n2xLib/CMakeLists.txt b/source/nord/n2x/n2xLib/CMakeLists.txt @@ -11,7 +11,6 @@ set(SOURCES n2xfrontpanel.cpp n2xfrontpanel.h n2xhardware.cpp n2xhardware.h n2xhdi08.cpp n2xhdi08.h - n2xkeyboard.cpp n2xkeyboard.h n2xmc.cpp n2xmc.h n2xmiditypes.h n2xrom.cpp n2xrom.h diff --git a/source/nord/n2x/n2xLib/n2xkeyboard.cpp b/source/nord/n2x/n2xLib/n2xkeyboard.cpp @@ -1,5 +0,0 @@ -#include "n2xkeyboard.h" - -namespace n2x -{ -} diff --git a/source/nord/n2x/n2xLib/n2xkeyboard.h b/source/nord/n2x/n2xLib/n2xkeyboard.h @@ -1,5 +0,0 @@ -#pragma once - -namespace n2x -{ -}