Re: [PD] get average value of db in a specified frequency range

2009-07-22 Thread Amos Robinson
I think that something as simple as lop~ (range-top) | hip~ (range-bot) | env~ would work? On Thu, Jul 23, 2009 at 10:07 AM, budi prakosa wrote: > hello all, > how to get an average value from sound (db) in a specified frequency range?? > thanks! > __

[PD] get average value of db in a specified frequency range

2009-07-22 Thread budi prakosa
hello all, how to get an average value from sound (db) in a specified frequency range?? thanks! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Easiest way to connect a wiimote to pd on ubuntu

2009-07-22 Thread Damien Henry
Thanks IOhannes. It's finally ok. here the steps : * recompile cwiid * then add #include "cwiid_internal.h" in the wiimote.c (that was my mistake there) * copy the file from cwiid src to the same dir * copy the libcwiid.a from cwiid to /usr/lib * compile wiimote Damien. IOhannes m zmölnig a é

Re: [PD] tabsend~ help patch

2009-07-22 Thread Jonathan Wilkes
> The inlet is the audio signal that > will be write on the array, check > your description! Thanks. I think that came from using [noise~] as a template, and mindlessly changing "noise~" to "tabsend~" on the first pass. > > Anyway it was helpful, I didn't know samplerate~... > > Thanks, I'll

Re: [PD] tabsend~ help patch

2009-07-22 Thread Gabriel Vinazza
You get that number because you're sending a high frequency to the array (which is updated continuously, that's what tabsend~ do). Try lower freqs and you'll get changing values. On Wed, Jul 22, 2009 at 3:40 PM, Jonathan Wilkes wrote: > I'm currently editing the help patch "tabsend~-help.pd,"

Re: [PD] tabsend~ help patch

2009-07-22 Thread Gabriel Vinazza
The inlet is the audio signal that will be write on the array, check your description! Anyway it was helpful, I didn't know samplerate~... Thanks, I'll take a look to the 0.999 thing. On Wed, Jul 22, 2009 at 3:40 PM, Jonathan Wilkes wrote: > I'm currently editing the help patch "tabsend~-help.

Re: [PD] d_fat extension ???

2009-07-22 Thread IOhannes m zmölnig
Hans-Christoph Steiner wrote: .d_fat doesn't work on Pd-extended (I don't remember why, feel free to fix it), just rename it to .pd_darwin like a normal external. hmm: apart from all the flamewars about whether it's a good idea or not to use .d_fat and/or .pd_darwin, why do you imply that onl

Re: [PD] Easiest way to connect a wiimote to pd on ubuntu

2009-07-22 Thread IOhannes m zmölnig
Damien Henry wrote: by using the compiled version of wiimote.pd_linux I've the following : /home/dh/Bureau/A/wiimote.pd_linux: libbluetooth.so.2: cannot open shared object file: No such file or directory wiimote ... couldn't create If I've rename the libbluetooth.so to libbluetooth.so.2 and g

[PD] tabsend~ help patch

2009-07-22 Thread Jonathan Wilkes
I'm currently editing the help patch "tabsend~-help.pd," which is attached. It didn't have an example patch, so I went ahead and made one. Problem is, I've never used tabsend~, so I'm not sure how useful that example is. If someone has a better example to include in this patch, please send it

Re: [PD] d_fat extension ???

2009-07-22 Thread Hans-Christoph Steiner
.d_fat doesn't work on Pd-extended (I don't remember why, feel free to fix it), just rename it to .pd_darwin like a normal external. .hc On Sun, 2009-07-19 at 08:05 -0300, IOhannes m zmölnig wrote: > Andres Ferrari wrote: > > hello, > > > > > > is d_fat a new extension for externals in OSX? >

Re: [PD] Easiest way to connect a wiimote to pd on ubuntu

2009-07-22 Thread Damien Henry
by using the compiled version of wiimote.pd_linux I've the following : /home/dh/Bureau/A/wiimote.pd_linux: libbluetooth.so.2: cannot open shared object file: No such file or directory wiimote ... couldn't create If I've rename the libbluetooth.so to libbluetooth.so.2 and get the folowing : /ho

