Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-16 Thread IOhannes m zmölnig
Jaime Oliver wrote: ok, thanks! anyone has an idea? run ./configure edit Make.config add any flags to GEM_CXXFLAGS run make fgmadr IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] latency issue

2009-10-16 Thread IOhannes m zmölnig
babsyco babsyco wrote: Hi guys-I just have another fairly simple question. I'm running PD on a macbook pro with a 2.26 Intel Core 2 duo processor, 2 gig of memory 1067 MHz DDR3, and I'm using a terratec Phase 24FW external sound card. On my other computer (which was far inferior) using this

Re: [PD] pd_opencv 0.2-rc4

2009-10-16 Thread IOhannes m zmölnig
Mathieu Bouchard wrote: Basically, all Gem externals that are outside of the main Gem library have to be recompiled once in a while, to match the Gem ABI. the same holds true for all Gem externals that are inside the main Gem library and/aka internals. the process is more automated, though.

Re: [PD] [GEM] OS X How to compile against SDK 10.5 in os x 10.6

2009-10-16 Thread Jaime Oliver
Hi IOhannes, thanks for writing back, I added -isysroot /Developer/SDKs/MacOSX10.5.sdkflags to GEM_CXXFLAGS and I still got the error (it's below) please let me know if you have any other suggestions, cheers, J g++ -c -I.. -I/Applications/Pd-0.42-5.app/Contents/Resources//src

[PD] [GEM] pix_external makefile?

2009-10-16 Thread Jaime Oliver
Hi all, Is there a makefile for a pix_external somewhere? OR could someone give me some pointers on how to make one? I am looking for something I can put in a folder with the .cpp and .h files and run make... I suppose I would have to link to GEM somehow... So far, I can only think of the

[PD] denial of service attack

2009-10-16 Thread Claude Heiland-Allen
Greetings, Having failed to sleep I constructed a tiny example patch that might crash your Pd or worse. It's based on the XML Entity Explosion attack, but I was initially inspired by some recent exponential type-checking time discussion on the Haskell mailing lists. Claude --

Re: [PD] denial of service attack

2009-10-16 Thread Andrew Faraday
WHY Date: Fri, 16 Oct 2009 08:06:53 +0100 From: claudiusmaxi...@goto10.org To: pd-list@iem.at Subject: [PD] denial of service attack Greetings, Having failed to sleep I constructed a tiny example patch that might crash your Pd or worse. It's based on the XML Entity

[PD] Installing Cubemixer problem.

2009-10-16 Thread Konstantinos Benardis
Hi list, I tried to compile Cubemixer from source (svn) in Fedora 10, by doing make in /src and i get this error: make -C pd/src make[1]: Entering directory `/home/kostis/CUBEmixer/src/ pd/src' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory

Re: [PD] denial of service attack

2009-10-16 Thread Andy Farnell
Exponentials are nature's trees, you have to learn to drive around them. This is a signpost. On Fri, 16 Oct 2009 08:12:14 +0100 Andrew Faraday jbtur...@hotmail.com wrote: WHY Date: Fri, 16 Oct 2009 08:06:53 +0100 From: claudiusmaxi...@goto10.org To: pd-list@iem.at Subject:

Re: [PD] Installing Cubemixer problem.

2009-10-16 Thread Konstantinos Benardis
First of all sorry for double posting but i did not receive my own posting. I tried to compile with the other method by doing make in /src/libs and pointing to the /src of my local installation of vanilla and i get this error: make -C aconnect INLCUDES=-I/home/kostis/CUBEmixer/src/libs/../pd/src

Re: [PD] gemhead -1

2009-10-16 Thread jack
Jack a écrit : About that, there is still an error in the gemhead example. How can i correct this ? (if i can). i just did it Ok, good ! ++ Jack c ++ Jack So higher values (-3) will be rendered before lower values (-10) ;) this one look better. c ++ Jack cyrille

Re: [PD] latency issue

2009-10-16 Thread Derek Holzer
My experience is that Pd runs better with JACK on OSX. D. babsyco babsyco wrote: Hi guys-I just have another fairly simple question. I'm running PD on a macbook pro with a 2.26 Intel Core 2 duo processor, 2 gig of memory 1067 MHz DDR3, and I'm using a terratec Phase 24FW external sound card.

Re: [PD] latency issue

2009-10-16 Thread Nicholas Mariette
SNAP. Maybe try using Jack? (if you're not already) It should save you a little CPU overhead, which might allow lower latency. Nick On Oct 16, 2009, at 7:22 AM, babsyco babsyco wrote: Hi guys-I just have another fairly simple question. I'm running PD on a macbook pro with a 2.26 Intel

Re: [PD] Installing Cubemixer problem.

2009-10-16 Thread IOhannes m zmölnig
hi Konstantinos Benardis wrote: First of all sorry for double posting but i did not receive my own posting. you can configure how mailman will send postings to you via the web-interface. a link to this interface is attached to each and every mail you get from the list. I tried to compile

Re: [PD] denial of service attack

2009-10-16 Thread Mathieu Bouchard
On Fri, 16 Oct 2009, Andrew Faraday wrote: WHY Yeah, frankly, it's a lot easier to eat all RAM in other ways. #N canvas 0 0 450 300 10; #X obj 6 27 loadbang; #X obj 6 8 namecanvas z; #X obj 6 46 until; #X msg 6 65 \; z obj 0 0 table foo 1000; #X connect 0 0 2 0; #X connect 2 0 3 0;

[PD] Using tablet as audio controller in os x (was: Re: wacom external on os x)

2009-10-16 Thread Rich E
I remember, how is the 'silent drum' turning out?? Or maybe that too many years in the past :). I think the cnmat guys just work with max/msp, which has really good support for the wacom. I think I'll try it to see their approach.. but it would be nice to still work in pd for me. Still, I have

Re: [PD] wacom external on os x

2009-10-16 Thread Rich E
In the most recent version of Ubuntu, I had to turn off HAL and go back to just using xorg.conf. You can follow a very confused thread (on my part) about this, which eventually leads to success:

Re: [PD] wacom external on os x

2009-10-16 Thread Justin Glenn Smith
Rich E wrote: In the most recent version of Ubuntu, I had to turn off HAL and go back to just using xorg.conf. You can follow a very confused thread (on my part) about this, which eventually leads to success:

[PD] open a subpatch from an abstraction

2009-10-16 Thread husk
Hi list, I'm working with abstraction and subpatch, I have a problem and I'm unsatisfied with my solution. My problem: I have a gop abstraction instantiated tree times. In the abstraction there is a subpatch that I want to open/close through a toggle button connected to a pd-subpatch vis $1

Re: [PD] pd_opencv 0.2-rc4

2009-10-16 Thread ydego...@gmail.com
ola anyhow, all in all: use the version of Gem you compiled/linked your Gem-external with. yes that's the answer, compile with same Gem than the one you load ( it's mentionned on the wiki )... for the dependency of our package to libcxcore.so.2, it's surprising as the package libcv1

Re: [PD] wacom external on os x

2009-10-16 Thread Rich E
On a mac or linux? 2009/10/16 Justin Glenn Smith noisesm...@gmail.com Rich E wrote: In the most recent version of Ubuntu, I had to turn off HAL and go back to just using xorg.conf. You can follow a very confused thread (on my part) about this, which eventually leads to success:

Re: [PD] wacom external on os x

2009-10-16 Thread Justin Glenn Smith
Sorry, should have specified, this was using debian and dyne:bolic Linux. Rich E wrote: On a mac or linux? 2009/10/16 Justin Glenn Smith noisesm...@gmail.com ... I have used this exact trick to make a huge number of x/y controllers out of spare mice, ie. having one mouse controling the X

Re: [PD] PD'ers in NYC

2009-10-16 Thread Peter Brinkmann
Hello everybody, Just a quick reminder that we'll have a patching circle at the VisorLab at City College tomorrow (Saturday) at 1pm. The address is 160 Convent Avenue (take the 1-train to 137th St, or B/C to 135th), and the room is NAC 6/275. NAC is the huge building at the top of the hill. I'll

Re: [PD] PD'ers in NYC

2009-10-16 Thread Hans-Christoph Steiner
I'll be there! .hc On Oct 16, 2009, at 1:14 PM, Peter Brinkmann wrote: Hello everybody, Just a quick reminder that we'll have a patching circle at the VisorLab at City College tomorrow (Saturday) at 1pm. The address is 160 Convent Avenue (take the 1-train to 137th St, or B/C to 135th),

Re: [PD] Installing Cubemixer problem.

2009-10-16 Thread Konstantinos Benardis
Thank you for your reply IOhannes, you can configure how mailman will send postings to you via the web-interface. a link to this interface is attached to each and every mail you get from the list. somehow mailman refuses to accept my option *Receive your own posts to the list but Its not a

Re: [PD] open a subpatch from an abstraction

2009-10-16 Thread Matteo Sisti Sette
Hi Husk ;) Attached is a solution. Hope it helps. ciao m. -- Matteo Sisti Sette matteosistise...@gmail.com http://www.matteosistisette.com #N canvas 97 215 450 431 10; #X obj 134 135 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #N canvas 0 293 450 300 \$0-subpatch 0; #X text 114

Re: [PD] Installing Cubemixer problem.

2009-10-16 Thread Justin Glenn Smith
Konstantinos Benardis wrote: ... I tried to remove manually the -mms-bitfields flags but i get a really long list of errors starting with: make -C aconnect INLCUDES=-I/home/kostis/CUBEmixer/src/libs/../pd/src make[1]: Entering directory `/home/kostis/CUBEmixer/src/libs/aconnect'

Re: [PD] PD'ers in NYC

2009-10-16 Thread Jerome Covington
Ironically, though I am the one who started this thread, I'll be at a SuperCollider workshop at HarvestWorks in NYC this weekend. I hope it goes well enough that the PD patching circle can be a regular thing, though, and hope to come next time! -- Regards, Jerome Covington . . . . : . .

Re: [PD] denial of service attack

2009-10-16 Thread András Murányi
On Fri, Oct 16, 2009 at 2:01 PM, Mathieu Bouchard ma...@artengine.cawrote: On Fri, 16 Oct 2009, Andrew Faraday wrote: WHY Yeah, frankly, it's a lot easier to eat all RAM in other ways. #N canvas 0 0 450 300 10; #X obj 6 27 loadbang; #X obj 6 8 namecanvas z; #X obj 6 46 until;

Re: [PD] denial of service attack

2009-10-16 Thread Mathieu Bouchard
On Sat, 17 Oct 2009, András Murányi wrote: OK, you're all welcome to crash my pd but not to run hostile code on my machine. Now, we now that the code posted my Claude can eat up our RAM but can it write to an executable region or do other really nasty things? On the other hand - does a fresh

Re: [PD] denial of service attack

2009-10-16 Thread András Murányi
2009/10/17 Mathieu Bouchard ma...@artengine.ca On Sat, 17 Oct 2009, András Murányi wrote: OK, you're all welcome to crash my pd but not to run hostile code on my machine. Now, we now that the code posted my Claude can eat up our RAM but can it write to an executable region or do other

Re: [PD] denial of service attack

2009-10-16 Thread Mathieu Bouchard
On Sat, 17 Oct 2009, András Murányi wrote: 2009/10/17 Mathieu Bouchard ma...@artengine.ca Just [textfile] and [soundfiler] are enough to overwrite important files. A user's most important data is typically writable, and write-protected files are usually the files that are easy to reinstall from