Re: [PD] 0.41-4 on osx

2008-05-09 Thread IOhannes m zmölnig
marius schebella wrote: after installation I noticed that I never have used pd raw (outside of /Applications), and don't know how to start it. you mean like: $ /Applications/Pd.app/Contents/Resources/bin/pd or $ ../bin/pd didn't you use linux before you switched to osx? mfga IOhannes

Re: [PD] SQL-Python-puredata (text encode?)

2008-05-09 Thread IOhannes m zmölnig
ths wrote: Hi List ! I make a patch how receive text from a python script by OSC (python read a DB with MySQLdb). Pd receive text from python but when i put special chars (é^ ... etc), it says to me: Type tag said this arg is a string but it's not! PD accept UNICODE, ASCII, ... UTF-8 ?

Re: [PD] List header (Was: Re: [PD-announce] Proof Me! PD FLOSS Manual)

2008-05-09 Thread IOhannes m zmölnig
Steffen Juul wrote: On 07/05/2008, at 9.54, IOhannes m zmoelnig wrote: Derek Holzer wrote: 4) Grammar/spelling, of course Miller refers to Pd rather than PD, shouldn't this canonical form be used? (which reminds me, that even the header of this list says [PD] :-|) Oh dear. Any chance

Re: [PD] gem crash using fglrx driver in ubuntu

2008-05-09 Thread IOhannes m zmölnig
Tim wrote: Ok just built the latest sources disabling hidio and gem2pdp because of errors, and it looks like verything is back to normal. I set GEM_SINGLE_CONTEXT=1 too. Cool. Thanks so it does not crash with GEM_SINGLE_CONTEXT=1 (?) does it (still) crash without setting it? fgmasdr Ihannes

[PD] controlling gem camera with wiimote

2008-05-09 Thread punchik punchik
hello list, Do anybody have tried to make a patch for controlling the camera point of view in a Gem patch using a wiimote, i would like to know if somebody have tried this before . any hint? p. - Be a better friend, newshound, and know-it-all with

Re: [PD] controlling gem camera with wiimote

2008-05-09 Thread hard off
you will probably need a middleman program to take the wii data and convert it into OSC messages so PD can read it. just google wii + OSC + your operating system and you should find what you need. OSCulator (mac) is good. and someone just said that 'glovepie' is good for windows. then just

Re: [PD] SQL-Python-puredata (text encode?)

2008-05-09 Thread IOhannes m zmölnig
hi (please always answer to the list if it might be of interest to it...) ths wrote: i receive data by OSC ... but we find a solution: python encode text on ASCII before send to PD (text2D/text3D in gem). Now, i think that is good ! But if you have any informations about text encodage in PD,

Re: [PD] controlling gem camera with wiimote

2008-05-09 Thread IOhannes m zmölnig
hard off wrote: you will probably need a middleman program to take the wii data and convert it into OSC messages so PD can read it. what's wrong with [wiimote]? anyhow, i haven't done such a patch yet. fgmasdr IOhannes ___ PD-list@iem.at mailing

Re: [PD] gem crash using fglrx driver in ubuntu

2008-05-09 Thread tommaso bianco
Hi, I confirm. It definitively works for me just after setting the environmental variable (in ~/.bashrc) GEM_SINGLE_CONTEXT=1. Before that, X was shutting down and going back to the gdm login after each Gem window creation. The environmental variable GEM_SINGLE_CONTEXT=1 must be on both in

Re: [PD] segment of a circle in gem

2008-05-09 Thread hard off
bit of a workaround, but you could put an ellipse on the top of a triangle. i don't think gem has either geometries built in, but you can make a triangle with the [polygon] object, and then make an ellipse by making a circle, and then using the [scale] object to squash it down a bit. this

Re: [PD] List header (Was: Re: [PD-announce] Proof Me! PD FLOSS Manual)

2008-05-09 Thread Roman Haefeli
changing the mail filters shouldn't be too hard ;-) i'd say, if you announce it again just before you do it, everyone should be fine. roman On Fri, 2008-05-09 at 08:55 +0200, IOhannes m zmölnig wrote: Steffen Juul wrote: On 07/05/2008, at 9.54, IOhannes m zmoelnig wrote: Derek

Re: [PD] gem crash using fglrx driver in ubuntu

2008-05-09 Thread IOhannes m zmölnig
tommaso bianco wrote: Hi, I confirm. It definitively works for me just after setting the environmental variable (in ~/.bashrc) GEM_SINGLE_CONTEXT=1. Before that, X was shutting down and going back to the gdm login after each Gem window creation. The environmental variable

Re: [PD] segment of a circle in gem

2008-05-09 Thread cyrille henry
marius schebella a écrit : hi, does someone know of a solution to draw only a segment of a circle/disk in GEM? thanks, marius. you can : - draw a full circle and cut it with glClipPlane - draw a line made of lot's of segments, computing the coordinate of each point with sin / cos

Re: [PD] controlling gem camera with wiimote

2008-05-09 Thread Roman Haefeli
On Fri, 2008-05-09 at 17:49 +0900, hard off wrote: you will probably need a middleman program to take the wii data and convert it into OSC messages so PD can read it. just google wii + OSC + your operating system and you should find what you need. OSCulator (mac) is good. and someone

Re: [PD] List header (Was: Re: [PD-announce] Proof Me! PD FLOSS Manual)

2008-05-09 Thread Steffen Juul
On 09/05/2008, at 11.27, Roman Haefeli wrote: changing the mail filters shouldn't be too hard ;-) And why filter list-mail by subject? I might miss an obvious reason, thats why i ask. ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Lua and PD (update)

2008-05-09 Thread Claude Heiland-Allen
Claude Heiland-Allen wrote: Mike McGonagle wrote: 2. Lua access to PD tables Now implemented (lacking some things, like GUI refresh). Now added: t:redraw(), see [ltabfill] example. Still lacking some niceness, should be able to do: local t = pd.Table:new():sync(mytable) t[123] = 456

Re: [PD] controlling gem camera with wiimote

2008-05-09 Thread Dafydd Hughes
Has anybody on OS X tried darwiinosc? http://code.google.com/p/darwiinosc/ I've just installed it and it looks pretty good to me, although I haven't actually tried to apply it to anything useful yet. cheers dafydd On Fri, May 9, 2008 at 8:34 AM, Luigi Rensinghoff [EMAIL PROTECTED] wrote: Hi

Re: [PD] Mailing-List header

2008-05-09 Thread IOhannes m zmölnig
Steffen Juul wrote: On 09/05/2008, at 11.27, Roman Haefeli wrote: changing the mail filters shouldn't be too hard ;-) And why filter list-mail by subject? I might miss an obvious reason, thats why i ask. i assumed that many people have never ever looked at the mail-headers of an email -

Re: [PD] 0.41-4 on osx

2008-05-09 Thread marius schebella
IOhannes m zmölnig wrote: marius schebella wrote: after installation I noticed that I never have used pd raw (outside of /Applications), and don't know how to start it. you mean like: $ /Applications/Pd.app/Contents/Resources/bin/pd or $ ../bin/pd exactly. that brings up pd but with a

Re: [PD] 0.41-4 on osx

2008-05-09 Thread IOhannes m zmölnig
marius schebella wrote: exactly. that brings up pd but with a wrong menubar, no submenus except file-new/open, and it is not possible to open files, nor create new patches. the menubar is also not called pd, but wish. and the tcl-tk icon is in the taskbar. weird. i also get the tcl-tk icon

Re: [PD] List header (Was: Re: [PD-announce] Proof Me! PD FLOSS Manual)

2008-05-09 Thread marius schebella
IOhannes m zmölnig wrote: Steffen Juul wrote: On 07/05/2008, at 9.54, IOhannes m zmoelnig wrote: Derek Holzer wrote: 4) Grammar/spelling, of course Miller refers to Pd rather than PD, shouldn't this canonical form be used? (which reminds me, that even the header of this list says [PD] :-|)

Re: [PD] 0.41-4 on osx

2008-05-09 Thread marius schebella
IOhannes m zmölnig wrote: marius schebella wrote: exactly. that brings up pd but with a wrong menubar, no submenus except file-new/open, and it is not possible to open files, nor create new patches. the menubar is also not called pd, but wish. and the tcl-tk icon is in the taskbar.

Re: [PD] List header (Was: Re: [PD-announce] Proof Me! PD FLOSS Manual)

2008-05-09 Thread Frank Barknecht
Hallo, marius schebella hat gesagt: // marius schebella wrote: I am more worried about spam filters of they are case sensitive, I had to train my mail programs (gmail [please don't shout at me...] and thunderbird), because some of the pd mails went to spam. maybe you can send out a testmail

[PD] improve find function

2008-05-09 Thread marius schebella
hi, I wonder if it would be possible to improve the find function in pd. first thing, the popup window should automatically get the focus in the search field. secondly, be able to search in this patch or in all patches and include sub patches. also be able to search for arguments, which is

Re: [PD] improve find function

2008-05-09 Thread Phil Stone
Yes! It is very annoying not to be able to find $0- sends/receives! (Trying to find with the literal value of $0 for the subpatch doesn't work either). Phil Stone pkstonemusic.com marius schebella wrote: hi, I wonder if it would be possible to improve the find function in pd. first

Re: [PD] improve find function

2008-05-09 Thread Matthew Logan
Yes, it seems so small, but this would be a HUGE improvement when debugging. I often get lost looking around for things in the endless layers of patches and this would streamline that process. On 5/9/08, marius schebella [EMAIL PROTECTED] wrote: hi, I wonder if it would be possible to improve

Re: [PD] SQL-Python-puredata (text encode?)

2008-05-09 Thread Jack
Maybe with Python you have something like 'utf8_decode()' (this is PHP). And then you need to save your Python document with UTF8 encoding. Then you get all specials caracters like you want. ++ Jack Le 8 mai 08 à 21:32, ths a écrit : Hi List ! I make a patch how receive text from a python

[PD] current version of GEM using QuickTime generates audio output!!!!!!!!!

2008-05-09 Thread Matteo Sisti Sette
Hi, This is also related to the thread: GEM: where to find gem-CVS20060412-NT-i686-bin (windows binaries) IOhannes wrote: which things do NOT work? which behave differently? Here's one thing that behaves differently (and annoyingly) in the new version - dunnow if it can be set to work the

[PD] invalid enumeration (was: GEM: where to find gem-CVS20060412-NT-i686-bin (windows binaries))

2008-05-09 Thread Matteo Sisti Sette
Hi, IOhannes wrote: which things do NOT work? which behave differently? Another problem with the current 0.91 beta for Windows XP is that, whatever video file I open with pix_film (even using the pix_film help patch), I get a continuous flow of error messages: GL: invalid enumeration one

Re: [PD] SQL-Python-puredata (text encode?)

2008-05-09 Thread marius schebella
I had that problem long time ago. I think it affects characters that are utf16(?). first python had problems, but then passing the characters from python to pd gave me more problems... I could not solve it. marius. Jack wrote: Maybe with Python you have something like 'utf8_decode()' (this is

Re: [PD] [GEM-dev] what happens with GEM versions?

2008-05-09 Thread Matteo Sisti Sette
Now the good news is that I was wrong when I said that it crashes with DV-PAL encoded videos. They were not dv-pal (I thought they were), they were encoded with some weired MJpeg codec, and it seems I don't have a proper codec installed on my machine that QuickTime can use: if I open those

[PD] Compiling Lua on Mac OS X

2008-05-09 Thread Mike McGonagle
Hey Claude, I finally got a chance to check into compiling this. I did have a small problem with getting the Lua sources using the Makefile, as the Mac does appear to have wget. I got it manually and everything was fine after that. So, I got it compiled against the 41.4 version of Vanilla PD. But

Re: [PD] Compiling Lua on Mac OS X

2008-05-09 Thread Frank Barknecht
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote: I then restarted PD, and opened one of the example patches in the 'src' directory (lua-help.pd), and it produces this error: error: lua: error loading `pd.lua': canvas_open() failed error: lua: loader will not be registered!

Re: [PD] Compiling Lua on Mac OS X

2008-05-09 Thread Mike McGonagle
On Fri, May 9, 2008 at 2:00 PM, Frank Barknecht [EMAIL PROTECTED] wrote: Somehow the install step didn't install pd.lua which is required. For now just manually copy it next to the lua binary. Well, from what I can see, the lua.pd_darwin and pd.lua are both in the 'src' folder. The

Re: [PD] Lua and PD (update)

2008-05-09 Thread Mike McGonagle
On Fri, May 9, 2008 at 7:38 AM, Claude Heiland-Allen [EMAIL PROTECTED] wrote: It should compile first Lua then pdlua, and then you can test it with pd -path src/ -lib lua Just so you know, Claude, this didn't work. But when I put both the lua.pd_darwin and pd.lua into the 'extras' folder of

Re: [PD] [GEM-dev] current version of GEM using QuickTime generates audio output!!!!!!!!!

2008-05-09 Thread zmoelnig
Quoting Matteo Sisti Sette [EMAIL PROTECTED]: Now, try it with a dv-pal AVI file with audio - or maybe with ANY avi file with audio - or maybe even with a mov (I reproduced it with a dv-pal avi). The annoying thing is that it is playing the file audio track, and it does not come from PD (dsp

Re: [PD] Object size Pd Extended

2008-05-09 Thread Alex Lucas
Hello everyone, Hans thank you for your reply. I did what you suggested but unfortunately the problem is still there. I also reinstalled Pd-extended. The output from the terminal is provided below. It seems the Bitstream fonts were already installed. Regards Alex sudo aptitude install

Re: [PD] Skilled Pd reverb person wanted

2008-05-09 Thread Mike McGonagle
I would be curious to see what the comparisons in how much processing time it takes between the two different implementations. I would imagine that the Abstraction eats up more CPU time than the external. Mike On Thu, May 8, 2008 at 7:10 AM, hard off [EMAIL PROTECTED] wrote: cheers andy. i

[PD] pitch extraction help

2008-05-09 Thread cristiano listas
hello list, i'm trying to extract pitch from audio signal (sampled or streamed, but the extraction has to be in real-time). In this patch i tried to filter the amplitude of the signal before send to fiddle~. In fact, amplitudes outside of 83 - 86 register will cut the fiddle~~recognition with

Re: [PD] pdj in 0.40 and 0.41

2008-05-09 Thread marius schebella
Hans-Christoph Steiner wrote: The schedlib stuff was added in 0.41, it doesn't exist in 0.40, AFAIK. pdj also runs without schedlib. -schedlib stuff is needed for gui elements and pascal has added a patch for osx that fixes the schedlib thing (osx_extsched_fix.patch), but I am not sure if it

Re: [PD] 0.41-4 on osx

2008-05-09 Thread marius schebella
IOhannes m zmölnig wrote: marius schebella wrote: well, I have to say that I did not make install. maybe that's the problem? marius. neither did i (i don't want to 'make install' everytime i try to find a bug :-)) maybe this is a 10.5 related problem? which version of osx were you using?

Re: [PD] pdj in 0.40 and 0.41

2008-05-09 Thread marius schebella
marius schebella wrote: Hans-Christoph Steiner wrote: The schedlib stuff was added in 0.41, it doesn't exist in 0.40, AFAIK. pdj also runs without schedlib. -schedlib stuff is needed for gui elements and pascal has added a patch for osx that fixes the schedlib thing

Re: [PD] Skilled Pd reverb person wanted

2008-05-09 Thread hard off
mike, comparing the stereo abstraction i posted above with the freeverb~ external: the abstraction is way more economic than the external. (less than half the cpu usage on intel mac) if you want to do the test for yourself, all you have to do is go into 'media' in the pd menubar, and select

Re: [PD] Newbie request

2008-05-09 Thread Hugh Sung
Ok...please bear with me, as i continue to slowly get familiar with learning PD! I've managed to get a working start, using a sendkey VB script graciously written up by someone from the PD forum. Using bonk~ and moses~, i'm able to split incoming audio to loud and soft levels, which then send