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 0b6b27cb00506934be3e49e8b72578144cab5aba
parent e4f51db5d727c0800bcb87e93e33d296ae4d01c0
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 25 May 2022 14:22:48 +0200

version 1.2.19

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "OS X Architectures") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") -project(gearmulator VERSION 1.2.18) +project(gearmulator VERSION 1.2.19) include(base.cmake)