Re: [PD-dev] Message dispatching system

2013-06-16 Thread Jonathan Wilkes
>From: Miller Puckette >To: Jonathan Wilkes >Cc: pd-dev@iem.at >Sent: Sunday, June 16, 2013 12:53 PM >Subject: Re: [PD-dev] Message dispatching system >It's a general rule - it was the easiest way to code it portably.  If you wanted to truly intersperse

Re: [PD-dev] Message dispatching system

2013-06-16 Thread Miller Puckette
It's a general rule - it was the easiest way to code it portably. If you wanted to truly intersperse floats and integer/pointers you'd have something like a 32-case switch statement to generate the function calls. cheers Miller On Mon, May 20, 2013 at 01:41:06PM -0400, Jonathan Wilkes wrote: > H