listdump BF to line~
Hello all,
I'm using the breakPoints function object (BF) in a plug-in i made.
This Bf object is used to send messages to a line~ object.
the only thing is that i need to send the messages out of Bf through the
third outlet (listdump) to store them in a coll
and then send them to line~at a precised moment.
When i receive the messages from the coll object, here is what is sent to
the line~ object :
0.000000 0.000000 2950.867432 0.987654 21904.517578 0.962963 47894.851562
0.000000
Result, i have a very nice but unwanted incredible distortion.
It seems like the the value af the X axis is used to control the amplitude
and the one from the Y axis for the time
interpolation when it should be the other way.
Any idea to help me with this problem please ?
Thanks.
Czesc
Czesc-
Why not take the list from the second outlet and store that in the coll? That is the proper format for line~. The third outlet is the *location* of each point, which is different.
If I am misunderstanding, please post a small sample patch.
mzed