Stephen Whitmarsh

Results 13 issues of Stephen Whitmarsh

I made a patch that includes EEG and EMG processing and plotting. It was extremely slow with processing on control signals ~10 times slower than required (perhaps even more). I...

As proposed here: https://journals.physiology.org/doi/full/10.1152/jn.00936.2006 Should be straighforward using this Python implementation: https://github.com/MPIDS/EMG-BayesFilter See also: https://www.julesfrancoise.com/pipo-emg-envelope/ and: https://github.com/ircam-ismm/bayesfilter

When an earlier defined variable name is (the first?) part of subsequent variable name definition, it replaces that overlapping part with the value of the earlier variable. Switching the order...

Not only might this give interesting extra continuous dynamics from the same 'source', it reflects, at least conceptually, a cognitive phenomenon: e.g. a sudden change in attention (in the case...

should be: [scale] parameter= [offset] parameter= The following modules do it differently: inputosc, keyboard, inputmidi, quantizer, launchcontrolmini, inputcontrol, spectral

currently, rather than matching names of input and Yscale, it just runs sequentially through Ylim parameters given, and will break if an empty field is given rather than applying 'autoscale'...

Since I have started with learning how to create GUI's and work with visual elements and PyQt especially, as well as the fact that the videomixer software is only used...

Reading on the history of EEG-music, and especially the first attempts by Dewan and Lucier. The chapters on Dewan and Cybernetics, in Earth Sound Earth Signal, Energies and Earth Magnitude...

After exploring electrogastography, it became clear that this poses some (expected) practical problems. EGG signal is at around 0.05 Hz, requiring minimally a minute long timewindow for the power estimate....

In outputosc, In the default ini the same keys are used in separate input and output fields. It would be more consistent to output directly from Redis. In fact, one...