01-24-2013 09:57 AM
01-24-2013 09:59 AM
Thannnnnnks
01-24-2013 10:01 AM
It is Exactly as you mentioned before - getting rid of the dequeue in the loop.
Hanan
01-24-2013 10:22 AM
Another (maybe simple) question...
Is there anyway I could preview the last n elements in the queue (n number I choose, not necesserly the whole elements in the queue).
Thanks in advance,
Hanan
01-24-2013 10:30 AM
The limit is your imagination!
Yes there are way to do that. When you say "the last n elements in the queue", do you mean "the n most recently added elements"?
If yes, you can do a get queue status to get the whole content of the queue and then use a split array primitive to only get the element you want to graph.
Hope this helps
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-24-2013 10:35 AM
Hahahah 🙂
Yes this what I ment.
But I guess It would be easier if the "get queue status" could get as an input "# start element to preview" and "# end element to preview" to get that, because me as a user is getting crazy with the transitions between "element" or "samples"..
Thanks 🐵