Skip to content

Commit 456938b

Browse files
committed
Update maximum input size to support the largest FFT size
1 parent 9c9ce16 commit 456938b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Freeze.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Freeze::Freeze(FrameLib_Proxy *proxy, FrameLib_Thread::Priorities priorities)
5252
mObjects[6] = new FrameLib_Expand<FrameLib_Tag>(context, &parameters, mProxy, 1);
5353
mObjects[6]->addConnection(Connection(mObjects[2], 0), 0);
5454

55-
double fl_7_vector_0[] = { 65536 };
55+
double fl_7_vector_0[] = { 131072 };
5656
double fl_7_vector_1[] = { 4096 };
5757
parameters.clear();
5858
parameters.write("buffer_size", fl_7_vector_0, 1);

source/_Max_Patch/Version_2/FFT_Input.maxpat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
"numoutlets" : 1,
661661
"outlettype" : [ "" ],
662662
"patching_rect" : [ 164.666666666666686, 270.0, 318.0, 22.0 ],
663-
"text" : "fl.source~ =2 65536 /length 4096"
663+
"text" : "fl.source~ =2 131072 /length 4096"
664664
}
665665

666666
}

0 commit comments

Comments
 (0)