Re: [PD] [PD-announce] PdCon09 - Convenção Int ernacional de Puredata em São Paulo - Novidades: Parti cipantes e Workshops

2009-07-13 Thread Daniel .
Alexandre, aqui é o tumati, da turma de PD da oficina do MIS então, não consegui abrir o site da convenção apareceu que o endereço não foi encontrado, tanto o site quanto o blog abraços tumati Date: Mon, 13 Jul 2009 02:19:26 -0300 From: por...@gmail.com To: mentalosmo...@yahoo.com Subject: [PD]

Re: [PD] [GEM] ps3eye camera on linux / OSX?

2009-07-13 Thread IOhannes m zmoelnig
Jaime Oliver wrote: any suggestions? I am running gem-0.91-3 and pd-0.42-3 on x86_64 with fc11. oh, this surely has been mentioned on this thread before: - gem-0.91 and earlier do not have libv4l support and never will. if you want build-in libv4l support you have to + install libv43

Re: [PD] curly braces { } in pd ?

2009-07-13 Thread brandt
just for your interest Same on windose vista with 0.41.4-extended and 0.40.3-extended der.brandt Same here on Ubuntu 9.04, Pd version 0.41.4-extended. Sending [123( to [makefilename %c] freeze Pd. ++ Jack Le vendredi 10 juillet 2009 à 11:21 +0200, Lorenzo a écrit : if I try to

Re: [PD] key and keyup question

2009-07-13 Thread Lorenzo
Dear Simon, Thanks for your explanation. Indeed the objects are simply behaving as if one were typing (say in a text editor, console etc.). Right now I'm on Windows and the behaviour is exactly the same as the Ubuntu machine. In fact it looked so trivial I had overlooked it (I admit I was a

Re: [PD] [GEM] ps3eye camera on linux / OSX?

2009-07-13 Thread Jaime Oliver
Hey thanks, I missed that for some reason. indeed it works fine with the svn version J On Mon, Jul 13, 2009 at 12:13 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: Jaime Oliver wrote: any suggestions? I am running gem-0.91-3 and pd-0.42-3 on x86_64 with fc11. oh, this surely has been

Re: [PD] [GEM] ps3eye camera on linux / OSX?

2009-07-13 Thread IOhannes m zmoelnig
Jaime Oliver wrote: Hey thanks, I missed that for some reason. indeed it works fine with the svn version good to hear and not shake my firm believes... want build-in libv4l support you have to + install libv43 this should of course read: install libv4l fga,sdr IOhannes smime.p7s

[PD] programming resources C\C++ to learn how to write externals for pd

2009-07-13 Thread adrian.g
Hi. I am looking for some resources for learning C\C++ programming in a context of DSP (I'd like to be able to write pd externals some time in the future). I have recently finished reading The Scientist and Engineer's Guide to Digital Signal Processing and I managed to go through half of the

Re: [PD] programming resources C\C++ to learn how to write externals for pd

2009-07-13 Thread Jaime Oliver
check: http://iem.kug.ac.at/pd/externals-HOWTO/ and also /doc/6.externs cheers, J On Mon, Jul 13, 2009 at 1:31 AM, adrian.g adria...@zoho.com wrote: Hi. I am looking for some resources for learning C\C++ programming in a context of DSP (I'd like to be able to write pd externals some time

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread adrian.g
Thank you for that. I was asking more about resources for learning C\C++ languages themselves keeping in mind that writing DSP externals for pd is my end goal. Any suggestions? Adrian Gierakowski On Mon, 13 Jul 2009 01:45:22 -0700 Jaime Oliver jaime.oliv...@gmail.com wrote

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread David Doukhan
For externals, you should mainly use C. The book I used to learn C when I was student is more or less considered as C bible. Check a look at it: http://en.wikipedia.org/wiki/The_C_Programming_Language_(book) 2009/7/13 adrian.g adria...@zoho.com: Thank you for that. I was asking more about

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread IOhannes m zmoelnig
David Doukhan wrote: For externals, you should mainly use C. for externals you should of course use the language that you are most fluent in. Pd is written in C, so C is the most natural choice from Pd's pov, but probably not yours. you can write externals in a wide number of other

Re: [PD] programming resources C\C++ to learn how to write externals for pd

2009-07-13 Thread Alvaro
There are also online wikibooks for C and C++ http://en.wikibooks.org/wiki/C_Programming http://en.wikibooks.org/wiki/C++_Programming/TOC2 alvaro ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread Stef
On Mon, Jul 13, 2009 at 12:04 PM, IOhannes m zmoelnig zmoel...@iem.atwrote: you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+) Are there any links or tutorials

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-13 Thread Lorenzo
Hi IOhannes, you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+) Could you expand a little on writing externals with python please? Thanks, Lorenzo.

Re: [PD] programming resources C\C++ to learn how to write externals for pd

2009-07-13 Thread Malte Steiner
for dsp code examples: http://www.musicdsp.org/ Cheers, Malte -- media art + development http://www.block4.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] [PD-announce] UnTwelve 2009 composition competition

2009-07-13 Thread Aaron Johnson
Hello all, I'd like to announce UnTwelve's first annual composition competition! UnTwelve's mission is to support and encourage the performance and creation of new microtonal musical works, specifically, music written outside the framework of 12-tone equal temperament. There will be a $200 cash

Re: [PD] beat detection

2009-07-13 Thread Scott Wade
sORRY i just noticed all these replies! Thank you all so much! 2009/4/10 J. Simon van der Walt tedthetrum...@gmail.com Jamie, Thanks, that's working now, thanks. Although I, found I had to unarchive the file with 'BOMArchiveHelper', 'The Unarchiver' failed... maybe I just have too many

Re: [PD] programming resources C\C++ to learn how to write externals for pd

2009-07-13 Thread adrian.g
I am grateful for the tips. Just one question: is there any performance penalty for externals written using C++\flext comparing to pure C? All the best. Adrian On Mon, 13 Jul 2009 05:40:35 -0700 Malte Steiner stei...@block4.com wrote for dsp code examples:

Re: [PD] HIDIO and Windows

2009-07-13 Thread Hans-Christoph Steiner
There isn't a functional [hidio] for Windows. There is a bunch of test sketchs. Plus it wouldn't work for mice or keyboards because Windows blocks access to those devices with its HID API. There is an old [hidin] for Windows that's included with Pd-extended, but that won't get you

[PD] [PD-announce] representing Pd @ Art+Code Conference

2009-07-13 Thread Hans-Christoph Steiner
In case anyone is interested, you can see me representing Pd at the Art +Code Conference that Golan Levin organized back in March: http://vimeo.com/5479982 There were lots of other talks that were worth seeing, you can see them in the sidebar. .hc

Re: [PD] CPU Object...

2009-07-13 Thread chris clepper
The GEM crash comes from a system call to copy memory in pix_image. The system call is not the problem and pix_image has been very thoroughly tested. It could be hitting a memory limit for the process (4 GB!). You are either playing 100+ soundfiles in Pd already or there is a bug in readsf that

[PD] How to exchange tables between different instances of pd in real time?

2009-07-13 Thread Martin Schied
Hi! I'm currenty connecting a fft-analysis and resynthesis patch with a gem patch containing pix_sig2pix~ and pix_pix2sig~. I have to use separate instances of pd, so some kind of table exchange has to take place between them. my tables are 65536 samples big at the moment. I tried netsend +

Re: [PD] CPU Object...

2009-07-13 Thread ydego...@gmail.com
chris clepper wrote: The GEM crash comes from a system call to copy memory in pix_image. The system call is not the problem and pix_image has been very thoroughly tested. It could be hitting a memory limit for the process (4 GB!). You are either playing 100+ soundfiles in Pd already or