From 9f4ed8b04629f5028cc52b8298b287d42613a48c Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Mon, 4 Sep 2023 16:12:37 -0700 Subject: [PATCH] Version 0.0.5 --- CMakeLists.txt | 2 +- Changelist.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59559ad..c9b89ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 3.24.0 FATAL_ERROR) # Set for each plugin # set (PLUGIN_NAME Wavetable) -set (PLUGIN_VERSION 0.0.4) +set (PLUGIN_VERSION 0.0.5) set (BUNDLE_ID com.socalabs.wt2048etable) set (AU_ID WavetableAU) set (LV2_URI "https://socalabs.com/wavetable/") diff --git a/Changelist.txt b/Changelist.txt index 3256e50..3a4d380 100644 --- a/Changelist.txt +++ b/Changelist.txt @@ -1,6 +1,7 @@ 0.0.5: - Add drag/drop for assigning modulation +- Fixed sub oscillator always operating at 44,100 Hz 0.0.4: