Re: [PD] gui object arguments

2013-08-07 Thread Jonathan Wilkes
On 08/07/2013 01:49 AM, Dan Wilcox wrote: Do any of the pd gui / iem gui objects take creation args? Forgive me if I missed this in the help patches. For Pd-extended and Pd-l2ork: Should be in a subpatch for the relevant object class, named ${iemgui}_creation_arguments: http://sourceforge.ne

Re: [PD] gui object arguments

2013-08-07 Thread Dan Wilcox
= (double)atom_getfloatarg(2, argc, argv); max = (double)atom_getfloatarg(3, argc, argv); } And an equivalent for the other gui objects. On Aug 7, 2013, at 6:00 AM, pd-list-requ...@iem.at wrote: > From: IOhannes m zmölnig > Subject: Re: [PD] gui object arguments > Date: August 7, 201

Re: [PD] gui object arguments

2013-08-07 Thread Dan Wilcox
e: > From: IOhannes m zmölnig > Subject: Re: [PD] gui object arguments > Date: August 7, 2013 2:42:33 AM EDT > To: pd-list@iem.at > > > On 08/07/13 07:49, Dan Wilcox wrote: >> Do any of the pd gui / iem gui objects take creation args? Forgive me if >> I missed t

Re: [PD] gui object arguments

2013-08-06 Thread IOhannes m zmölnig
On 08/07/13 07:49, Dan Wilcox wrote: > Do any of the pd gui / iem gui objects take creation args? Forgive me if > I missed this in the help patches. all of them do, as this is the way how they keep their properties when loading a patch. on the downside, most of these arguments are not really mean

[PD] gui object arguments

2013-08-06 Thread Dan Wilcox
Do any of the pd gui / iem gui objects take creation args? Forgive me if I missed this in the help patches. My thought is that it would be nice to be able to create and set a slider's range like this [hsl 0 1] or set the number of radio buttons like [hradio 2] ... Dan Wilcox @danomat