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 b75e8747a677bd83620cc1398254b61b05b5baf3
parent 6bb068ae140d271ed622e7c69a194a13b0af55b0
Author: henry <henryborchers@yahoo.com>
Date:   Wed, 14 Jul 2021 12:22:01 -0500

cmake project is named gearmulator

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

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.15) set(CMAKE_OSX_ARCHITECTURES "x86_64") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") -project(virusEmu VERSION 1.1.5) +project(gearmulator VERSION 1.1.5) include(base.cmake)