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
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))] }.playwhen 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