1.0.9 Release!

Here we go!!!

Release Notes:

new features:

[sc] DataSet can read knearest on the server, see DataSet.kr

[all] dataset tobuffer now has an argument to flip the ID and the label.

breaking changes:

[all] bufcompose now takes the source’s samplerate when resizing is needed.

[sc] all .kr triggers are now outputing 1 (or k) only on success

[sc] the signed binaries we provide now needs SC 3.14 - the code can be compiled by end users for any other version of SC they require though.

[pd] fix mouseup bindings on fluid.waveform and fluid.plotter, now optional mouseup message, and remove duplicates of coordinates on mouseup, as well as picky click-drag behaviours.

and many smaller bug fixes, documentation clarifications, and clearer examples, see the repositories for the details!


Download links:

5 Likes

and now, 1.0.9 is on the package manager

3 Likes

Thanx so much!!!

1 Like

Thanks for the update - I’m not sure if anyone else has run into this, but with the new library in SuperCollider, if I run FluidDataSet, the server immediately exits and disconnects. Has anyone else experienced this?

this looks like you have a mismatch between SC version and FluCoMa version - we need to recompile everytime they change something.

so flucoma 1.0.9 is compatible with the new SC 3.14

`FluidAmpSlice.version` will tell you what you are on.

thank you, that was it - my mistake.

1 Like

not just yours. Soon SC will do one (big) change that will allow us to do one (small) change that will sort that problem forever. If you are interested, the Github of SC is a good place to read about it :slight_smile:

In the meantime, and if it continues to be elusive, we might have to try to produce multiple binaries for various SC versions. This has been the case since forever but the changes to the boost library is not frequent on their side and that is what breaks our side…