[PD] warning: float method overwritten

Miller Puckette mpuckett at man104-1.ucsd.edu
Fri Feb 15 00:35:44 CET 2002


Objects which take signals in their left inlets via class_mainsignalin()
also get float methods, automatically, which are promoted to "signal".
It would probably help avoid confusion if you used a different inlet for
your float method -- even in cases where it makes no sense at all to use
"float" inputs as signals.

cheers
Miller

On Thu, Feb 14, 2002 at 10:55:33PM +0100, Thomas Grill wrote:
> Hi list,
> i have a dsp external object which has both a signal in and a float method
> at the leftmost inlet.
> When the class is set up, the warning "float method overwritten" is posted.
> What exactly is the meaning of that? Is there some problem with the above
> setup?
> 
> thanks, Thomas
> 



More information about the Pd-list mailing list