[PD] attached

Ed Kelly morph_2016 at yahoo.co.uk
Wed Jun 29 14:50:07 CEST 2005


Same thing happens. Here is the source code with your
adjustments added.

Ed

--- Olaf Matthes <olaf.matthes at gmx.de> wrote:

> >>Ed Kelly wrote:
> >>
> >>
> >>>void simile_setup(void) {
> >>>  simile_class = class_new(gensym("simile")),
> >>>  (t_newmethod)simile_new,
> >>>  0, sizeof(t_simile),
> >>>  CLASS_DEFAULT,
> >>>  A_DEFFLOAT, 0.01);
> >>
> >>should be:
> >>
> >> > void simile_setup(void) {
> >> >   simile_class = class_new(gensym("simile")),
> >> >   (t_newmethod)simile_new,
> >> >   0, sizeof(t_simile),
> >> >   CLASS_DEFAULT,
> >> >   A_DEFFLOAT, 0);
> 
> And if you use 0 instead of CLASS_DEFAULT???
> 
> Olaf
> 
> 


Dr Edward Kelly
Research Assistant in Sonic Arts
London College of Communication
University of the Arts London


	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: simile.c
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20050629/1b1670d5/attachment.txt>


More information about the Pd-list mailing list