AnalogTapeModel

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

commit c28483332c003350cbade8012954d79af3ec5391
parent 093ffc888196395dc8271a610387bbb7efaca554
Author: Jatin Chowdhury <[email protected]>
Date:   Sat, 10 Apr 2021 08:40:52 -0700

Update iOS builds

Diffstat:
MCHANGELOG.md | 1+
MPlugin/CMakeLists.txt | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,7 @@ this file. - Fixed glitches when adjusting loss parameters at large buffer sizes. - Added sync options for Wow/Flutter rate. - Added Envelope parameter for Degrade section. +- Added 0.1x control for Degrade "Depth" parameter. - Improved parameter names for automation menus. - Added arrows for preset menu. - Added support for OSX versions 10.9 and up. 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.9" CACHE STRING "Minimum OS X deployment target") set(CMAKE_CXX_STANDARD 17) -project(CHOWTapeModel VERSION 2.7.5) +project(CHOWTapeModel VERSION 2.7.6) add_subdirectory(modules) include_directories(modules/RTNeural)