Release Notes 1.0.4
Hi everyone,
Today we are releasing a new patch version of the FluCoMa toolkit. This includes very few changes with one significant change and improvement. In the coming week or so you will also see the Max package arrive on the package manager inside Max which should greatly smooth over the ergonomics of keeping up to date with any further changes. If you are not using the nightlies or compiling yourself, we highly recommend grabbing it from there, rather than from Github.
Supercollider
Max
PureData
CLI
New Shinies
- Revamped Launcher patch for Max
- Various memory improvements across the board
Interface Changes
- Objects with modulatable parameters that effect the size of a list output (
fluid.mfcc~
for example), now shrink and grow the list dynamically. The previous behaviour meant that the maximum was also preserved, padding unused values with a 0. -
transient
family objects now haveblocksize
andorder
capped at somewhat sane defaults, to prevent capping out CPU and entering spinning wheel of death / blue screen situations.
Bugs
- List output for signal in, control out objects
fluid.mfcc~
,fluid.spectralshape~
in PureData and Max were not changing their list size dynamically with parameters that would change the dimensions of the output. For example, changing thenumcoeffs
offluid.mfcc~
would not alter the list size until the DSP was restarted. This is now fixed, and does not require a DSP restart to work. melband misbehaving when changing the numbands · Issue #182 · flucoma/flucoma-core · GitHub - Small error in how
waveform~
channel offset was handled influid.bufnmf~
help patcher. - Other various help patcher bugs.