diff --git a/CMakeLists.txt b/CMakeLists.txt index 0393eb6eeec..a2797c2c1ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT BUILD_TESTING) option(BUILD_TESTING "" OFF) endif() -project(Surge VERSION 1.3.2 LANGUAGES C CXX ASM) +project(Surge VERSION 1.4.0 LANGUAGES C CXX ASM) # Banner {{{ message(STATUS "It's Surge XT, folks! Version is ${PROJECT_VERSION}") diff --git a/libs/JUCE b/libs/JUCE index cf5754b19c8..dd9cf176a15 160000 --- a/libs/JUCE +++ b/libs/JUCE @@ -1 +1 @@ -Subproject commit cf5754b19c87ea63758802e3f4239c05a77f1412 +Subproject commit dd9cf176a153e3b8f6cad408a843f7f371f86c9d diff --git a/src/common/SurgeSynthesizer.cpp b/src/common/SurgeSynthesizer.cpp index 9dcb8dee8f9..552f7e219d7 100644 --- a/src/common/SurgeSynthesizer.cpp +++ b/src/common/SurgeSynthesizer.cpp @@ -1500,7 +1500,7 @@ void SurgeSynthesizer::releaseNotePostHoldCheck(int scene, char channel, char ke else { // MPE branch int highest = -1, lowest = 128, latest = -1; - int hichan, lowchan, latechan; + int hichan{-1}, lowchan{-1}, latechan{-1}; int64_t lt = 0; for (k = hikey; k >= lowkey && !do_switch; k--)