[PD] CPU usage with multiple cameras and different operating systems. (Gem)

2009-07-22 Thread Martin Schied
Hi all! I'm developing an installation which currently uses six webcams (Logitech Vision Pro, but tried also lots of other cameras). I'm using Gem patches on Linux and OS X and realized that OS-X's CPU consumption is much less than on linux. I made tests with a single webcam on Linux and sing

Re: [PD] Mixing ie how best to use the IN and OUT clip meters?

2009-07-22 Thread Andy Farnell
this sorted everything for my digital mtering needs http://plugin.org.uk/meterbridge/ On Wed, 22 Jul 2009 18:10:53 +0200 danomatika wrote: > Howdy all, > > I've been having a fight with myself on how to best mix within pd. I'm > constantly going back and forth between: > > > 1. Keep

[PD] Mixing ie how best to use the IN and OUT clip meters?

2009-07-22 Thread danomatika
Howdy all, I've been having a fight with myself on how to best mix within pd. I'm constantly going back and forth between: 1. Keep everything and a lower relative so that the OUT never goes above 100 and the CLIP box never goes red. 2. Follow my ears and make it sound good, ign

[PD] pd lab at Unlimited Liability, Hamburg, Germany, 2. August 2009

2009-07-22 Thread Malte Steiner
Hello, I conduct a pd hacklab at Unlimited Liability (Norderstr. 71 ug) on 2. August in Hamburg, Germany. Less of a fullsized workshop, its more an event for introducing pd, exploring the possibilities, exchanging and discussing patches and ideas. pd lab#1 is free and all operating systems a

Re: [PD] Where are msd.pd_darwin, msd2D.pd_darwin and msd3D.pd_darwin on MacOSX ?

2009-07-22 Thread Nicolas Montgermont
Hi Thomas, The osx binaries of msd works perfect here. Is there any news about the windows versions? I can't find them on your website. Thanks a lot. Nicolas Le 20/06/09 19:08, Thomas Grill a écrit : Hey all, i uploaded OSX binaries for Pd and Max/MSP to http://g.org/ext/beta. Windows v

Re: [PD] video interviews from Montreal online

2009-07-22 Thread Greg Pond
thanks for all the feedback and offers for help. I am still away from my office and wont have access to the files until after tomorrow. I left the files to be completed and posted on line with some student interns in our IT department at the school and I will follow up with them about the missing a

Re: [PD] Easiest way to connect a wiimote to pd on ubuntu

2009-07-22 Thread Damien Henry
Hello, Thanks for the external link : http://mikewoz.com/pd-stuff.php But I met a compilation problem : make cc -DPD -O2 -funroll-loops -fomit-frame-pointer -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/home/dh/pd/pd-0.40-0/src -o wiimote.o -c wiimote.c wiimote.

Re: [PD] video interviews from Montreal online

2009-07-22 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: > thanks a lot for your effort, it's highly appreciated - also maybe I'd still > like Ogg Theora files for the open source spirit :) Btw.: ogg theora gives a massive size reduction. Here's the result of "ffmpeg2theora 01-Intro-Roman.mo

Re: [PD] video interviews from Montreal online

2009-07-22 Thread Frank Barknecht
Hallo, thanks a lot for your effort, it's highly appreciated - also maybe I'd still like Ogg Theora files for the open source spirit :) Jason Plumb hat gesagt: // Jason Plumb wrote: > I'd love to just torrent this for the community to share, but I noticed > that several of the files don't seem

Re: [PD] video interviews from Montreal online

2009-07-22 Thread Jason Plumb
Greg Pond wrote: > I finally made arrangements to edit and post most of the interviews > Kevin and I collected in Montreal and elsewhere through my > university's webiste. These include Miller, Hans, Chun, Bouchard, > Roman, and Frank. Selecting one of the names will produce a menu of > short vid