mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Version 0.0.11
This commit is contained in:
parent
7590ad17b8
commit
ef53d70792
3 changed files with 9 additions and 2 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f39a6445d1f7a67a812a402fe9b31ef47209c95
|
||||
Subproject commit 8ab5721a16786261f27b01d0e59379f98811e28d
|
||||
Loading…
Add table
Add a link
Reference in a new issue