mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
18 lines
425 B
Diff
18 lines
425 B
Diff
--- CMakeLists.txt
|
|
+++ CMakeLists.txt
|
|
@@ -11,2 +11,2 @@
|
|
-cmake_minimum_required(VERSION 3.30...3.31)
|
|
+cmake_minimum_required(VERSION 3.22...3.31)
|
|
include(CheckCXXCompilerFlag)
|
|
|
|
--- src/Timing.cpp
|
|
+++ src/Timing.cpp
|
|
@@ -19,7 +19,7 @@
|
|
}
|
|
|
|
namespace {
|
|
-static constexpr auto maxPitchOctaves = 2;
|
|
+static constexpr auto maxPitchOctaves = BUNGEE_MAX_OCTAVES;
|
|
}
|
|
|
|
int Timing::maxInputFrameCount(bool mayDownsampleInput) const
|