[PD] pyext and canvas_getcurrentdir()

2008-03-11 Thread Peter Brinkmann
Hi all, Does pyext offer Python bindings for functions like canvas_getcurrentdir() from m_pd.h? I looked at the source code and noticed that pyext appends the current directory to the Python search path, so that I get the current directory via sys.path[-1]. I'm a little worried, though, that

Re: [PD] vowel recognition

2008-03-11 Thread Bryan Jurish
moin Marius, moin list, sorry, haven't tried it yet -- i'm more interested in getting funny noises out of pd than into it ;-) Maybe Andy Farnell has done something along these lines? Speculating wildly (e.g. without any experience in vowel detection), I think [fiddle~] probably won't work on

Re: [PD] vowel recognition

2008-03-11 Thread Georg Holzmann
Hallo! I wonder if anyone did vowel recognition with Pd. AFAIK no. I added speech recognition for the GSoC projects some day ago: http://puredata.info/dev/summer-of-code/SpeechRecognitionForPD So you could try to use SPHINX or HTK. E.g. look at this tutorial:

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Mirko Maier
Works for me on WinXP. You'll need to provide more info if you want hlep. i can't say more than i've installed it (including registry), but then lots of objects don't work, e.g. niagara or glue... mirko .hc On Mar 10, 2008, at 9:29 AM, Mirko Maier wrote: hi list, again i've

Re: [PD] pyext and canvas_getcurrentdir()

2008-03-11 Thread Thomas Grill
Hi Peter, Am 11.03.2008 um 08:57 schrieb Peter Brinkmann: Does pyext offer Python bindings for functions like canvas_getcurrentdir() from m_pd.h? currently it doesn't, but i'll see if i can add it I looked at the source code and noticed that pyext appends the current directory to the

Re: [PD] which version of pd do i have installed?

