From bf8f8d8ec6c1b992f693bb0dd63a37349d6e5eb2 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sat, 23 Sep 2023 07:58:48 -0700 Subject: [PATCH] Initial 1.0.0 --- CMakeLists.txt | 2 +- Changelist.txt | 6 ++++++ modules/gin | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e58f910..b3adb69 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.11) +set (PLUGIN_VERSION 1.0.0) set (BUNDLE_ID com.socalabs.wavetable) set (AU_ID WavetableAU) set (LV2_URI "https://socalabs.com/wavetable/") diff --git a/Changelist.txt b/Changelist.txt index 6e1da99..3b051d0 100644 --- a/Changelist.txt +++ b/Changelist.txt @@ -1,3 +1,9 @@ +1.0.0: + +- Initial public release +- Added 50 presets +- Presets browser automatically refreshes when presets added / removed from folder + 0.0.11: - Fixed mod/filter ADSR resetting to 1.0 after note OFF diff --git a/modules/gin b/modules/gin index 0956133..67c6880 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit 095613390a286808c55635e86aa7327c4b015834 +Subproject commit 67c6880dd9f204d7762970777d12614b458738b7