Re: [PD-dev] [PD] external questions

2007-09-25 Thread Atte André Jensen
IOhannes m zmoelnig wrote: 1. most likely this is the culprit: class_addmethod(arp_class, (t_method)arp_bang, gensym(bang), A_DEFFLOAT, 0); with this code you say that arp_bang() expects a float as an argument. but arp_bang() does not!! (and btw, you already

Re: [PD-dev] [PD] external questions

2007-09-25 Thread IOhannes m zmoelnig
Atte André Jensen wrote: Aha. So I should simply remove the above lines, right? right. To remove the risk of name clashes between my external and others, right? right. I'm now subscribed to that also, thanks! right. mfa.sdr IOhannes ___

Re: [PD-dev] [PD] external questions

2007-09-24 Thread IOhannes m zmoelnig
Atte André Jensen wrote: Hi I'm writing my second external, an arpeggiator called arp. I know I was encouraged to write it as an abstraction, but the exact features that I wanted seemed too overwhelming for a pd-newbie. Anyways, I have two questions: 1) Whenever I instantiate it in