Say you are working with eight sensors on the body.. Is there some (free/open source) library for live processing that in different ways.. Like taking rolling averages, measuring changing energy levels etc? + gesture classifying as well but also the basic stuff.. There must be standard ways of doing this in e.g. puredata?
@yaxu pinging @kf (who I think uses body sensors with supercollider)
@mathr @yaxu ping ping! Yes, indeed, that's been our party trick since 2014 or so. We're using #minibee accelerometers strapped to a dancer's wrists or ankles. I haven't found any standard libraries, but I've been experimenting with the GRT toolkit for basic posture recognition (https://gitlab.com/kflak/minibee-posture-recognition), in addition to a bunch of classes in #supercollider for working with the data to trigger/control events (https://gitlab.com/kflak/minibeeutils).
Kenneth Flak / MiniBee posture recognition

OpenFrameworks machine learning app for recognizing postures of MiniBee movement sensors over the OpenSoundControl protocol.

@mathr @yaxu once upon a time I wrote a few blog posts detailing some of the principles at work: https://roosnaflak.com/tech-and-research/minibee-tutorials/, and we are currently doing a project called 100 sketches (https://roosnaflak.com/100-sketches/) focusing on movement/sound interaction with accompanying sc source code.
MiniBee & SuperCollider Tutorials | Roosna & Flak