Re: [PD] [GEM] pix_mano and latest linux kernels

2012-10-13 Thread Hans-Christoph Steiner
This should attach automatically: $ gdb pd Otherwise try looking up the PID number of the 'pd' process, and then doing 'attach PID#' at the gdb prompt. Try loading Gem.pd_linux first, then pix_mano.pd_linux .hc On Oct 13, 2012, at 8:36 PM, Jaime Oliver wrote: > Hey Hans, > > Thanks, but I

Re: [PD] [GEM] pix_mano and latest linux kernels

2012-10-13 Thread Jaime Oliver
/also: (gdb) attach pd. Illegal process-id: pd.. ? J On Sat, Oct 13, 2012 at 8:36 PM, Jaime Oliver wrote: > Hey Hans, > > Thanks, but I am hitting a wall: > >> (gdb) add-symbol-file /home/joliver/Gem/extra/pix_mano/pix_mano.pd_linux >> The address where /home/joliver/Gem/extra/pix_mano/pix_ma

Re: [PD] [GEM] pix_mano and latest linux kernels

2012-10-13 Thread Jaime Oliver
Hey Hans, Thanks, but I am hitting a wall: > (gdb) add-symbol-file /home/joliver/Gem/extra/pix_mano/pix_mano.pd_linux > The address where /home/joliver/Gem/extra/pix_mano/pix_mano.pd_linux has been > loaded is missing perhaps I should be adding Gem.pd_linux instead of my external? J On Sat, O

Re: [PD] [GEM] pix_mano and latest linux kernels

2012-10-13 Thread Hans-Christoph Steiner
Try running Pd with gdb and you'll get a lot more information on the crash. Search puredata.info for "gdb" for howto. the "backtrace" command in gdb is a good place to start, it'll show you in which function the crash is occuring. .hc On Oct 13, 2012, at 5:27 PM, Jaime Oliver wrote: > Hi al

[PD] [GEM] pix_mano and latest linux kernels

2012-10-13 Thread Jaime Oliver
Hi all, IOhannes, I am porting my systems from fedora 11 to ubuntu 12.04, but I am having some trouble with pix_mano. In Ubuntu 12.04 I get: Segmentation fault (core dumped) and Pd crashes I have tested it in two different computers and get the same results. The exact same code and versions of

Re: [PD] tabulator-key isn't detected in pd 0.43?

2012-10-13 Thread Martin Peach
[key] | [0\ Tab also doesn't work here on Win7 with 0.43.1-extended-20120618. Martin On 2012-10-13 15:23, Hans-Christoph Steiner wrote: It should work, can you post a patch that illustrates the problem? .hc On Oct 13, 2012, at 1:04 PM, Mirko Maier wrote: hi list, apparently, different f

Re: [PD] pd-extended 0.43.1 - objects not loaded

2012-10-13 Thread athos bacchiocchi
oh well, thanks. So, it's all a matter of calling multiplex at least once. As for the "standalone" build, I think I will stick to the standard procedure, as I'm not able to do what hans says. athos On 10 October 2012 22:20, Roman Haefeli wrote: > > [mux~] is part of zexy. > and does not load w

Re: [PD] tabulator-key isn't detected in pd 0.43?

2012-10-13 Thread Hans-Christoph Steiner
It should work, can you post a patch that illustrates the problem? .hc On Oct 13, 2012, at 1:04 PM, Mirko Maier wrote: > hi list, > > apparently, different from previous versions, "key" doesn't recognize the > tabulator key, is that true? is that an error to be fixed or will that > remain? u

Re: [PD] Copies of Miller's Pd+Raspbian system-image (Oct 7, , 2012) available

2012-10-13 Thread Theron Trowbridge
There weren't any materials other than the SD card. Beyond the how-to of talking to the Pi, it was a basic intro to Pd class. There is a video of the class on Ustream (well, the first three hours). Warning: it's a little dark and completely unedited, but you can hear Miller just fine: http://ww

[PD] tabulator-key isn't detected in pd 0.43?

2012-10-13 Thread Mirko Maier
hi list, apparently, different from previous versions, "key" doesn't recognize the tabulator key, is that true? is that an error to be fixed or will that remain? unfortunately a lot of my patches work with that key. (it's on win xp) best mirko ___ P

Re: [PD] Multiple lines of text projected in a column

2012-10-13 Thread Alexandros Drymonitis
This seems to work. Thanks. On Sat, Oct 13, 2012 at 4:03 PM, Marian Weger wrote: > > Hm, using [text2d] and hitting return only creates a space between the >> words. >> For example, I'd like to get: >> Good morning >> everyone >> > > As Pd messages do not support carriage return, you need to co

Re: [PD] Multiple lines of text projected in a column

2012-10-13 Thread IOhannes m zmölnig
On 10/13/2012 02:45 PM, Alexandros Drymonitis wrote: > Hm, using [text2d] and hitting return only creates a space between the > words. > For example, I'd like to get: > Good morning > everyone when you hit "return", you don't insert a line-break into your message (though it may first look like tha

Re: [PD] Multiple lines of text projected in a column

2012-10-13 Thread Marian Weger
Hm, using [text2d] and hitting return only creates a space between the words. For example, I'd like to get: Good morning everyone As Pd messages do not support carriage return, you need to convert your text to a string first. So, this should do the job: [string 071 111 111 100 032 109 111

Re: [PD] Copies of Miller's Pd+Raspbian system-image (Oct 7, , 2012) available

2012-10-13 Thread geoffroy
Thanks! that's really great! Any material of the workshop is available ? On 10/13/2012 02:18 AM, pd-list-requ...@iem.at wrote: Date: Fri, 12 Oct 2012 13:21:04 -0700 From: "Joe Deken" Subject: [PD] Copies of Miller's Pd+Raspbian system-image (Oct 7, 2012) available To:pd-list@iem.at Cc:s

Re: [PD] Multiple lines of text projected in a column

2012-10-13 Thread Alexandros Drymonitis
Hm, using [text2d] and hitting return only creates a space between the words. For example, I'd like to get: Good morning everyone Instead of: Good morning everyone On Sat, Oct 13, 2012 at 3:26 PM, IOhannes m zmölnig wrote: > On 10/13/2012 09:44 AM, Alexandros Drymonitis wrote: > > Maybe I wasn'

Re: [PD] Multiple lines of text projected in a column

2012-10-13 Thread IOhannes m zmölnig
On 10/13/2012 09:44 AM, Alexandros Drymonitis wrote: > Maybe I wasn't clear, sorry. I ment in Gem. > > On Fri, Oct 12, 2012 at 10:44 PM, Alexandros Drymonitis > mailto:adr...@gmail.com>> wrote: > > Hi all, > I've checked the text objects and examples in Pd and I was wondering > if mul

Re: [PD] Multiple lines of text projected in a column

2012-10-13 Thread Alexandros Drymonitis
Maybe I wasn't clear, sorry. I ment in Gem. On Fri, Oct 12, 2012 at 10:44 PM, Alexandros Drymonitis wrote: > Hi all, > I've checked the text objects and examples in Pd and I was wondering if > multiple lines of text are possible, preferably projected in a column, so > being able to set limits tha