Here is a little summer fun: a candidate release for 1.0.9. it is mostly bug fixes and slight optimisations, and compatibility with SC 3.14 that was just released.
Let me know if anything is unsavoury.
p.a.
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!
that will help a lot - it is a matter of clicking all of them. If you’re good with a terminal and reg ex, you can probably find the string linked with the file name…
“uplevel #0 $docmds”(Tcl) COMMANDE INVALIDE : invalid command name “.x55e21d3027d0.c”
while executing .x55e21d3027d0.c delete 55e21d32e720_frame”
(“uplevel” body line 6)
invoked from within
“uplevel #0 $docmds”
after encoutering this in a patch I have to restart pd so the gui objects behave normally again.
Done. I was dumb and made a typo in the source code when I cross-referenced objects. Sorted and compiling on github, should be correct at the link above at 9:15 GMT
ok i gave it a spin - it’ll be long to fix, because it seems that the TK object is “destroyed” yet I try to draw it - despite me checking if it is ‘visible’… I’m trying to understand that flag but as you know, Pd’s GUI coding is dark magic meets nightmares…
ok a little more prodding, I’m almost fixing that plus zooming at the same time… but man it is a labour of exorcism… maybe tomorrow I’ll be posting a fix