Re: [PD] Dynamic arrays creation problem

2007-12-30 Thread Frank Barknecht
Hallo, raul diaz hat gesagt: // raul diaz wrote: I'm working on a patch as interface for Pulsar Grain Synthesis based on a variation of nullpointer abstractions (good work Tom!): - http://www.nullpointer.co.uk/-/pd.htm - http://www.nullpointer.co.uk/-/files/pulse-grain-generator.zip I'm

Re: [PD] Dynamic arrays creation problem

2007-12-30 Thread raul diaz
Hi hard-off, Frank, all! Thanks for your comments. The main problem was that all arrays have the same name, and I know, dynamic patching is not necessary here, but I was playing nowadays with that, so I tried to implemented it in this way. I'm going to remade the abstraction in a simpler way.

Re: [PD] Dynamic arrays creation problem

2007-12-30 Thread Frank Barknecht
Hallo, raul diaz hat gesagt: // raul diaz wrote: Thanks for your comments. The main problem was that all arrays have the same name, and I know, dynamic patching is not necessary here, but I was playing nowadays with that, so I tried to implemented it in this way. I'm going to remade the

Re: [PD] Dynamic arrays creation problem

2007-12-30 Thread raul diaz
Ok! Sorry for the error I have corrected it now, but why can't I change size or label of canvas? Any explanation? 2007/12/30, Frank Barknecht [EMAIL PROTECTED]: Hallo, raul diaz hat gesagt: // raul diaz wrote: Thanks for your comments. The main problem was that all arrays have the

Re: [PD] Dynamic arrays creation problem

2007-12-30 Thread raul diaz
...I forgot to attach the patch again! My brain is on holidays! ;-) 2007/12/30, raul diaz [EMAIL PROTECTED]: Ok! Sorry for the error I have corrected it now, but why can't I change size or label of canvas? Any explanation? 2007/12/30, Frank Barknecht [EMAIL PROTECTED]: Hallo,

Re: [PD] Dynamic arrays creation problem

2007-12-30 Thread Luke Iannini (pd)
2007/12/30, raul diaz [EMAIL PROTECTED]: I have corrected it now, but why can't I change size or label of canvas? Any explanation? Hi Raul, The issue is that you are leaving off the rest of the parameters to the cnv object on creation. Apparently this results in a malformed cnv object

[PD] Dynamic arrays creation problem

2007-12-29 Thread raul diaz
Hi again! I'm working on a patch as interface for Pulsar Grain Synthesis based on a variation of nullpointer abstractions (good work Tom!): - http://www.nullpointer.co.uk/-/pd.htm - http://www.nullpointer.co.uk/-/files/pulse-grain-generator.zip I'm making some functions (constant, ramp up/down,

Re: [PD] Dynamic arrays creation problem

2007-12-29 Thread raul diaz
Sorry...I forgot to attach patches! Saludos! 2007/12/29, raul diaz [EMAIL PROTECTED]: Hi again! I'm working on a patch as interface for Pulsar Grain Synthesis based on a variation of nullpointer abstractions (good work Tom!): - http://www.nullpointer.co.uk/-/pd.htm -

Re: [PD] Dynamic arrays creation problem

2007-12-29 Thread hard off
the problem is that all the tables begin with the same name (array1). thus the [; array1 rename $1 ( message you're sending will rename every table in all 6 abstractions. change the original arraynames to $0-array, and then go: [rename $1( | [s $0-array]