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 5a60cac9a14e904e0822cedb4e380ad865d07083
parent 9110e1ede7a48812968cf4443272a3c67c1a410d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 18 Apr 2024 22:31:18 +0200

fix typo

Diffstat:
Msource/xtJucePlugin/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/xtJucePlugin/CMakeLists.txt b/source/xtJucePlugin/CMakeLists.txt @@ -11,7 +11,7 @@ set(SOURCES xtController.cpp xtController.h xtEditor.cpp xtEditor.h xtFrontPanel.cpp xtFrontPanel.h - xtFocusedParameter.cpp xtFocusedParmeter.h + xtFocusedParameter.cpp xtFocusedParameter.h xtLcd.cpp xtLcd.h xtPatchManager.cpp xtPatchManager.h version.h