Dear list,<div><br></div><div>Right now in the redacted branch and perhaps in fluxa, if these were merged yet, there is a bug with (sample ). I changed that node to playback in reverse when the frequency is negative. That's a good feature, but now it has two issues. Once the node is set to play in reverse it will keep doing so even when it's recycled. This leads to interesting "non determinism" but clearly that's wrong. Worse is that if a sample is still loading while this happens Fluxa will crash.</div>
<div><br></div><div>I can fix it, I already had to deal with a related matter for (scrub ) and hope to do so this weekend. This is more of a warning that right now this is unsafe. Use (scrub ) with a (ramp ) for your sample-reversing needs.</div>
<div><br></div><div>Other changes I plan to make; </div><div><br></div><div>(xfade ) when only fed floats should return a float, not a node, this should speed things up and relieve some strain on the "node-pool"</div>
<div><br></div><div>(kas-filter ) is by far the most expensive node, cpu-wise. This is partially a result of extra care in sound quality (with input interpolation) but part of the blame is likely in calculating a cosine, which could be done with a table. </div>
<div><br></div><div>Yours,</div><div>Kas.</div>