Hi, I'm new to this forum, but I've been reading the post here for the last two weeks looking for answers regarding PD, and I found it great... thank you very much in advance!!
So, now, my problem:
Actually, is very simple. I have a qlist object that is reading a file and sending data to the corresponding [receive] objects.
Each value is read by its receive object, and I need to re-send it after a DELAY TIME.
The problem is that the values can be a simple float or a list of floats, and that's variable.
So, when I intend to use [PIPE] to delay the message, it only stores and, later, sends, the first of the elements of the list!!!!!
So, how can I do to queue a list of floats (a pure, simple list!!) and send it after a delay time??
I thought [pipe] could manage lists, but I don't know if I'm doing something wrong...
Anyway, thank you very much, and I wait for someone's answer!!!!!
metronomme
...
OK, I found list-fifo, and I think I'm in the good path.. It's exactly what I was looking for, execpt that now I need a [delay] object that could receive more than one value and send bangs sequencially...
That exists????
Something that could enqueue delays...
thankyou!!!!