Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Hans-Christoph Steiner
On Thu, 14 Jan 2010 04:31 +0100, "András Murányi" wrote: > > > > There has been lots of work on the 0.43 Pd GUI Rewrite, and it should > > be > > > > quite useable now. Please try it for any daily patching and report any > > > > issues that you might have so that they can be fixed. There is a bu

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread András Murányi
> > > There has been lots of work on the 0.43 Pd GUI Rewrite, and it should > be > > > quite useable now. Please try it for any daily patching and report any > > > issues that you might have so that they can be fixed. There is a bunch > of > > > fun new stuff possible with plugins, like you can b

Re: [PD] create folder implementation

2010-01-13 Thread Hans-Christoph Steiner
On Thu, 14 Jan 2010 02:12 +0100, colet.patr...@free.fr wrote: > Selon Matteo Sisti Sette : > > > I guess you're using windows too, right? > > yes > > > > > Fortunately I've keeped a working release, but it works with python24 > > > only: > > > > Oh, would you please send it to me? (or is it onl

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Jonathan Wilkes
It happens with help-intro.pd, and it also happens sometimes when I open about 18 of the help patches at a time from the reference folder. Sometimes if I try to close one of the patches, part of that patch goes blank but it doesn't finish closing, and I have to kill pd. I tried to make a reall

Re: [PD] PDuino problems

2010-01-13 Thread Hans-Christoph Steiner
Try the AllInputsFirmata patch that is included in Arduino 0018. It should just start sending all inputs once it starts. Also, you need the latest Pduino if you are going to use the latest Firmata. .hc -- Hans-Christoph Steiner h...@at.or.at On Wed, 13 Jan 2010 23:50 +, "Andrew Farad

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Hans-Christoph Steiner
On Mon, 11 Jan 2010 17:53 +0100, "András Murányi" wrote: > On Sun, Jan 10, 2010 at 11:02 PM, Hans-Christoph Steiner > wrote: > > > > > There has been lots of work on the 0.43 Pd GUI Rewrite, and it should be > > quite useable now. Please try it for any daily patching and report any > > issues t

Re: [PD] PDuino problems

2010-01-13 Thread Andrew Faraday
I did set the pins to input mode, still no response in PD, unfortunately. > From: h...@at.or.at > To: jbtur...@hotmail.com; gregp...@gmail.com; pd-list@iem.at > Subject: Re: [PD] PDuino problems > Date: Wed, 13 Jan 2010 18:47:41 -0500 > > > You have to set the pin to input mode, check the ardu

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Hans-Christoph Steiner
I haven't had that happen, but I am on a 2 year old machine, which is pretty fast. It sounds like it shouldn't happen tho. Does it happen with other patches, or just help-intro.pd? .hc On Mon, 11 Jan 2010 16:21 -0800, "Jonathan Wilkes" wrote: > When I open help-intro.pd and try to close it, i

Re: [PD] PDuino problems

2010-01-13 Thread Hans-Christoph Steiner
You have to set the pin to input mode, check the arduino-test.pd patch, look in the upper right corner. Same with analog input. For the analog pins, you can also use the analog message. By the way, the Firmata versino in 0017 is pretty buggy, you're better off using the 0018 release candidate f

Re: [PD] pd-gui-rewrite and portaudio

2010-01-13 Thread Hans-Christoph Steiner
On Wed, 13 Jan 2010 12:09 +0100, "IOhannes m zmoelnig" wrote: > Marco Donnarumma wrote: > > Hi list, > > just got my hands on the pd-gui-rewrite. It looks great, smooth and sweet, > > you guys have done a big re-work and i'm pretty impressed. > > Anyway now comes the hassle.. > > I cannot have th

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Hans-Christoph Steiner
On Wed, 13 Jan 2010 21:32 +0100, "cyrille henry" wrote: > > > Hans-Christoph Steiner a écrit : > > > > On Jan 13, 2010, at 11:39 AM, cyrille henry wrote: > > > >> IOhannes m zmoelnig a écrit : > >>> > >>> this is how 0.43 currently looks. > >> ok > > > > The look of the font is largely based

[PD] Max/MSP and Pd patches competition

2010-01-13 Thread Rui Penha
(apologies for cross posting - please spread - thank you!) MAX/MSP AND PD PATCHES COMPETITION A competition to discover the most original patch for Max/MSP or Pure Data, the two sister programming languages by objects for multimedia, both of which are the subject of Digitópia seminars in 2009/201

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread cyrille henry
Hans-Christoph Steiner a écrit : On Jan 13, 2010, at 11:39 AM, cyrille henry wrote: IOhannes m zmoelnig a écrit : this is how 0.43 currently looks. ok The look of the font is largely based on what fonts you have installed and what fonts Tcl/Tk finds and assigns to "courier". That is a

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Hans-Christoph Steiner
On Jan 13, 2010, at 11:39 AM, cyrille henry wrote: IOhannes m zmoelnig a écrit : this is how 0.43 currently looks. ok The look of the font is largely based on what fonts you have installed and what fonts Tcl/Tk finds and assigns to "courier". That is a flaky process, and something tha

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Hans-Christoph Steiner
On Jan 13, 2010, at 4:45 AM, Roman Haefeli wrote: Am 13.01.10 10:26 schrieb "cyrille henry" unter : hello, yes, it is now compiling. but i've got this message in pd log : WARNING: Font family 'Courier' not found, using default (courier) got the same also on Ubuntu 9.10 (I was still using

Re: [PD] create folder implementation

2010-01-13 Thread Matteo Sisti Sette
colet.patr...@free.fr escribió: Hello, Same problem here, with last release of [pyext] I guess you're using windows too, right? Fortunately I've keeped a working release, but it works with python24 only: Oh, would you please send it to me? (or is it online somewhere?) maybe you should u

[PD] create folder implementation (was: pyext always crashes)

2010-01-13 Thread colet . patrice
Hello, Same problem here, with last release of [pyext] py/pyext 0.2.1pre - python script objects (C)2002-2008 Thomas Grill - http://g.org/ext using Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] Fortunately I've keeped a working release, but it works with pyt

Re: [PD] pdj: how to configure the startup flags in OSX and GUI examples

2010-01-13 Thread IOhannes m zmoelnig
josepadovani wrote: > Hi, > > Have just downloaded/extracted pdj to my /pdj/. > I'm trying to set the flag "-schedlib ~/pdj/pdj" to be able to create > guis with AWT (according to the document pdj.pdf at > http://www.le-son666.com/software/pdj/). > But it is not working... > > "-schedlib /Users/z

[PD] pdj: how to configure the startup flags in OSX and GUI examples

2010-01-13 Thread josepadovani
Hi, Have just downloaded/extracted pdj to my /pdj/. I'm trying to set the flag "-schedlib ~/pdj/pdj" to be able to create guis with AWT (according to the document pdj.pdf at http://www.le-son666.com/software/pdj/). But it is not working... "-schedlib /Users/ze/pdj/pdj: can't load library" an

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread IOhannes m zmoelnig
cyrille henry wrote: > > > IOhannes m zmoelnig a écrit : > >> this is how 0.43 currently looks. > ok >> i take your "look better" for slight sarcasm here, though i don't think >> it looks that bad (apart from the non-bold font) > are the sometimes color changing line a feature i think they

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread cyrille henry
IOhannes m zmoelnig a écrit : this is how 0.43 currently looks. ok i take your "look better" for slight sarcasm here, though i don't think it looks that bad (apart from the non-bold font) are the sometimes color changing line a feature why did "clear printout" disappear? do you think

[PD] puredata forum

2010-01-13 Thread yann
hi, i use the pd forum at puredate.hurleur.com for some time. since a couple of days i always get the message below if i try to access the site. on the irc channel i was told that the sites was working. does somebody experience the same or has an idea what this means? could my computer by so

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread IOhannes m zmoelnig
cyrille henry wrote: > hello, > > yes, you did fix the Gem loading error. > (i had to make clean before autogen etc) ah yes (you should have been able to make clean after autblah as well) > so i gess i can now test 0.43 > > 1st, i've got a stupid question : here is a snapshot of both 0.43 an 0.

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread IOhannes m zmoelnig
cyrille henry wrote: > hello, > > yes, it is now compiling. > but i've got this message in pd log : > WARNING: Font family 'Courier' not found, using default (courier) the default font for Pd is "Courier" (with captial "C"), which does not exist on your system (and mine). you can change that by a

Re: [PD] external to create folders?

2010-01-13 Thread colet . patrice
I tried: "file mkdir test-folder" on mingw tclsh85.exe make a dir in /usr/local/bin with the pd/bin/tclsh85.exe it does nothing following tcl doc I should write something like this: file mkdir "dir" "dir" maybe that's what is that has confused myself because this command work on PdRewrite

Re: [PD] pd-gui-rewrite and portaudio

2010-01-13 Thread IOhannes m zmoelnig
Marco Donnarumma wrote: > Hi list, > just got my hands on the pd-gui-rewrite. It looks great, smooth and sweet, > you guys have done a big re-work and i'm pretty impressed. > Anyway now comes the hassle.. > I cannot have the sound working on my soundcard (simple edirol UA-25 on > Ubuntu 8.04). > La

[PD] pd-gui-rewrite and portaudio

2010-01-13 Thread Marco Donnarumma
Hi list, just got my hands on the pd-gui-rewrite. It looks great, smooth and sweet, you guys have done a big re-work and i'm pretty impressed. Anyway now comes the hassle.. I cannot have the sound working on my soundcard (simple edirol UA-25 on Ubuntu 8.04). Launching pd - with or without pasuspend

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread Roman Haefeli
Am 13.01.10 10:26 schrieb "cyrille henry" unter : > hello, > > yes, it is now compiling. > but i've got this message in pd log : > > WARNING: Font family 'Courier' not found, using default (courier) got the same also on Ubuntu 9.10 (I was still using tcl/tk8.4, probably this would go away with

Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-13 Thread cyrille henry
hello, yes, it is now compiling. but i've got this message in pd log : WARNING: Font family 'Courier' not found, using default (courier) and : /home/nusmuk/pd/Gem/src/Gem.pd_linux: /home/nusmuk/pd/Gem/src/Gem.pd_linux: undefined symbol: s_symbol /home/nusmuk/pd/Gem/src/Gem: can't load libr