Version 0.0.11

This commit is contained in:
Roland Rabien 2023-09-21 09:04:50 -07:00
commit ef53d70792
3 changed files with 9 additions and 2 deletions

View file

@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 3.24.0 FATAL_ERROR)
# Set for each plugin # Set for each plugin
# #
set (PLUGIN_NAME Wavetable) set (PLUGIN_NAME Wavetable)
set (PLUGIN_VERSION 0.0.10) set (PLUGIN_VERSION 0.0.11)
set (BUNDLE_ID com.socalabs.wavetable) set (BUNDLE_ID com.socalabs.wavetable)
set (AU_ID WavetableAU) set (AU_ID WavetableAU)
set (LV2_URI "https://socalabs.com/wavetable/") set (LV2_URI "https://socalabs.com/wavetable/")

View file

@ -1,3 +1,10 @@
0.0.11:
- Fixed mod/filter ADSR resetting to 1.0 after note OFF
- Fixed LFO dot drawing on noise & S&H modules
- Fixed mod ADSR not resetting on note on
- Fixed crash with CC > 119
0.0.10: 0.0.10:
- Fix AU crash - Fix AU crash

@ -1 +1 @@
Subproject commit 7f39a6445d1f7a67a812a402fe9b31ef47209c95 Subproject commit 8ab5721a16786261f27b01d0e59379f98811e28d