This repository was archived by the owner on Feb 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Check the [Quickstart](https://jamba.dev/quickstart/) section to getting started
4747Latest Release
4848--------------
4949
50- 7.2.0 | 2025-02-28 | VST SDK 3.7.13+
50+ 7.2.0 | 2025-03-01 | VST SDK 3.7.13+
5151
5252[ Release notes (local)] ( RELEASE.md )
5353
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Release Notes {#release-notes}
33
44Check the [ Requirements] ( https://jamba.dev/requirements/ ) documentation for information about which VST3 SDK Jamba supports and how to get it.
55
6- ## [ 7.2.0 | 2025-02-28 ] ( https://github.com/pongasoft/jamba/tree/v7.2.0 )
6+ ## [ 7.2.0 | 2025-03-01 ] ( https://github.com/pongasoft/jamba/tree/v7.2.0 )
77
88* Upgraded Jamba to use VST3 SDK 3.7.13 ([ release notes] ( https://steinbergmedia.github.io/vst3_dev_portal/pages/Versions/Version+3.7.13.html ) )
99
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ set(JAMBA_VST3SDK_GIT_REPO "https://github.com/steinbergmedia/vst3sdk" CACHE STR
5858# Note that it is using a commit hash and not a tag since per CMake recommendations, it is faster to use
5959# a hash (local check only) vs tag (requires remote check)
6060#------------------------------------------------------------------------
61- set (JAMBA_VST3SDK_GIT_TAG cc2adc90382dded9e347caf74e4532f1458715db CACHE STRING "Vst3sdk git tag" )
61+ set (JAMBA_VST3SDK_GIT_TAG 8b59557d881bb0158ba08ff256b26f025f078314 CACHE STRING "Vst3sdk git tag" )
6262
6363#------------------------------------------------------------------------
6464# This (advanced) variable allow for patching the sdk
You can’t perform that action at this time.
0 commit comments