Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Nov 28, 2024
1 parent e520078 commit 5cd8bf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SAM-SPL 64 Plugin
=================
This VST2, VST3 and AudioUnit plugin lets you easily split a sample in up to 64 slices.
This VST3 and AudioUnit plugin lets you easily split a sample in up to 64 slices.

* Use the pads in the plugin or a MIDI keyboard (slices automatically mapped to notes)
* 2 play modes: hold or trigger
Expand All @@ -17,9 +17,9 @@ Check the [SAM-SPL 64](https://pongasoft.com/vst/SAM-SPL64.html) documentation f

Release Notes
-------------
### 2024-11-25 - `v1.6.0`
### 2024-11-28 - `v1.6.0`
* Fixed a crash when exporting the sample
* Migrated to Jamba 7.1.1 / VST SDK 3.7.12
* Migrated to Jamba 7.1.2 / VST SDK 3.7.12
* Removed support for VST2

### 2023-04-27 - `v1.5.0`
Expand Down
6 changes: 3 additions & 3 deletions fetch_jamba.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.19)
include(FetchContent)

set(JAMBA_GIT_REPO "https://github.com/pongasoft/jamba" CACHE STRING "Jamba git repository url")
set(JAMBA_GIT_TAG v7.1.1 CACHE STRING "Jamba git tag")
set(JAMBA_DOWNLOAD_URL "${JAMBA_GIT_REPO}/archive/refs/tags/v7.1.1.zip" CACHE STRING "Jamba download url")
set(JAMBA_DOWNLOAD_URL_HASH "SHA256=16cadf1040e84007db6469a062675d0ba66e5e46d0b11cad46859b10109fc96a" CACHE STRING "Jamba download url hash")
set(JAMBA_GIT_TAG v7.1.2 CACHE STRING "Jamba git tag")
set(JAMBA_DOWNLOAD_URL "${JAMBA_GIT_REPO}/archive/refs/tags/v7.1.2.zip" CACHE STRING "Jamba download url")
set(JAMBA_DOWNLOAD_URL_HASH "SHA256=ad297edbfd6aaadea8a1762d58fff622c6e7275a3881c2d89e7b0e451ed757b2" CACHE STRING "Jamba download url hash")

if(JAMBA_ROOT_DIR)
message(STATUS "Using jamba from local ${JAMBA_ROOT_DIR}")
Expand Down

0 comments on commit 5cd8bf2

Please sign in to comment.