hallo giulio,
what would you suggest as fastest readout option for the multiplexer capelet in combination with puredata?
i'm trying to read 64 analog signals and then send them via netsend to my computer.
everything is working but the 'sample-rate' of the 64 mux channels is too low/slow.
with the [metro] readout i cannot go lower than 200ms (~ 5Hz per channel) for 64 channels. when I try to get faster readouts of the [bela_multiplexer] table in the example patch, pd goes crazy.
Underrun detected: 1 blocks dropped... 2 blocks dropped... bela stopped...
on the website i read that it should be possible to get 2.75kHz samplerate per channel for 64 channels. how do i achieve this directly from pd? is it possible to catch the [table] values directly from the system without using [table] and [metro]. something like [r tablevalues]?
or is a superfast readout and mux-value-processing only possible with C++?
thanks!