Skip to content

Bug: maxFFTsize seems not to be checked when resizing out of bound upwards #255

@tremblap

Description

@tremblap

Please tell us what you were doing! You can include code and files by drag and dropping them into the text area.

I am messing about with FFT, at times randomly asking for a window larger than the default maxFFTsize

{ var source = SinOsc.ar(222,mul: 0.1); [source, FluidSTFTPass.ar(source,LFNoise0.kr(1).range(10,10000))] }.play

when the window goes above 8192 I get an assert crash.

What was the expected result?

to give a warning and cap

What was the actual result?

a crash

What operating system were you using?

Mac

Operating system version

Monterey

FluCoMa Version

latest

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions