Re: [PD] [GEM]: GL Shader Language

2007-06-17 Thread cyrille henry
hello, Alexandre Quessy a écrit : Hi all ! The Toon.vert and Toon.frag shaders don't seem to work quite well here. I only get some kind of darker or lighter grey depending on the value of the Phong variable I set it to have. I am using Pd-extended 0.39-2 test 5 on Ubuntu Linux Intel. Gem is

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: On Sat, 2007-06-16 at 18:06 +0200, Frank Barknecht wrote: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: oops, i thought, they are done in plain pd. [bp2~] is abstraction from iemabs based on [filter~], which is

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Kyle Klipowicz
Yes, please do this. I always get confused with the zillion iem-libs out there. Can they just be either broken apart or consolidated? It makes searching the docs pretty rough. ~Kyle On 6/16/07, Roman Haefeli [EMAIL PROTECTED] wrote: assuming i want to keep [bp2~], would it be better to replace

Re: [PD] [GEM]: GL Shader Language

2007-06-17 Thread Kyle Klipowicz
Ooop please send any elementary examples of these things. I got confused by the Gem docs (they don't explain OpenGL as thoroughly as the vanilla Pd-docs explain DSP). ~Kyle On 6/17/07, cyrille henry [EMAIL PROTECTED] wrote: hello, Alexandre Quessy a écrit : Hi all ! The Toon.vert and

Re: [PD] Pd-0.39.2-extended-rc3 released

2007-06-17 Thread Thomas Grill
Hi Christoph, Try deleting ~/Library/Preferences and see if it still crashes (I sometimes get crashes with some of the flext-based libraries that are included). would you mind sending me some crashlogs of the crashing flext externals? greetings, Thomas

Re: [PD] Tune

2007-06-17 Thread Kyle Klipowicz
Very nice! I like the gradual changes throughout. I didn't know you were born in Zimbabwe! How interesting... ~Kyle On 6/15/07, Chris McCormick [EMAIL PROTECTED] wrote: Hi, This tune was made in Pure Data. It's dedicated to the people of the country where I was born, Zimbabwe.

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 11:10 +0200, Frank Barknecht wrote: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: On Sat, 2007-06-16 at 18:06 +0200, Frank Barknecht wrote: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: oops, i thought, they are done in plain pd.

Re: [PD] [GEM]: GL Shader Language

2007-06-17 Thread cyrille henry
hello, Kyle Klipowicz a écrit : Ooop please send any elementary examples of these things. i post a few very diferents shader and the pd patch to use them here : http://drpichon.free.fr/gem_glsl_ch_200070617.zip I got confused by the Gem docs (they don't explain OpenGL as thoroughly as

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: On Sun, 2007-06-17 at 11:10 +0200, Frank Barknecht wrote: Then it won't work for people who have iemlib installed somewhere else and/or load it as a library. i thought, we do that effort to include the result into pd-extended? To

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 13:11 +0200, Frank Barknecht wrote: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: On Sun, 2007-06-17 at 11:10 +0200, Frank Barknecht wrote: Then it won't work for people who have iemlib installed somewhere else and/or load it as a library. i

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread hard off
well my mac just totally died, so i am going 100% linux from now on, and bp2~ doesn't work. but i am going 100% linux, so i am getting used to things not working ;) filter~ seems to work ok though, so i guess the path to the abstraction is not set.

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 21:00 +0900, hard off wrote: well my mac just totally died, so i am going 100% linux from now on, and bp2~ doesn't work. but i am going 100% linux, so i am getting used to things not working ;) i'd say you are getting used to get things fixed instead of having to

[PD] how do i create the equivalent of iemlib's [bp2~] with pd's elementary filters?

2007-06-17 Thread Roman Haefeli
yup, that is the question. would be nice to have some other filters as well in pd. wouldn't that be an interesting project as part of the dsp-collection? roman ___ Telefonate ohne weitere Kosten vom PC zum PC:

[PD] [LAU] Re: Tune

2007-06-17 Thread hard off
ha ha, cool. i lived in papua new guinea for a while when i was little. it's good to be somewhere out of the ordinary. will listen to track now. ___ Linux-audio-user mailing list [EMAIL PROTECTED]

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: Then [import iemlib], [declare -lib iemlib] or so is better. This would give an error, if import isn't available, but at least the abstraction would still work, if someone loads iemlib as a library. no, because in pd-extended the

Re: [PD] Tune

2007-06-17 Thread hard off
ha ha, cool. i lived in papua new guinea for a while when i was little. it's good to be somewhere out of the ordinary. will listen to track now. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Georg Holzmann
Hallo! no: loading the library or the libdir is not necessary in pd-extended, because [filter~] is directly in the extra folder. It is? Pd-extended continues to surprise/confuse me sometimes ... How is it decided what is directly in extra and what not? No, its not in extra - at least not

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Georg Holzmann
Hallo! You could built your own bp2~ using elementary filters. yeah, i personally would prefer that way, but i know too little about filterdesign to implement it myself. I think it is not a good idea to represent every object in abstractions ... why not is the c object if it is already

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 15:10 +0200, Georg Holzmann wrote: Hallo! no: loading the library or the libdir is not necessary in pd-extended, because [filter~] is directly in the extra folder. It is? Pd-extended continues to surprise/confuse me sometimes ... How is it decided what is

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 14:36 +0200, Frank Barknecht wrote: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: Then [import iemlib], [declare -lib iemlib] or so is better. This would give an error, if import isn't available, but at least the abstraction would still work, if

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Georg Holzmann
Hallo! but it is in extra in: Pure Data 0.39.2-extended-test3-extended-test3 yes, version 0.39.2. The latest (unstable) 0.40 version is always on http://autobuild.puredata.org/auto-build/. There are many more externals and more other stuff changed ...

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 15:36 +0200, Roman Haefeli wrote: On Sun, 2007-06-17 at 15:10 +0200, Georg Holzmann wrote: Hallo! no: loading the library or the libdir is not necessary in pd-extended, because [filter~] is directly in the extra folder. It is? Pd-extended continues to

Re: [PD] Hi, a question about compiling pd external for windows

2007-06-17 Thread Georg Holzmann
Hallo! I sent your message also to the pd list, where more people can answer your question ... (you have to subscribe to the list) I saw in your website that you compiled an external for pd as a dll for windows can I ask how did you do it? I have problems with this issue , I have all

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: but still, if i want to load the lib and the path with [declare], i'd have to set both pathes, '-stdpath iemlib' and '-stdpath iemabs' and in either case, one would cause an error. such situations make me unhappy :-( Well, but that's

[PD] How to compile externals on windows

2007-06-17 Thread Lior Frenkel
Hello I am trying to compile the first Hello World example on windows from here: http://iem.kug.ac.at/pd/externals-HOWTO/node3.html#SECTION00036000 can anyone give an explanation on how to do it, preferably with Visual Studio 2005, but other ways are good too. Thanks a lot Lior

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Patco
hello, Frank Barknecht a écrit : Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: but still, if i want to load the lib and the path with [declare], i'd have to set both pathes, '-stdpath iemlib' and '-stdpath iemabs' and in either case, one would cause an error. such situations

Re: [PD] any success of wiiremote on ppc osx 10.4

2007-06-17 Thread Husk 00
On 6/17/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: I think at this point, in order to get this working, someone will either have to tackle debugging the C code, or send me a wiiremote so I can debug it myself. Hi, i read that you'll be in Zaragoza the next week..i'll should be

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 15:19 +0200, Georg Holzmann wrote: Hallo! You could built your own bp2~ using elementary filters. yeah, i personally would prefer that way, but i know too little about filterdesign to implement it myself. I think it is not a good idea to represent every object

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Georg Holzmann
Hallo! using externals is a pain, when focussing on portability. see that thread. Yes, but the solution is not to say that one should not use externals at all - instead externals should be better distributed, like e.g. with pd-extended ... LG Georg

Re: [PD] correcting pd-extended??

2007-06-17 Thread Patco
Patco a écrit : The pkgIndex.tcl is attached I'm sorry, I didn't put the good pkgIndex.tcl in last mail, attached is the one I've simplified for using with tk libs for widgets that works on my win32 computer. notice: for getting the dll, go to :

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 16:39 +0200, Frank Barknecht wrote: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: but still, if i want to load the lib and the path with [declare], i'd have to set both pathes, '-stdpath iemlib' and '-stdpath iemabs' and in either case, one would cause an

Re: [PD] pd extended rc3-Gem on OSX issue

2007-06-17 Thread alan brooker
Hi Hans These are my specs: OS X TIGER Machine Name:Mac mini Machine Model:PowerMac10,1 CPU Type:PowerPC G4 (1.2) Number Of CPUs:1 CPU Speed:1.42 GHz Chipset Model:ATY,RV280 Type:Display Bus:AGP VRAM (Total):32 MB Vendor:ATI (0x1002) Ive

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 17:20 +0200, Georg Holzmann wrote: Hallo! using externals is a pain, when focussing on portability. see that thread. Yes, but the solution is not to say that one should not use externals at all - instead externals should be better distributed, like e.g. with

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Georg Holzmann
Hallo! i do not agree, that we (pd-users) should just stick with that. i know, this is a very old story, but if there would be a unified way to load externals, it would be no problem at all to make patches, that make use of externals, work out of the box. to delegate this issue to the user

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 17:33 +0200, Georg Holzmann wrote: Hallo! i do not agree, that we (pd-users) should just stick with that. i know, this is a very old story, but if there would be a unified way to load externals, it would be no problem at all to make patches, that make use of

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: On Sun, 2007-06-17 at 16:39 +0200, Frank Barknecht wrote: Well, but that's the unhappy part of Pd-life: For every external in use, someone has to make sure, that this external is available. As I have no control over what people are

[PD] cross-correlation in pd ?

2007-06-17 Thread tania habib
hello list, I was wondering if some body can tell me if there is an object to generate the cross correlation of two signals. If there is, please let me know which library has it. regards, tania ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread cyrille henry
tania habib a écrit : hello list, I was wondering if some body can tell me if there is an object to generate the cross correlation of two signals. mapping/correlation it's data correlation (not audio) cyrille If there is, please let me know which library has it. regards, tania

Re: [PD] Pd-0.39.2-extended-rc3 released

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 6:06 AM, Thomas Grill wrote: Hi Christoph, Try deleting ~/Library/Preferences and see if it still crashes (I sometimes get crashes with some of the flext-based libraries that are included). would you mind sending me some crashlogs of the crashing flext externals?

Re: [PD] correcting pd-extended??

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 1:07 AM, Patco wrote: Hello, Hans-Christoph Steiner a écrit : Submit a patch to pkgIndex.tcl and the files that you need to put in lib/tk8.4. Or maybe make a wiki page about it on puredata.org. Putting a patch in the patch tracker is the best way to insure

[PD] arduino+solenoid concert

2007-06-17 Thread Derek Holzer
Jeff Mann showed us this video in the Arduino workshop at Pickled Feet (Berlin) yesterday: http://www.youtube.com/?v=g_hiz-Kx0kM Great stuff! I'd be interested to hear from the person who made it about the solenoid control circuits (transistor, relay?), or if they'd be interested to share the

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread Andy Farnell
I found a helpfile for table cross corr IEMLIB_R1.15 Don't actually have the external though myself for some reason. Looking at the helpfile it would be suitable for audio after using [tabsend~] to fill the tables. On Sun, 17 Jun 2007 17:52:42 +0200 tania habib [EMAIL PROTECTED] wrote:

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Hans-Christoph Steiner
That's Roman of netpd fame (you can see netpd on the screen). I forgot whether Pduino was used for that or not. I would like to know. A student here at Poly in Brooklyn used Maxduino (the Max/MSP port by Marius Schebella) but had a lot of trouble with timing. I would like to see

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread tania habib
1- how can i find this IEMLIB_R1.15 library, as some of the objects in the patch you sent me can not be created. 2- I am using pd extended 0.40 on mac osx 3- how can I include aubio in pd when I download it, a little guidance needed here thanks tania On 6/18/07, Andy Farnell [EMAIL PROTECTED]

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Derek Holzer
Hi HC, Hans-Christoph Steiner wrote: I would like to see whether arduino USB can do tight timing like in that video. me too! I've been using Arduino to get Theremin sensor data into PD during a workshop last week, but I found it quite steppy. d. -- derek holzer ::: http://www.umatic.nl

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 18:24 +0200, Derek Holzer wrote: Jeff Mann showed us this video in the Arduino workshop at Pickled Feet (Berlin) yesterday: http://www.youtube.com/?v=g_hiz-Kx0kM Great stuff! I'd be interested to hear from the person who made it about the solenoid control circuits

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Derek Holzer
Hi Roman, yes, it was really fantastic. - qseq2 to arduino converter patch How is this done? PDuino? Direct serial connection? - relayboard with 8 times this [1] circuit (i replaced the BC548 by a MOSFET of the type BS170 [thank you, mamalala]) and thanks to you for sharing! d. Roman

Re: [PD] GEM and chromium

2007-06-17 Thread Alex
Recently I have been successful getting Gem running over Chromium: http://chromium.sourceforge.net/ After picking up from where august left of, disabling all of the non-chromium compatible extensions I could via compile time flags : ./configure --with-glversion=1.5 --disable-ARB --disable-NV I

Re: [PD] [GEM]: GL Shader Language

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 6:58 AM, cyrille henry wrote: hello, Kyle Klipowicz a écrit : Ooop please send any elementary examples of these things. i post a few very diferents shader and the pd patch to use them here : http://drpichon.free.fr/gem_glsl_ch_200070617.zip Wow, these are some nice

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 12:41 -0400, Hans-Christoph Steiner wrote: That's Roman of netpd fame (you can see netpd on the screen). I forgot whether Pduino was used for that or not. I would like to know. A student here at Poly in Brooklyn used Maxduino (the Max/MSP port by Marius

Re: [PD] [GEM]: GL Shader Language

2007-06-17 Thread cyrille henry
Hans-Christoph Steiner a écrit : On Jun 17, 2007, at 6:58 AM, cyrille henry wrote: hello, Kyle Klipowicz a écrit : Ooop please send any elementary examples of these things. i post a few very diferents shader and the pd patch to use them here :

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 18:59 +0200, Derek Holzer wrote: How is this done? PDuino? Direct serial connection? for reasons, i mentioned in the previous post, i did not use the [arduino] abstraction, but made my own patch to generate the messages, that are sent to [comport]. but it uses also the

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Derek Holzer
Well, I'd be interested to see how the messages are formatted and sent to [comport]. So, yes, please! thx, d. Roman Haefeli wrote: On Sun, 2007-06-17 at 18:59 +0200, Derek Holzer wrote: How is this done? PDuino? Direct serial connection? for reasons, i mentioned in the previous post, i did

Re: [PD] Pd-0.39.2-extended-rc3 released

2007-06-17 Thread Steffen
On 17/06/2007, at 18.11, Hans-Christoph Steiner wrote: - Open Pd-0.39.2-extended-rc3 - load vasp by typing it into an object box - load py... then crash when i do that and run it with -stderr and -verbose i get: - VASP modular 0.1.4pre

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Steffen
On 17/06/2007, at 18.59, Derek Holzer wrote: and thanks to you for sharing! I second that! Have been wondering about it since http://lists.puredata.info/pipermail/pd-list/2007-03/048389.html ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 1:10 PM, Roman Haefeli wrote: On Sun, 2007-06-17 at 12:41 -0400, Hans-Christoph Steiner wrote: That's Roman of netpd fame (you can see netpd on the screen). I forgot whether Pduino was used for that or not. I would like to know. A student here at Poly in Brooklyn used

Re: [PD] Pd-0.39.2-extended-rc3 released

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 1:43 PM, Steffen wrote: On 17/06/2007, at 18.11, Hans-Christoph Steiner wrote: - Open Pd-0.39.2-extended-rc3 - load vasp by typing it into an object box - load py... then crash when i do that and run it with -stderr and -verbose i get:

Re: [PD] DSP abstractions [was: netpd ...]

2007-06-17 Thread Kyle Klipowicz
This is a bit off the current thread, but is still relevant to the subject. I like the discussion about DSP-abs, but in my opinion, we should not forget also the CTRL-abs that netpd provides. I think that the sequencer objects in there are quite efficient and usable from a newbie point of view,

Re: [PD] [GEM]: GL Shader Language

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 1:14 PM, cyrille henry wrote: Hans-Christoph Steiner a écrit : On Jun 17, 2007, at 6:58 AM, cyrille henry wrote: hello, Kyle Klipowicz a écrit : Ooop please send any elementary examples of these things. i post a few very diferents shader and the pd patch to use

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 12:46 PM, tania habib wrote: 1- how can i find this IEMLIB_R1.15 library, as some of the objects in the patch you sent me can not be created. 2- I am using pd extended 0.40 on mac osx In Pd-extended, that should all be in the iemlib library. 3- how can I include

Re: [PD] [GEM]: GL Shader Language

2007-06-17 Thread Kyle Klipowicz
Yes, please Vade, chime in! ~Kyle -- Forwarded message -- From: Hans-Christoph Steiner [EMAIL PROTECTED] Date: Jun 17, 2007 1:45 PM Subject: Re: [PD] [GEM]: GL Shader Language To: cyrille henry [EMAIL PROTECTED] Cc: Kyle Klipowicz [EMAIL PROTECTED], pd-list@iem.at, Alexandre

[PD] Active stereo Gem (Crystal Eyes)

2007-06-17 Thread Alex
Hi, (I originally sent this to the GEM-dev list but i figure others on here might be interested in this information) I've added the ability to do active [crystal glasses] stereo in gem [using the X version] and am attaching the diff. If you have a stereo enabled video card and a display that

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread tania habib
The problem is that two of the objects I have in the patch that Andy sent me 1- tab_mul 2- tab_cross_corr tare not created, I have the IEMLIB included in pd and the rest is ok. Please tell me whether they are coming from same library or they are part of some other one which needs to be included

Re: [PD] Pd-0.39.2-extended-rc3 released

2007-06-17 Thread Thomas Grill
Hi all, is there anything loaded after py/pyext? Because the setup routine is obviously executed, otherwise no banner would be shown greetings, Thomas Am 17.06.2007 um 20:42 schrieb Hans-Christoph Steiner: On Jun 17, 2007, at 1:43 PM, Steffen wrote: On 17/06/2007, at 18.11,

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 19:25 +0200, Derek Holzer wrote: Well, I'd be interested to see how the messages are formatted and sent to [comport]. So, yes, please! yo, here we go: http://romanhaefeli.net/software/pd/qseq2_to_arduino.pd roman

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Roman Haefeli
On Sun, 2007-06-17 at 14:36 -0400, Hans-Christoph Steiner wrote: I don't think that the timing problem is related to Pd but rather the USB-serial drivers. exactly, this is what i actually meant. Writing your own firmware to trigger events will work if you send the timing, which

Re: [PD] Pd-0.39.2-extended-rc3 released

2007-06-17 Thread Thomas Grill
- Open Pd-0.39.2-extended-rc3 - load vasp by typing it into an object box - load py... then crash Sorry, i overread that this is happening when creating objects. I'm thinking of providing a suite of binaries linked to the shared flext library for the pd-extended distro - this is also what

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Thomas Grill
It might be worth mentioning that Max/MSP has a couple of messages to control scheduler accuracy. It's in Options/Performance Options... greetings, Thomas Am 17.06.2007 um 18:41 schrieb Hans-Christoph Steiner: That's Roman of netpd fame (you can see netpd on the screen). I forgot whether

[PD] Denmark,

2007-06-17 Thread Ed Kelly
Good to see the list bubbling away nicely, So, who's going to Denmark this year? Best, Ed Lone Shark Aviation out now on http://www.pyramidtransmissions.com http://www.myspace.com/sharktracks - Yahoo! Mail is the world's favourite email. Don't settle

[PD] annoying pidip question

2007-06-17 Thread Ed Kelly
has anyone come across this...and how did they solve it? pdp_capture.c: In function 'XMyGetWindowImage': pdp_capture.c: error: 'Visual' has no member named 'klass' (times 5) I'm putting together a howto on compiling pdp/pidip on a planet CCRMA fedora 6. (The ccrma rpm's don't work for me, and

Re: [PD] Denmark,

2007-06-17 Thread Alex
I'll be there.. -Alex Norman On 6/17/07, Ed Kelly [EMAIL PROTECTED] wrote: Good to see the list bubbling away nicely, So, who's going to Denmark this year? Best, Ed Lone Shark Aviation out now on http://www.pyramidtransmissions.com http://www.myspace.com/sharktracks

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread Ed Kelly
Hi Tania, aubio is quite easy, provided you have libsamplerate, libsndfile and fftw3 installed. It is pretty essential that you instal pkgconfig as well, since some libraries rely on that to send information as to where they all reside on the hard disk for compilation. So, aubio in steps:

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread Andy Farnell
No more news on where you might find the externs im afraid, but in case you do get the iem table one working [tabsend~] I suggested would be useless because two of them would seem to be asynchronous and make nonsense of your correlation (is that right?). Two triggered [tabwrites~] as per

[PD] cross-correlation in pd ?

2007-06-17 Thread Mathieu Bouchard
On Sun, 17 Jun 2007, Tania Habib wrote: I was wondering if some body can tell me if there is an object to generate the cross correlation of two signals. If there is, please let me know which library has it. Do it with [fft~] just like for signal convolution, except that in computing the

Re: [PD] Pd-0.39.2-extended-rc3 released

2007-06-17 Thread Hans-Christoph Steiner
On Jun 17, 2007, at 4:25 PM, Thomas Grill wrote: - Open Pd-0.39.2-extended-rc3 - load vasp by typing it into an object box - load py... then crash Sorry, i overread that this is happening when creating objects. I'm thinking of providing a suite of binaries linked to the shared flext

Re: [PD] arduino+solenoid concert

2007-06-17 Thread Hans-Christoph Steiner
I think it's more related to the serial object in Max. It's pretty strange and old. Jasch recently ported Pd's comport to Max because he was sick of the Max serial object. .hc On Jun 17, 2007, at 4:36 PM, Thomas Grill wrote: It might be worth mentioning that Max/MSP has a couple of

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread Charles Henry
Mathieu's right here... It can be done with abstractions. I'm not sure that mine are all correct, but I've used this technique a couple times without making complete abstractions for it... Here's an abstraction for computing a symmetric cross-covariance, this way. It outputs the

Re: [PD] cross-correlation in pd ?

2007-06-17 Thread Mathieu Bouchard
On Sun, 17 Jun 2007, Mathieu Bouchard wrote: On Sun, 17 Jun 2007, Tania Habib wrote: I was wondering if some body can tell me if there is an object to generate the cross correlation of two signals. If there is, please let me know which library has it. Do it with [fft~] just like for signal