Owen Green
Owen Green
Thanks for the thought! The root problem is actually that we need to be able to send replies from the command fifo thread (rather than the audio thread), and to...
Many Thanks @madskjeldgaard, Very useful to have a case demonstrating this being problematic. Yes, the problem is likely to be allocations, and this is something we intended to address, although...
I should have mentioned that for most objects it's possible to at least mitigate the costs of instantiation by turning down the seldom-used `max` parameters where available. In the specific...
Re: documentation, you are right – I guess it was the *shame* :-) Longer-term, we do intend to deal with all of these, including the Eigen ones: we can refactor...
@madskjeldgaard I've just merged PRs into core and here that should hopefully go some substantial way to addressing this: all the algorithms have been reviewed, and anything that touches the...
Good point (and I guess we should assert that the `server` for each passed `Buffer` actually matches). The scale of breakage will be pretty immense though, so I'd be inclined...
Thanks everyone. I have an Arch VM so I'll try and reproduce / diagnose when I can, but UDP packet loss does seem like a possible cause. I general having...
@elgiano I just had a quick skim of the discussion on that SC issue. Those responses pointing out that this is an inherent feature of UDP are, unfortunately, right: packet...
It's not so much an issue of correctness – as far as I know the parallel process will still honour the selected range (if it doesn't, then obviously there's a...
Thanks @madskjeldgaard – that's one of our dependencies (https://github.com/AlexHarker/HISSTools_Library), but I felt sure we'd spent some time with the author making it ARM friendlier a couple of years back. Will...