[PD] specify send and return params of GUI objects at their creation

2019-03-20 Thread Mario Buoninfante
Hi Iohannes,

Thanks for that ;)

Cheers,
Mario
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] ggee/shell makes pd+gem crash

2019-03-20 Thread Roman Haefeli
On Wed, 2019-03-20 at 13:42 +0100, IOhannes m zmoelnig wrote:
> 
> > Personally, I'd prefer if the
> > library was hosted at a central place and I don't actually need my
> > personal fork.
> 
> +1

Glad we agree.


> > I don't have access to the pd-externals group, so unless someone
> > makes
> > me a member, 
> 
> you now.

Thanks! So, Jean-Yves, you probably know now where to put your pull
requests ;-)

Roman


signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] ggee/shell makes pd+gem crash

2019-03-20 Thread IOhannes m zmoelnig
On 20.03.19 13:36, Roman Haefeli wrote:
> Hi Jean-Yves
> 
> On Tue, 2019-03-19 at 18:26 +0100, Jean-Yves Gratius wrote:
>> Well,  I'd like to do a pull request for ggee/shell external.
>> Which repository should I refer to  ? 
>> https://github.com/pd-externals/ggee  ?
>> https://github.com/reduzent/pd-ggee ?
> 
> The latter is mine and I created it from git2svn read-only repo because
> I was interested in having ggee has a Deken package. It seems, though,
> that the former has more recent commits. 

the more recent commits are mostly me merging in your commits :-)

> Personally, I'd prefer if the
> library was hosted at a central place and I don't actually need my
> personal fork.

+1


> 
> I don't have access to the pd-externals group, so unless someone makes
> me a member, 

you now.

fgasdr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] ggee/shell makes pd+gem crash

2019-03-20 Thread Roman Haefeli
Hi Jean-Yves

On Tue, 2019-03-19 at 18:26 +0100, Jean-Yves Gratius wrote:
> Well,  I'd like to do a pull request for ggee/shell external.
> Which repository should I refer to  ? 
> https://github.com/pd-externals/ggee  ?
> https://github.com/reduzent/pd-ggee ?

The latter is mine and I created it from git2svn read-only repo because
I was interested in having ggee has a Deken package. It seems, though,
that the former has more recent commits. Personally, I'd prefer if the
library was hosted at a central place and I don't actually need my
personal fork.

I don't have access to the pd-externals group, so unless someone makes
me a member, I'm not able to pull in your changes there. I could
incorporate your changes in my fork, but I'd rather delete it than
having two deviating forks on GitHub. 

Roman 





signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] specify send and return params of GUI objects at their creation

2019-03-20 Thread IOhannes m zmoelnig
On 20.03.19 12:49, Mario Buoninfante wrote:
> Hi,
> 
> Is it possible to create an [hslider] (or other vanilla GUI objects) and
> specify its send and return params at its creation?
> 
> ie. [hsl vol_send vol_recv] would generate a slider with send = 'vol_send'
> and receive = 'vol_recv'

yes it's possible.
just open a Pd-patch that contains the object you want to create in your
favourite plaintext-editor, and search for "hsl" to get a glimpse of the
arguments you can pass.
you will need to pass all (or at least: most) parameters, even if you
only want to specify one.

fgmasdr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] specify send and return params of GUI objects at their creation

2019-03-20 Thread Mario Buoninfante
Hi,

Is it possible to create an [hslider] (or other vanilla GUI objects) and
specify its send and return params at its creation?

ie. [hsl vol_send vol_recv] would generate a slider with send = 'vol_send'
and receive = 'vol_recv'

Cheers,
Mario
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list