Hi,
I am starting to use GUIComposer, and I have to say that I am quite impressed with it, good job!
So, now I am starting to add some graphs to show some variable traces, and I notice that the whole UI gets much slower than before. I guess this is because the amount of data to read from the DSP now is much higher.
The thing is that I dont need this graph to be continuously updated, and I like to have a more responsive UI. So I would like to take a snapshot of the data on demand, so that I keep the speed of the UI fast. Is this possible?
I have seen some examples like here, but it is only keeping the data in a variable, and passing it to the widget when a certain condition is met, but I believe that the buffer data is still being transferred all the time, slowing things down. What I would need is actually controlling the reading of the big buffers, so that they are only read when I want to take a snapshot.
Best regards,
Pedro