Version 0.0.2

This commit is contained in:
Roland Rabien 2023-09-01 12:36:41 -07:00
commit 72d1d028d4
2 changed files with 6 additions and 1 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.1) set (PLUGIN_VERSION 0.0.2)
set (BUNDLE_ID com.socalabs.wt2048etable) set (BUNDLE_ID com.socalabs.wt2048etable)
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,8 @@
0.0.2:
- Fixed broken bend and formant
- Added pink noise
0.0.1: 0.0.1:
- Initial alpha release - Initial alpha release