On 3/10/11 10:17 PM, Hans-Christoph Steiner wrote:
I don't use the rjdj libs so I wouldn't be the one to ask about
them. Frank is the main author tho, so he probably keeps them up
to date.
Never mind; this was my fault - found the glitch. I'm not correctly
passing through the argument for the array. It's a symbol reference,
but make_poly's message dispatching structure expects floats. I'm
fixing it now.
Anyway, because rjlib does all this dispatching for you, it's
definitely the most sophisticated way to go - and it's still
wrapping around poly.
The question now is how easy it is, and how efficient it is, versus
using libpd to handle the same tasks on the side of your code. So,
whipping up a granular example is a good way to go, as it pushes the
envelope a bit on both fronts. I'll report back if I can find
something intelligent to say. ;)
Peter