Skip to content

Commit

Permalink
Version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Sep 21, 2023
1 parent 7590ad1 commit ef53d70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.10)
set (PLUGIN_VERSION 0.0.11)
set (BUNDLE_ID com.socalabs.wavetable)
set (AU_ID WavetableAU)
set (LV2_URI "https://socalabs.com/wavetable/")
Expand Down
7 changes: 7 additions & 0 deletions Changelist.txt
Original file line number Diff line number Diff line change
@@ -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:

- Fix AU crash
Expand Down
2 changes: 1 addition & 1 deletion modules/gin

0 comments on commit ef53d70

Please sign in to comment.