How to read data from the array so it would be updated immediately, not on request?
-
How to read array data in real time?
-
Don't know if I understood well, but try reading [tabreceive~]'s help file.
-
Don't know if I understood well
In other words [tabread] sending value from array only after it receives index number, and I need to receive value immediately after it changes.
but try reading [tabreceive~]'s help file.
But isn't it allows to get only signal output? I need to read value as float.
-
bunp
-
Sorry Hodok, I didn't see your last post.
Anyway, I miss a context, a more concrete example to understand what you mean.
One part of your patch writes into an array, and another part has to be able to detect by itself (without communication with the other part) where changes took place ?Nau
-
I'll illustrate with this patch. There is 5 sliders, and array. Changes from array should be immediately reflected on the sliders. Any sort of communication is acceptable.
-
Hi hodok. Maybe this patch could solve your issue. Just turn on metro before changing values in array.
-
Thanks, it solved issue pretty nicely!
Pity that Pure Data seems just doesn't have any more elegant solution. -
Here's another solution using [tabdump] from zexy