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 d673b338464d1141b52fac55ebe20b374f03df22
parent d682b26366d6c4713cf13031068c9253d72e3352
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 13 Mar 2022 19:17:54 +0100

fix compile error (filename case issue)

Diffstat:
Msource/jucePlugin/genericUI/rotaryStyle.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePlugin/genericUI/rotaryStyle.cpp b/source/jucePlugin/genericUI/rotaryStyle.cpp @@ -1,4 +1,4 @@ -#include "rotarystyle.h" +#include "rotaryStyle.h" namespace genericUI {