Skip to content

Commit

Permalink
Updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Feb 9, 2020
1 parent c4862ba commit 6e26303
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ option(JAMBA_ENABLE_VST2 "Use VST2" ON)
option(JAMBA_ENABLE_AUDIO_UNIT "Enable Audio Unit" ON)

set(PLUGIN_MAJOR_VERSION 1)
set(PLUGIN_MINOR_VERSION 0)
set(PLUGIN_MINOR_VERSION 1)
set(PLUGIN_PATCH_VERSION 0)
set(PLUGIN_VERSION "${PLUGIN_MAJOR_VERSION}.${PLUGIN_MINOR_VERSION}.${PLUGIN_PATCH_VERSION}")

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Check the [SAM-SPL 64](https://pongasoft.com/vst/SAM-SPL64.html) documentation f

Release Notes
-------------
### 2020-02-09 - `v1.1.0`
* Added "follow" option so that the selected slice follows MIDI input (ex: via MIDI keyboard)
* Added "Quick Edit Mode" to be able to quickly and conveniently see/configure the settings of each slice (loop/reverse)
* Added "Loop" action to loop on/off all slices at once (note that if not all slices are looped, then hitting "Loop" will make them all loop)
* Added "Reset" action to resets the settings (loop/reverse) of all slices at once

### 2019-09-19 - `v1.0.0`
* first public release / free / open source

Expand Down

0 comments on commit 6e26303

Please sign in to comment.