Re: [PD] pyext on OSX

2007-03-03 Thread Thomas Grill
Hey Marius, no idea, it works for me, apart from the thing that you must convert the incoming symbol arg to str before using it with urlopen f = urllib.urlopen(str(arg)) greetings, Thomas PS: just updated the binary on http://g.org/ext/beta although it think that nothin has changed

Re: [PD] PD Workshop files

2007-03-03 Thread IOhannes m zmoelnig
jared wrote: > Hello all, > > I'm using wget to try and download the tutorial files here: > > http://pure-data.cvs.sourceforge.net/pure-data/doc/tutorials/ > > Does anyone know what I have to type into the command line to download > successfully? have you tried "wget -r http://pure-data.cvs.

Re: [PD] pyext on OSX (marius schebella)

2007-03-03 Thread christian woerner
for me your python-function worked without complaining, maybe you are using the (somewhat reduced) python version which ships with macosx. if so, you could consider getting a "full" python distribution. for ex. the prebuilt binaries from pythonmac at: http://www.pythonmac.org/packages/ christia

Re: [PD] PD Workshop files

2007-03-03 Thread IOhannes m zmoelnig
jared wrote: > Hello all, > > I'm using wget to try and download the tutorial files here: > > http://pure-data.cvs.sourceforge.net/pure-data/doc/tutorials/ > > Does anyone know what I have to type into the command line to download > successfully? and i forgot 2 links: http://www.gnu.org/soft

Re: [PD] pyext on OSX (marius schebella)

2007-03-03 Thread Thomas Grill
> maybe you are using the (somewhat reduced) python version which ships with > macosx. > should work with the shipped version as well... Marius' problem don't seem to be related to missing functionality greetings, Thomas -- Thomas Grill http://g.org _

Re: [PD] pyext on OSX (marius schebella)

2007-03-03 Thread Thomas Grill
marius schebella schrieb: > thank you for your answers. weird. I can run the (sligtly modified) > script from the commandline. but when I try to load it into Pd then it > crashes. both py and pyext work with other scripts, but as soon as I > try to import urllib (or sgmllib) pd crashes, even w

Re: [PD] pyext on OSX (marius schebella)

2007-03-03 Thread marius schebella
thank you for your answers. weird. I can run the (sligtly modified) script from the commandline. but when I try to load it into Pd then it crashes. both py and pyext work with other scripts, but as soon as I try to import urllib (or sgmllib) pd crashes, even without defining a function. I just t

Re: [PD] Google Summer of Code WIKI

2007-03-03 Thread Jamie Bullock
On Thu, 2007-03-01 at 21:20 +0100, Tim Blechmann wrote: > > i've been changing some emails with stefano d'angelo, who is starting to > write a plugin wrapper, which is supposed to work with different plugin > backends (vst, ladspa ...) ... a pluggo for pd could make use of this > project in order

Re: [PD] Google Summer of Code WIKI

2007-03-03 Thread Georg Holzmann
Hallo! > Audacity -> LADSPA jack client plugin -> jack -> PD -> jack -> LADSPA > jack client plugin -> Audacity But AFAIK this is already possible - at least in Ardour I did something like that (but the problem is, that you cannot automate the parameters ..) LG Georg __

Re: [PD] pd joystick

2007-03-03 Thread raul diaz
Hi list, Hi Hans! Where can I find documentation about [hidin] object. There is no hidin help in Pd-extended Saludos! 2007/3/3, Hans-Christoph Steiner <[EMAIL PROTECTED]>: [hid] on Mac OS X and GNU/Linux, [hidin] on Windows. And yes, they are in Pd-extended. .hc On Mar 1, 2007, at 7:45 P

Re: [PD] pyext on OSX (marius schebella)

2007-03-03 Thread marius schebella
ok, stupid, but I mixed up dyn an py and replaced dyn, but not py. now, with the corrected beta version everything is working. marius. Thomas Grill wrote: > > > marius schebella schrieb: >> thank you for your answers. weird. I can run the (sligtly modified) >> script from the commandline. but w

Re: [PD] gem-models

2007-03-03 Thread Cypod
In part 4 you demonstrate uv mapping with a bitmap. Have you successfully got those uv mapped bitmaps onto geometry within gem? Do you just include the bmp in the same folder with the obj and mtl? On 3/2/07, Malte Steiner <[EMAIL PROTECTED]> wrote: I made a while ago a 4 part wingstutorial whic

[PD] Memento global and local saving?

2007-03-03 Thread Luke Iannini (pd)
Hallo, I suppose this question is for Frank, though maybe others have already found the solution. I have converted all of my abstractions to use Memento, and I'm following the rradical design style so that I can build complex patches, then save their entire states. Samplers, oscillators, sequence

Re: [PD] Google Summer of Code WIKI

2007-03-03 Thread Kyle Klipowicz
There already is a jack VST and Audio Unit for OSX, that's not the issue. What I really want is to just be able to run one master app (my DAW) and have everything else loaded from there, so that I don't have to do the whole 30 mins of configuring and opening corresponding files and settings, stored

[PD] [textfile] behavior

2007-03-03 Thread David F. Place
Pd: I am writing a sequencer using Pd and have bumped into the following problem. I would like to be able to position the textfile object to start playback from a certain record. The approach I have taken works for small files, but breaks down for large files. I've abstracted the behavior

Re: [PD] Google Summer of Code WIKI

2007-03-03 Thread Luke Iannini (pd)
Yeah. Kyle pretty much summed it up there. This is something I've wanted badly since I first saw Pd. It took me months to get a stable, workable setup between Cubase and Pd, and even now, I could finally take up knitting with the time a Pluggo for Pd would save me. Futzing with Jack and OS X IAC

Re: [PD] Google Summer of Code WIKI

2007-03-03 Thread David Powers
I think this idea is awesome too ... very useful for me personally, and would be sure to bring more PD users. ~David On 3/3/07, Luke Iannini (pd) <[EMAIL PROTECTED]> wrote: > Yeah. Kyle pretty much summed it up there. This is something I've > wanted badly since I first saw Pd. It took me months

Re: [PD] PD Workshop files

2007-03-03 Thread jared
Yeah, I've tried those and several others. Thanks anyway. jared -Original Message- From: IOhannes m zmoelnig [mailto:[EMAIL PROTECTED] Sent: Saturday, March 03, 2007 4:02 PM To: jared Cc: pd-list@iem.at Subject: Re: [PD] PD Workshop files jared wrote: > Hello all, > > I'm using wget t

Re: [PD] PD Workshop files

2007-03-03 Thread jared
and i forgot 2 links: http://www.gnu.org/software/wget/faq.html and the all-wise trash heap: http://www.google.com/search?q=wget+directory I've checked the faq. No luck. btw, i really recommend that you bookmark a link to http://www.google.com/ as it is certainly a valuable resource of

Re: [PD] gem-models

2007-03-03 Thread chris clepper
In theory the bitmap should lay over the object using pix_texture, but that is not always the case in practice. I added the ability to select groups to allow different textures for different parts of the model. You need one model object per group to do this. On 3/3/07, Cypod <[EMAIL PROTECTED]>