Re: [PD] firmata sporadic at enabling analog ins?

2008-09-21 Thread Hans-Christoph Steiner
On Sep 19, 2008, at 1:25 AM, Spencer Russell wrote: I've got an arduino with 5 capacitive distance sensors plugged into the analog ins. I just flashed the newest firmata-standard, and now things aren't working as expected. First question, did you use the version of Firmata included in

Re: [PD] how pd refers to abstractions under OS X - example of adsr in vanilla version

2008-09-21 Thread Luigi Rensinghoff
Hi i ran into similar situations in the past and use the following procedure now. Which can easily adapted if you want to copy a complicated (meaning: consinsting of many different abstractions, that you got from collections, built yourself or whatever). So in your example i would open

Re: [PD] biquad~ with elementary filters [was: Re: dinosaurs ...]

2008-09-21 Thread Damian Stewart
Charles Henry wrote: There is no zero at z=0. I'm not sure about this one--but it seems as though it's impossible to have a zero at z=0? [shrug] i don't even know what a 'zero' is. and that's after reading several different webpages that attempted to explain biquad filtering to me. i just

Re: [PD] biquad~ with elementary filters [was: Re: dinosaurs ...]

2008-09-21 Thread Claude Heiland-Allen
Charles Henry wrote: z^-1 is the unit delay operator so, Y(z)=z*X(z) means y(n) = x(n+1) while this is not impossible... it's non-causal. For real-time filtering, you can't already know the sample that comes next. I've been thinking about it for a little while now. I hope we can

Re: [PD] biquad~ with elementary filters [was: Re: dinosaurs ...]

2008-09-21 Thread martin brinkmann
Damian Stewart wrote: [shrug] i don't even know what a 'zero' is. a (probably a little too simple) explanation: a zero is a valley. its depth is 0 on its deepest point. a pole is a very (very,very,...) high mountain. both things exist on the complex plane (just a plain, where all points have 2

[PD] [PD-announce] VJam Theory

2008-09-21 Thread brendan byrne
++ Updates from VJ Theory project ++ VJ Theory.net intends to develop a community actively discussing and reflecting on philosophy and theory related with Vjing, performed media and realtime interaction. 1- VJAM THEORY At last the book *VJam Theory: Collective Writings on Realtime Visual

[PD] Gem video examples change my capture card settings

2008-09-21 Thread eccn
(Hope this doesn't duplicate -- didn't seem to get posted) I just discovered pd-extended, and am now playing with live video via a PCI capture card. Very happy! But can anyone tell me why running any of the Gem video examples seems to change my video capture card's mode to some non-PAL setting?

Re: [PD] biquad~ with elementary filters [was: Re: dinosaurs ...]

2008-09-21 Thread Steffen Juul
On 21/09/2008, at 16.02, Charles Henry wrote: For real-time filtering, you can't already know the sample that comes next. Isn't that what windows (=(?) blocks in Pd-lingo) is for? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

Re: [PD] Hans - window_name FR

2008-09-21 Thread Hans-Christoph Steiner
Nice work! Go ahead and check it in, but just make sure it builds on all platforms (i.e. watch the build logs). .hc On Sep 21, 2008, at 4:32 AM, Luke Iannini wrote: Right, after all kinds of bumping around Pd's sourcecode and reading the ANSI C guide... (my C experience has been limited

Re: [PD] help with pix_opencv in mac intel

2008-09-21 Thread Hans-Christoph Steiner
Cool, thanks for posting the binaries. The wiki link didn't work for me, this one did though: http://www.hangar.org/wikis/lab/doku.php? id=start:puredata_opencvs=puredata%20opencv .hc On Sep 18, 2008, at 8:56 PM, palmieri, ricardo wrote: hi, try to download the opencv1.0.0

[PD] Trying to compile latest extended on 64-bit (K)Ubuntu

2008-09-21 Thread Darren Landrum
Hello, all! I'm trying to compile the latest extended (0.40.3) on my 64-bit Kubuntu system. I went through the following process: cd pd/src autoconf configure-in configure Theoretically, that made the configure script. All seems well until: - checking tcl8.7/tcl.h usability... no checking

Re: [PD] Trying to compile latest extended on 64-bit (K)Ubuntu

2008-09-21 Thread Hans-Christoph Steiner
You have to run 'aclocal' first, I think. The whole process is automated if you do this: cd packages/linux_make/ make install make package Then you'll end up with a .deb that you can install. There will be some bugs still with 64-bitness. It's great to test this stuff so we can make

Re: [PD] Trying to compile latest extended on 64-bit (K)Ubuntu

2008-09-21 Thread Darren Landrum
Hans-Christoph Steiner wrote: cd packages/linux_make/ make install make package Unfortunately, that gives me essentially the same error: - [EMAIL PROTECTED]:~/Downloads/Pd-0.40.3-extended/packages/linux_make$ make install make package find:

Re: [PD] Trying to compile latest extended on 64-bit (K)Ubuntu

2008-09-21 Thread Darren Landrum
Darren Landrum wrote: Hans-Christoph Steiner wrote: cd packages/linux_make/ make install make package To try to narrow down the possibilities, I decided to delete the directory and re-unpack the tarball, then I ran your instructions (without doing anything else) and got this output: -