2008-03-11 Thread IOhannes m zmoelnig
Roman Haefeli wrote: yo this might sound silly (and you guys most likely don't care, what version _i_ have installed). however, the 'menu - help - About Pd' tells me: Pd version 0.40.3 for magical reasons this is usually correct. when i load [version] from hcs, it gives me: 0

[PD] which version of pd do i have installed?

2008-03-11 Thread Roman Haefeli
yo this might sound silly (and you guys most likely don't care, what version _i_ have installed). however, the 'menu - help - About Pd' tells me: Pd version 0.40.3 when i load [version] from hcs, it gives me: 0 41 0 test06 Dec 7 2007 03:24:18 when i load hexloader, which i just compiled,

Re: [PD] which version of pd do i have installed?

2008-03-11 Thread Roman Haefeli
On Tue, 2008-03-11 at 11:27 +0100, IOhannes m zmoelnig wrote: hex loader $Revision: 1.5 $ written by IOhannes m zm�nig, IEM [EMAIL PROTECTED] compiled on Mar 11 2008 at 11:03:15 compiled against Pd version 0.40.3. again, this version-number tells you only the

[PD] no 0.41.1 extended debian testing in autobuild

2008-03-11 Thread robcanning
hi, there doesn't seem to have been a extended debian testing .deb created in autobuild since 20080307 Pd-0.41.1-extended-20080307-debian-testing-i386.deb http://autobuild.puredata.info/auto-build/2008-03-07/Pd-0.41.1-extended-20080307-debian-testing-i386.deb is there a good reason for this

Re: [PD] which version of pd do i have installed?

2008-03-11 Thread IOhannes m zmoelnig
Roman Haefeli wrote: but then, something seems to be unkosher with [hexloader]. i definitely had 0.41 in my pd sources, while i compiled hexloader, while pd 0.40.3 was installed. shouldn't [hexloader] print compiled against Pd version 0.41.1. it will do so. the mechanism is rather

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Hans-Christoph Steiner
We should keep this on the list, so I cc'ed it. Try this: [zexy/niagara] [zexy/glue] .hc On Mar 11, 2008, at 3:51 AM, Mirko Maier wrote: Works for me on WinXP. You'll need to provide more info if you want hlep. i can't say more than i've installed it (including registry), but then

[PD] call for mentors for Google Summer of Code

2008-03-11 Thread Hans-Christoph Steiner
Hey, We need mentors for the Google Summer of Code! We've had some volunteers, more would be better. As a mentor, first off, you will be reviewing the submitted projects, ranking them, and ultimately choosing which ones get funded. Then if you have a student project assigned to you,

[PD] GSoC Organization App 2008 wiki page

2008-03-11 Thread Hans-Christoph Steiner
Hey all, I decided to stick up a wiki page for this GSoC organization application. Then everyone can see it, contribute to it, and find it next year when we want to raid it for text for the next application :) http://puredata.info/dev/summer-of-code/GSoCOrganizationApp2008 Feel free to

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Jerome Tuncer
In fact, No chance for me either. When I try to instantiate [glue] or [zexy/glue]. On WinXP SP2. Console output at startup says : libdir loader $Revision: 1.8 $ written by Hans-Christoph Steiner [EMAIL PROTECTED]

Re: [PD] pyext and canvas_getcurrentdir()

2008-03-11 Thread Peter Brinkmann
Hi Thomas, Thanks for your reply! Does pyext offer Python bindings for functions like canvas_getcurrentdir() from m_pd.h? currently it doesn't, but i'll see if i can add it That would be great. Not to seem greedy, but there are a few more functions in there that would be good to have,

Re: [PD] pyext and canvas_getcurrentdir()

2008-03-11 Thread Thomas Grill
Peter Brinkmann schrieb: That would be great. Not to seem greedy, but there are a few more functions in there that would be good to have, such as canvas_dspstate(). Probably, i'll see what's possible. In addition (and almost more importantly), I would like to have pyext set the working

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Hans-Christoph Steiner
Does this file actually exist in this location? C:\\Program Files\\pd\\extra\\zexy\\drip.dll: couldn't load drip ... couldn't create Try deleting C:\Program Files\pd and reinstalling Pd-extended. I've never seen anything like this, it works on all the machines I've tried. .hc On Mar

[PD] pulling inverse values from timer

2008-03-11 Thread Ben Carney
Hello all, I may be going about this all wrong, so please tell me if there is a better solution to my query. I am building a patch that, among other things, returns the time between two bangs using the timer object. What I need to happen is this: if a short amount of time passes the number

Re: [PD] which version of pd do i have installed?

2008-03-11 Thread Hans-Christoph Steiner
On Mar 11, 2008, at 6:27 AM, IOhannes m zmoelnig wrote: Roman Haefeli wrote: yo this might sound silly (and you guys most likely don't care, what version _i_ have installed). however, the 'menu - help - About Pd' tells me: Pd version 0.40.3 for magical reasons this is usually

Re: [PD] pyext and canvas_getcurrentdir()

2008-03-11 Thread Miller Puckette
Hi all, I don't think it makes sense to have python's CWD follow that of the patch - what if there are two patches in different directories? It's probably better to make things explicit via canvas_getcurrentdir(). cheers Miller On Tue, Mar 11, 2008 at 11:42:33AM -0400, Peter Brinkmann wrote:

Re: [PD] no 0.41.1 extended debian testing in autobuild

2008-03-11 Thread Hans-Christoph Steiner
You can check the build log to find out, there is a build log for each build. It will be there if the build ran. http://autobuild.puredata.info/auto-build/2008-03-11/logs/ 2008-03-11_06.29.54_linux_debian-testing-i386_pd-main+libs_run- automated-builder.txt Usually it's because something

[PD] NRCI - Networked Resources for Collaborative Improvisation

2008-03-11 Thread Greg Surges
Hey all, Just wanted to post a link to a project I've been co-developing for a while now. NRCI is a set of PD abstractions to allow for sharing control data over a standard TCP/IP network. It's been designed for MiLO, the Milwaukee Laptop Orchestra. Thought people might be interested, and I'm

Re: [PD] NRCI - Networked Resources for Collaborative Improvisation

2008-03-11 Thread marius schebella
hi greg, that looks very promising, but can you give an example of how to use it, the page you posted says NRCI documentation: [link to be added]... thnks, marius. Greg Surges wrote: Hey all, Just wanted to post a link to a project I've been co-developing for a while now. NRCI is a set of

[PD] ARToolkit and libqrencode for Gem

2008-03-11 Thread Hans-Christoph Steiner
I just found these download on the page of Shigeyuki Hirai, who does the Max/MSP port of Gem. He has two interesting objects that shouldn't be to hard to get working in Pd, since they are already Gem objects. http://www.cc.kyoto-su.ac.jp/~hirai/softwares/index-j.html One is pix_qrencode

Re: [PD] ARToolkit and libqrencode for Gem

2008-03-11 Thread marius schebella
thanks hans for posting this :) I also want to add that there are two very cool objects pix_jit2gem and pix_gem2jit on that site. the only missing link right now to (hopefully) connect pd/gem and jitter is pix_share_write, which is not available in the max version of gem. or are there any other

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Martin Peach
I get the same error if I try to make a [drip] or [zexy/drip], although there is a drip.dll in extra/zexy. [sum] works fine with no prefix because it's an abstraction: extra/zexy/sum.pd. However I still get the message in the pd window: C:\\Program Files\\pd\\extra\\zexy\\sum.dll: couldn't load

Re: [PD] ARToolkit and libqrencode for Gem

2008-03-11 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: The other is pix_artoolkit, which is based on ARToolkit, which is a type of code to stick on things that you can then track in 3D space using Gem. well, at least his one has been backported to Gem in late 2006. people seem to not know this. fgmafsr IOhannes

Re: [PD] NRCI - Networked Resources for Collaborative Improvisation

2008-03-11 Thread Greg Surges
Thanks Marius, Unfortunately, the documentation is unfinished at this point. Obviously something we need to work on. However, both the paper and the protocol specification describe the system in a bit of detail. Both are linked from the main page. Are there any specific questions you have?

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Hans-Christoph Steiner
I can't reproduce this problem, so I am guessing it is due to some differences than the standard US WinXP setup. My system drive is the F: drive even, and that works fine. When you get this error, check to see whether the file actually exists in that exact location: C:\\Program

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Martin Peach
Just trying things at random, dlls in extra/cyclone and other folders seem to load with no problem. Zexy is weird because many of the objects exist as both dlls and abstractions with the same name, like a2l.dll and a2l.pd. The abstractions load OK but not the dlls, even [0x3c0x7e] loads OK,

Re: [PD] no 0.41.1 extended debian testing in autobuild

2008-03-11 Thread robcanning
ok i checked the logs and saw various errors in the file so am not quite sure who to gently poke..so, i'll very tentatively gently poke yves though this may be mistargeted... here is the end of the log from

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Hans-Christoph Steiner
So it is only zexy dlls that are having the problem? If so, I am guessing that zexy is missing the -mms-bitfields compile flag on MinGW. .hc On Mar 11, 2008, at 2:19 PM, Martin Peach wrote: Just trying things at random, dlls in extra/cyclone and other folders seem to load with no

Re: [PD] ARToolkit and libqrencode for Gem

2008-03-11 Thread Hans-Christoph Steiner
On Mar 11, 2008, at 1:59 PM, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: The other is pix_artoolkit, which is based on ARToolkit, which is a type of code to stick on things that you can then track in 3D space using Gem. well, at least his one has been backported to Gem

Re: [PD] vowel recognition

2008-03-11 Thread Andy Farnell
On Tue, 11 Mar 2008 09:19:08 +0100 Bryan Jurish [EMAIL PROTECTED] wrote: moin Marius, moin list, sorry, haven't tried it yet -- i'm more interested in getting funny noises out of pd than into it ;-) Maybe Andy Farnell has done something along these lines? No, I've nothing much to offer

Re: [PD] no 0.41.1 extended debian testing in autobuild

2008-03-11 Thread Martin Peach
Also there's trouble in moocow: checking for flite.h... no configure: error: required header 'flite.h' not found -- quitting ... configure: WARNING:gfsm library not found! ... ./atom_alphabet.h:32:18: error: gfsm.h: No such file or directory And it looks like maybe a missing

[PD] Spreading values and objects in windows version of pd-extended.

2008-03-11 Thread Vadim Smahtin
Hi list. Can anyone tell me, how i can spread objects or values in windows version of pd-ext? I want create system of cubes, and don't want create 20 or many individual objects. I think, pd must have way to spread single cube, such i do it in . P.S. Also, can any1 give me some mirror and

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Jerome Tuncer
Yes exactly the same down here : problem apparently shows up only on zexy *objects* (abstractions are instantiated with no apparent problems). ++ Jé Hans-Christoph Steiner a écrit : So it is only zexy dlls that are having the problem? If so, I am guessing that zexy is missing the

Re: [PD] Rotating object rolling on irregular terrain

2008-03-11 Thread Andy Farnell
Thanks for these very useful pointers Stefano, I did find the earlier Sounding Object toolkit and will try these through Flext. Interesting work that I will follow! Creaking / stick-slip models are also of interest, but I am trying to present these in vanilla Pd for teaching purposes. good

Re: [PD] Pd sounds better than Max?

2008-03-11 Thread Andy Farnell
Hi Roman, all, Here's discussion that caught my eye some while back http://www.devmaster.net/forums/showthread.php?t=5784 There's been several good posts on music-dsp and dsp-related.com over the years dealing with both sides, high accuracy and high effciciency. In the end, of course, it's a

Re: [PD] Spreading values and objects in windows version of pd-extended.

2008-03-11 Thread Claude Heiland-Allen
Vadim Smahtin wrote: Hi list. Can anyone tell me, how i can spread objects or values in windows version of pd-ext? I want create system of cubes, and don't want create 20 or many individual objects. I think, pd must have way to spread single cube, such i do it in . This has been covered

[PD] [almost OT] need suggestions for an implementation

2008-03-11 Thread Matteo Sisti Sette
Hi list, I need to implement an object that I will call a scheduler (suggestions for a better name are welcome too) which would be very similar to a [qlist] (without the need for the capability of changing the tempo), with two differences: - the leading number in a message represents absolute

Re: [PD] Spreading values and objects in windows version of pd-extended.

2008-03-11 Thread Frank Barknecht
Hallo, Vadim Smahtin hat gesagt: // Vadim Smahtin wrote: Hi list. Can anyone tell me, how i can spread objects or values in windows version of pd-ext? I want create system of cubes, and don't want create 20 or many individual objects. I think, pd must have way to spread single cube, such i

Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Hans-Christoph Steiner
Cool, sounds like a bug report is in order: http://puredata.info/dev/bugtracker .hc On Mar 11, 2008, at 3:35 PM, Jerome Tuncer wrote: Yes exactly the same down here : problem apparently shows up only on zexy *objects* (abstractions are instantiated with no apparent problems). ++ Jé

Re: [PD] no 0.41.1 extended debian testing in autobuild

2008-03-11 Thread Hans-Christoph Steiner
I added flite to all of the GNU/Linux build machines, it was in the package systems, so it was easy. I am trying my hand at a Fink package for Mac OS X. Hopefully it'll build for MinGW too. As for libgfsm, you'll have to talk to Bryan about that. :) .hc On Mar 11, 2008, at 3:17 PM,

Re: [PD] vowel recognition

2008-03-11 Thread Jamie Bullock
On Mon, 2008-03-10 at 19:35 -0400, marius schebella wrote: hi, I wonder if anyone did vowel recognition with Pd. Maybe ed kelly? or brian j.? can it be based on fiddle~ or does it neeed more/other objects/technology? You might be able to make a crude vowel recognition system using [fiddle~]

Re: [PD] no 0.41.1 extended debian testing in autobuild

2008-03-11 Thread yves degoyon
ola, ok, it should be fixed tomorrow, it was basically due to some changes in Image Magick .. pdp_capture is now made optional for it's too difficult to maintain with instabilities in Image Magick, you should use --enable-capture to have it included there are also a few updates from pidip

[PD] opposite of abs

2008-03-11 Thread Ben Carney
thank you thank you PD list.(in particular, Claude) I am constantly amazed by this community. You couldn't get better support if you paid for it. for my next question... is there a object that performs the opposite of [abs]? [abs] can give me 15 when i have -15, for example, but I would like

Re: [PD] opposite of abs

2008-03-11 Thread Hans-Christoph Steiner
[abs] will give you always positive. This will give you always negative: [abs] | [* -1] On Mar 11, 2008, at 7:43 PM, Ben Carney wrote: thank you thank you PD list.(in particular, Claude) I am constantly amazed by this community. You couldn't get better support if you paid for it. for

Re: [PD] opposite of abs

2008-03-11 Thread Roman Haefeli
On Tue, 2008-03-11 at 18:43 -0500, Ben Carney wrote: is there a object that performs the opposite of [abs]? [abs] can give me 15 when i have -15, for example, but I would like to get -15 when I have 15. [abs] will give always positive output, independently from the input. is 'output is always

Re: [PD] ARToolkit and libqrencode for Gem

2008-03-11 Thread patrick
davide morelli was working on pix_artoolkit_plus (using digitals markers - way more precise). i wanted to submit it to google summer of code last year: http://www.davidemorelli.it/doku.php?id=ar:artoolkitplus http://www.davidemorelli.it/doku.php?id=ar:augmented_reality_and_interfaces patrick