AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit 2dc63197633afb9f047a09a344f51a99923cbe04
parent 74df3320182ff8fa5eb9093d8446fe5ac0233ef5
Author: Jatin Chowdhury <jatinchowdhury18@gmail.com>
Date:   Tue, 16 Mar 2021 17:16:21 -0700

Generating TestFlight builds for iOS

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

diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target") set(CMAKE_CXX_STANDARD 17) -project(CHOWTapeModel VERSION 2.7.3) +project(CHOWTapeModel VERSION 2.7.4) add_subdirectory(modules) include_directories(modules/RTNeural)