mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
init
This commit is contained in:
commit
d21bc831e1
178 changed files with 24136 additions and 0 deletions
18
Patches/bungee_lower_cmake_and_set_num_octaves.patch
Normal file
18
Patches/bungee_lower_cmake_and_set_num_octaves.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
--- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue