[PD] non real-time (r)FFT patch/object?

2011-07-24 Thread padovani
Hi, Is there a non signal version of rfft~? An object or a patch that performs faster than real-time real FFT? (so that one can load the spectral data of a audio file to an array instantly) thanks -- http://zepadovani.info ___ Pd-list@iem.at

Re: [PD] non real-time (r)FFT patch/object?

2011-07-24 Thread padovani
Ok, sorry.. just found it.. Em 24/07/11 12:32, padovani escreveu: Hi, Is there a non signal version of rfft~? An object or a patch that performs faster than real-time real FFT? (so that one can load the spectral data of a audio file to an array instantly) thanks -- http://zepadovani.info

[PD] send audio over udp with mrpeach/udpsend~ and mrpeach/udpsend

2010-10-28 Thread padovani
Hello, I am doing some tests sending UDP packets to Processing and openFrameworks from PD. First I tried to send tabdumps with mrpeach/udpsend... It would be nice to use this one because I could select specific frames to send. But it seems to not accept the floats from the arrays... So,

Re: [PD] send audio over udp with mrpeach/udpsend~ and mrpeach/udpsend

2010-10-28 Thread padovani
Thank you very much martin... I will continue my tests... BTW... Pd-extended for mac intel has a non functional udpreceive~ (wrong architecture)... I have compiled it here, but it would be nice to see what is wrong in the provided build scripts.. josé Em 28/10/10 13:15,

[PD] read Puredata array/table data from another app?

2010-10-26 Thread padovani
Hello, is there a way to access a PD array from another app? I'm trying to do some visualizations from arrays in Processing and in openFrameworks and have managed to send 256 floats tables (with [switch~]) per DSP block through OSC: anyway, OSC is not build to manage streams, but to send

Re: [PD] is autobuild.puredata.info down?

2010-08-10 Thread padovani
Hi.. I can see that it is still down.. Is there another place where I could download the 0.42.5-RC4 for OSX (intel)? thanks josé Em 09/08/10 14:41, Hans-Christoph Steiner escreveu: Yes... sorry, don't know why yet. .hc On Aug 9, 2010, at 1:30 PM, josepadovani wrote: is

Re: [PD] is autobuild.puredata.info down?

2010-08-10 Thread padovani
Thanks! Em 10/08/10 11:13, Hans-Christoph Steiner escreveu: Its back. There was a building-wide power outage. .hc On Aug 9, 2010, at 1:41 PM, Hans-Christoph Steiner wrote: Yes... sorry, don't know why yet. .hc On Aug 9, 2010, at 1:30 PM, josepadovani wrote: is autobuild.puredata.info

Re: [PD] Feedback discussion

2009-09-11 Thread padovani
Mathieu Bouchard escreveu: Feedback is everywhere and is everything. The universe is made of feedback loops. Those feedback loops are made of smaller feedback loops and are constituents of bigger feedback loops. hmmm... ;) -- http://zepadovani.info

Re: [PD] fft and store lists

2009-09-07 Thread padovani
Andres Ferrari escreveu: hello, Is it possible (in pd of course) to capture the frequencies and amplitudes by fft and save to a text file?...like a sdif file made in home hola, I think that it is what you want... josé -- http://zepadovani.info

Re: [PD] pd-toolkit first Release

2009-08-10 Thread padovani
wow! Georg Werner escreveu: Hi, with the new possibilities provided by iem_guts (thanks to IOhannes m zmoelnig and Luke Iannini) its possible now to do patching with the help of keyboard shortcuts. in the last couple days i made an abstraction for alignment and connection of objects. there

[PD] does xtract~ build on OSX? (getting errors)

2009-06-26 Thread padovani
Hi, I would like to use xtract~ in OSX, but I can't compile it here... (have installed FFTW through MacPorts). Is there a binary out there? Is it included in flib? thanks. -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] open a local html page that contains a java applet?

2009-06-24 Thread padovani
Actually OSX can open files with the default app with command open... |open /path/to/file.html( | [shell] if you need some specific browser (like Plainview, for example) that is not the default one you should use something like: |open /path/to/file.html -a Plainview.app( | [shell] If you

Re: [PD] [expr] for if, then, else?

2009-05-15 Thread padovani
You don't need to declare the variables... it is just: [expr if ($f3 0, $f1 + $f2, 0); if ($f3 0, $f1 - $f2, 0)] but you will have 2 outlets (one for each if), and not an else for the same outlet in fact, it would be nice to have an else on Yadegari's externals... For more information

[PD] disable ctrl+q / command+q or display a dialog box?

2009-04-20 Thread padovani
Hi.. is it possible to configure my PD installation to don't quit immediately when I (stupid as I am) press ctrl+q or command+q(mac)? :) tx. -- http://www.padovani.googlepages.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

Re: [PD] Writing -dB or VU level to a TXT File

2009-04-03 Thread padovani
Benalt, Adam D (NBC Universal, MSNBC) escreveu: Thanks Jonathan, This works as you noted below, however I need this to be an automated process. At least a couple of times per second, writing one numeric value to the same text file over and over again. Then I can query it as needed and it will

Re: [PD] shell .... again....

2009-03-08 Thread padovani
Here, on 10.5.6(intel) [shell] crashes too.. But [popen] is working just fine... (what's the difference?) the [shell] crash happens simultaneously with the right outlet bang... Jack escreveu: Hello Mark, I use [shell] every days on MacOSX.4 with PowerPC and Intel. No problem here. ++

[PD] scheme or common lisp object?

2009-03-04 Thread padovani
Is there some scheme or CL object running in PD? k_guile seems to be inactive, or am I wrong? -- http://www.padovani.googlepages.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] compatibility with interfaces

2008-11-04 Thread padovani
No problem with motu or presonus, but it is a good idea to use Jack for OSX... (Presonus seems to have greater delay time than motu when tested with the loopback patch... it was something like 8 ms for Motu and 17 ms for Presonus when I've tested..) 2008/11/3 Andres Ferrari [EMAIL PROTECTED]

[PD] midi on 0.40.3-extended

2008-04-07 Thread padovani
Is anyone experiencing problems to play midi through QuickTimeMIDI on PD on Leopard (intel)? I've tried three different versions of the 0.40.3-extended for Mac i386 (after having tried the 0.39 version that crashed) and couldn't reach any Midi output device... other Apps play midi through

[PD] midi on Mac 10.5.2

2008-04-06 Thread padovani
Hi, I've installed the nighty build 0.40.3-extended-20080117 for mac i386 and I am not gettin to setup my midi output device (none is the only option)... (I want to send to quicktime synth). As I am new to macs, I'm not sure if it is some problem of configuration or if I need to install

[PD] pdp_xv on pdp-0.12.4 (compiled to work with PWC)

2007-06-05 Thread padovani
Hi, I've compiled PDP-0.12.4 with some alterations on the sources to get it running with my Quickcam 4000 without blinks. Previously I got it working on Ubuntu 6.10. But now, on Ubuntu-Studio (Feisty), I can't get the pdp_xv object running. The comtaries are the ones postes in the thread

Re: [PD] Firewire interfaces and PD?

2006-10-26 Thread padovani
little box : ) best alexandre On 25/10/06, *padovani* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I would like to know if anyone is using one of these interfaces (on WinXP/ OSX/ Linux-freebob) for interactive performance with PD. Comments are welcome... Presonus Firepod