Re: [PD] Gui Font in 0.48.1 on Debian?

2018-04-17 Thread IOhannes m zmoelnig
On 2018-04-17 16:43, Peter P. wrote: > * IOhannes m zmoelnig [2018-04-17 13:00]: >> On 2018-04-17 12:24, Peter P. wrote: >>> * Peter P. [2018-04-16 14:42]: Has anyone else got the same problem? I am reluctant to go back to apt/Debian's pd

Re: [PD] Gui Font in 0.48.1 on Debian?

2018-04-17 Thread Peter P.
* IOhannes m zmoelnig [2018-04-17 13:00]: > On 2018-04-17 12:24, Peter P. wrote: > > * Peter P. [2018-04-16 14:42]: > >> Has anyone else got the same problem? I am reluctant to go back to > >> apt/Debian's pd 0.47.1-3. > > Actually, if I install via > >

Re: [PD] suggestion: $0 in messages

2018-04-17 Thread Dan Wilcox
Ok, cool. We should port this as an alternate implementation PR on Github. I think it's worth trying to backport stuff like this and stay more in sync, when possible. Thanks for posting :) enohp ym morf tnes --- Dan Wilcox danomatika.com robotcowboy.com > On Apr 17, 2018, at 2:48 PM,

Re: [PD] suggestion: $0 in messages

2018-04-17 Thread Jonathan Wilkes via Pd-list
> On Tuesday, April 17, 2018, 8:10:47 AM EDT, Dan Wilcox > wrote: > Is this compatible with  > https://github.com/pure-data/pure-data/pull/347/files? Are there pros/cons > between the implementations?  Also-- the code I merged into Purr Data adds a binbuf_error

Re: [PD] suggestion: $0 in messages

2018-04-17 Thread Jonathan Wilkes via Pd-list
> On Tuesday, April 17, 2018, 8:43:26 AM EDT, Christof Ressi wrote: > I am biased of course, but checking for t_message_responder class within > canvas_getdollarzero seems a bit weird to me. Yeah, it should probably be renamed to something like pd_getdollarzero.

Re: [PD] suggestion: $0 in messages

2018-04-17 Thread Jonathan Wilkes via Pd-list
> On Tuesday, April 17, 2018, 8:10:47 AM EDT, Dan Wilcox wrote: > Is this compatible with  > https://github.com/pure-data/pure-data/pull/347/files? Are there pros/cons > between the implementations? This implementation doesn't require a change to binbuf_eval's

Re: [PD] suggestion: $0 in messages

2018-04-17 Thread Christof Ressi
I am biased of course, but checking for t_message_responder class within canvas_getdollarzero seems a bit weird to me. I rather preferred to add a function which gets the canvas $0 from a glist (which can be useful anyway) and made both binbuf_dorealizedollarsym and binbuf_doeval take the $0

Re: [PD] suggestion: $0 in messages

2018-04-17 Thread Dan Wilcox
Is this compatible with https://github.com/pure-data/pure-data/pull/347/files? Are there pros/cons between the implementations? > On Apr 17, 2018, at 12:00 PM, pd-list-requ...@lists.iem.at wrote: > > From: Jonathan Wilkes

Re: [PD] Gui Font in 0.48.1 on Debian?

2018-04-17 Thread IOhannes m zmoelnig
On 2018-04-17 12:24, Peter P. wrote: > * Peter P. [2018-04-16 14:42]: >> Has anyone else got the same problem? I am reluctant to go back to >> apt/Debian's pd 0.47.1-3. > Actually, if I install via > > sudo aptitude install puredata=0.47.1-3 > > $ pd -version >

Re: [PD] Gui Font in 0.48.1 on Debian?

2018-04-17 Thread Peter P.
* Peter P. [2018-04-16 14:42]: > Has anyone else got the same problem? I am reluctant to go back to > apt/Debian's pd 0.47.1-3. Actually, if I install via sudo aptitude install puredata=0.47.1-3 $ pd -version still gives me Pd-0.48.1 ("") compiled for

Re: [PD] remote ssh into pd

2018-04-17 Thread IOhannes m zmoelnig
On 2018-04-17 00:28, michael strohmann wrote: > Hello List, > i have a pd patch running on raspberry. > would be great to open an xsession and peek into the running patch via ssh. > is this at all possible? to connect to a running session, it is easier to just use VNC. fgamsdr IOhannes