Re: [PD] how to detect if array has changed

2010-12-28 Thread Jack
Le mardi 28 décembre 2010 à 13:25 +0100, João Pais a écrit : what do you mean with data structures, didn't see any in your patch. It was a suggestion. My patch only show one possibility to achieve what Ico was looking for, without data structure. The use of data structure (array) is another

[PD] pd-extended and SELinux

2010-12-28 Thread Oded Ben-Tal
I recently upgraded to FC14. the first time I started pd SELinux didn't like it (though I haven't noticed any operational problems yet). This is the brief error message: SELinux is preventing /usr/bin/pdextended from using the 'execstack' accesses on a process. * Plugin allow_execstack

Re: [PD] pd-extended and SELinux

2010-12-28 Thread Mathieu Bouchard
On Tue, 28 Dec 2010, Oded Ben-Tal wrote: I recently upgraded to FC14. the first time I started pd SELinux didn't like it (though I haven't noticed any operational problems yet). This is the brief error message: SELinux is preventing /usr/bin/pdextended from using the 'execstack' accesses on a

Re: [PD] [PD-dev] how to detect if array has changed

2010-12-28 Thread Mathieu Bouchard
On Tue, 28 Dec 2010, Felipe Rodríguez wrote: There is some object that can calculate in real time the bandwidth of an audio signal? What do you want exactly ? Compute the standard deviation of the frequency histogram (spectrogram) ? Compute the frequency bounds within which 95 % of the

Re: [PD] how to detect if array has changed

2010-12-28 Thread João Pais
It was a suggestion. My patch only show one possibility to achieve what Ico was looking for, without data structure. The use of data structure (array) is another possibility (not so elegant, as i wrote before, the click on data structure is not enough, you still need a metro or a mouse listener.

Re: [PD] timing

2010-12-28 Thread Mathieu Bouchard
On Tue, 28 Dec 2010, Frank Barknecht wrote: Your hip2~.pd seems to be missing an inlet~. Ah, thanks. I attached a version that also replaced expr~ with internal objects You could also compile expr~ as an internal class. It's very useful. and has help-files copied from lop~/hip~ and was

Re: [PD] Gridflow external cam os x

2010-12-28 Thread Mathieu Bouchard
On Mon, 27 Dec 2010, Anas Ghrab wrote: I can't make the #camera working with Gridflow and a firewire cam on OS X. Do I need to install something specific ? No, but : 1. it will usually not appear as camera number 0 (try number 1 or 2) 2. there's a bug whereby if you pick a nonexistent or

[PD] pdlib / pdtest

2010-12-28 Thread patrick
hi everyone, is the samples/pdtest supposed to output sound or only text: print: 3 noteon: 0 112 0 looking at test.pd i should hear an osc @ 400hz, but i do not. the python version is working (python echo.py) i can hear myself with a delay. my goal is to use it in my application (C++ with a

[PD] pd openembedded beagleboard-demo-image

2010-12-28 Thread mark gross
I'm trying to get vanilla PD working on a beagle board using open embedded's angstrom-2010.x distro. I've hacked up a bit bake recipe (still a hack job) and the task-beagleboard-demo-image.bb to make a image that will actually run the PD GUI on a BB. My problem now is with the audio. I can't

Re: [PD] [PD-dev] how to detect if array has changed

2010-12-28 Thread Felipe Rodríguez
El 28 de diciembre de 2010 13:25, Mathieu Bouchard ma...@artengine.caescribió: On Tue, 28 Dec 2010, Felipe Rodríguez wrote: There is some object that can calculate in real time the bandwidth of an audio signal? What do you want exactly ? I want to overlap an audio signal with a sound

Re: [PD] timing

2010-12-28 Thread Frank Barknecht
On Tue, Dec 28, 2010 at 11:30:43AM -0500, Mathieu Bouchard wrote: On Tue, 28 Dec 2010, Frank Barknecht wrote: Your hip2~.pd seems to be missing an inlet~. Ah, thanks. I attached a version that also replaced expr~ with internal objects You could also compile expr~ as an internal class.

Re: [PD] pd openembedded beagleboard-demo-image

2010-12-28 Thread errordeveloper
Greate to hear that vanilla compiles ok and starts up!! what version of GCC did you use? how floating point is handled ? have you tried using USB audion instead? I just had been looking at the Pandora Board, which uses 2-core Cortex-A9 with FPU, thing to get it soonish to run my pd WSN project

Re: [PD] pd openembedded beagleboard-demo-image

2010-12-28 Thread errordeveloper
oops, it's in fact PANDA board, not pandora :))) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd openembedded beagleboard-demo-image

2010-12-28 Thread mark gross
On Wed, Dec 29, 2010 at 01:01:42AM +, errordevelo...@gmail.com wrote: Greate to hear that vanilla compiles ok and starts up!! I did have to patch the make files to use $(STRIP) instead of strip and I did some thrashing about in Makefile.am to get pd_LDFLAGS suck in enviornment setting for