Hi Peter,

It sounds like you're missing an argument for the object.

Argument 0: <integer> - Max Polyphony
Argument 1: <bool> - Voice Stealing (0/1) 
Argument 2: <symbol> - Object name
Argument 3: <symbol> - Unique ID

For example: [u_makepoly 8 1 s_rhodey $0-inst]

Hope that helps.

P.s. We're in the process of creating some online documentation (similar to Max) for all the objects in the library. It'd be great to get some feedback once it's finished. 

Thanks,
Joe

On Mar 10, 2011, at 8:57 PM, Peter Kirn wrote:

> Thanks, everyone.
>
> So, patko, I gather poly alone should work -- I'd just multiplex
> messages, so long as there are two arguments?
>
> Hans, I gather the Rj version u_makepoly is now the newest. It's
> looking great, though I ran into one hitch - right now, with the
> abstraction I built it's giving me this error -
> Error: Bad arguments for message 'f' to object 'objectmaker' f $1 ...
> couldn't create
>
> Not sure what that means. (I mean, I know literally what it means, but
> not why.) Looking into it / open to someone pointing out anything
> obvious. ;)
>
> Peter