Re: [PD] [PD-announce] libpd, the book!

2012-02-24 Thread Ichabod
I see the table of contents lists a chapter called "Prerequisites." What exactly are the prerequisites in terms of knowledge of programming languages? Thanks, Stefán ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.pure

[PD] 5.1 sound from quicktime video files

2012-02-24 Thread altern
hi quick question a bit on a hurry ... is there any way to get control over sound from three quicktime video files in order to send each to a different output in a 5.1 video system? I have three different video projections and need to position each of the video sounds in a different area of the s

Re: [PD] [PD-announce] libpd, the book!

2012-02-24 Thread patrick
Nice!! Will order it ASAP, Thanks for your work ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-24 Thread katja
Hi all, Thanks for this very informative discussion. As I had the initial question 'C++ or C', I wanted to let you know that I've made up my mind: I'll do it the hard way, plain C. I've rewritten one of my own C++ library classes into C by way of exercise and comparison. It does exactly the same t

Re: [PD] GEM question [OT]

2012-02-24 Thread Cyrille Henry
certainly. cheers Cyrille ps. if you want me to explain you the equivalent of jitter "cuboid", you'll have to explain me what "cuboid" is. Le 24/02/2012 20:59, Pagano, Patrick a écrit : Hi please forgive the OT But is there a JITTER equivalent of "cuboid"? _

Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-22 à 20:47:00, Krnk Ktz a écrit : Sorry, I'm no professional programmer (I don't think i'm even good at it!) but it seems like you are describing a Turing Machine, which includes every programming language. Well... no. I'm talking about Imperative languages, which is a very broad

Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-02-24 Thread Hans-Christoph Steiner
On 02/24/2012 05:11 PM, Mathieu Bouchard wrote: > Le 2012-02-24 à 16:56:00, Hans-Christoph Steiner a écrit : > >> For the geeks, you can select the language easily when launching Pd >> from the terminal. This is what I do for testing the language support: >> $ export LANG=en >> $ /usr/bin/pd-exten

Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 16:56:00, Hans-Christoph Steiner a écrit : For the geeks, you can select the language easily when launching Pd from the terminal. This is what I do for testing the language support: $ export LANG=en $ /usr/bin/pd-extended Just setting the 2-letter language code is usually wro

[PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-02-24 Thread Hans-Christoph Steiner
I was updating pd-extended.git, so I threw in the new Japanese translation :-). I'll be sure to update it one last time before the final release, so you can test it in a real build. I'm all for choice with the language of the app, but it seems to me that is something that the OS should handle.

Re: [PD] [PD-announce] Japanese Pure Data book is out now.

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 20:56:00, Julian Brooks a écrit : On 24 February 2012 17:44, Mathieu Bouchard wrote: Le 2012-02-24 à 10:53:00, Julian Brooks a écrit : So in a wonderfully circular twist: Any chance of an English ebook translation (preferably free, of course)? Why aim for just free, when you c

Re: [PD] [PD-announce] Japanese Pure Data book is out now.

2012-02-24 Thread Richie Cyngler
I agree, really beautiful cover! another +1 for wanting to read it too, my daughter is learning Japanese at school, so maybe in six years she can have a go at translating it (she's learning Pd in English at home xD) ___ Pd-list@iem.at mailing list UNSUBSC

Re: [PD] IMAP4 or POP3

2012-02-24 Thread Hans-Christoph Steiner
On 02/24/2012 02:30 AM, Roman Haefeli wrote: > On Thu, 2012-02-23 at 16:46 -0800, José Manuel Páez Moncaleano wrote: >> Hey!!! >> >> >> I’m trying to get info from an email account to work with it in pure >> data >> >> >> Is there any library, or maybe an object that let me do that?? > I don't know

Re: [PD] [PD-announce] Japanese Pure Data book is out now.

2012-02-24 Thread Julian Brooks
You offering? Or do I have to wait for that fantasy academia post. On 24 February 2012 17:44, Mathieu Bouchard wrote: > Le 2012-02-24 à 10:53:00, Julian Brooks a écrit : > > > So in a wonderfully circular twist: Any chance of an English ebook >> translation (preferably free, of course)? >> >

Re: [PD] sigmund list sort

2012-02-24 Thread labyrinthuscochlearis
hi, thank you, i will look at it right away! all the best, christian Am Freitag, den 24.02.2012, 18:46 +0100 schrieb Frank Barknecht: > Hi, > > attached is an approach using data structures to do the sorting of peaks. > Somehow I forgot how to set the sort field in a data structure and cannot f

Re: [PD] save search path 0.43 OSX

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 20:57:00, Roman Haefeli a écrit : In what way [import] shouldn't be used inside abstractions? [import] is not very local, is it ? As long as the constructor-table is still one big table (the method-list of the objectmaker class), you can't escape the fact that importing any

Re: [PD] save search path 0.43 OSX

2012-02-24 Thread Jonathan Wilkes
- Original Message - > From: Roman Haefeli > To: m.e.grimm > Cc: Jonathan Wilkes ; pd-list > Sent: Friday, February 24, 2012 2:57 PM > Subject: Re: [PD] save search path 0.43 OSX > > On Fri, 2012-02-24 at 11:37 -0500, m.e.grimm wrote: >> > I think the better way to fix those help-f

[PD] GEM question [OT]

2012-02-24 Thread Pagano, Patrick
Hi please forgive the OT But is there a JITTER equivalent of "cuboid"? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] save search path 0.43 OSX

2012-02-24 Thread Roman Haefeli
On Fri, 2012-02-24 at 11:37 -0500, m.e.grimm wrote: > > I think the better way to fix those help-files is to use an [import] or > > [declare] object in the help patch. > > one prob I have found ... in a lib such as "rtc" the objects are not > compiled externals but abstractions that rely on "list-

Re: [PD] sigmund list sort

2012-02-24 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Miller Puckette > Cc: pd-list@iem.at > Sent: Friday, February 24, 2012 1:16 PM > Subject: Re: [PD] sigmund list sort > > Le 2012-02-24 à 09:51:00, Miller Puckette a écrit : > >> It's odd, but it never occurred to me that one should be

Re: [PD] sigmund list sort

2012-02-24 Thread Jonathan Wilkes
- Original Message - > From: Mathieu Bouchard > To: Frank Barknecht > Cc: pd-list@iem.at > Sent: Friday, February 24, 2012 1:26 PM > Subject: Re: [PD] sigmund list sort > > Le 2012-02-24 à 09:02:00, Frank Barknecht a écrit : >> On Sat, Feb 18, 2012 at 01:14:22PM -0500, Mathieu Bouchard

Re: [PD] sigmund list sort

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 09:02:00, Frank Barknecht a écrit : On Sat, Feb 18, 2012 at 01:14:22PM -0500, Mathieu Bouchard wrote: the [list-sort] abstraction uses a high-constant O(n²) algorithm that breaks once you try to sort more than 125 values. Actually [list-sort] since quite some time uses the "sort

Re: [PD] sigmund list sort

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 09:51:00, Miller Puckette a écrit : It's odd, but it never occurred to me that one should be able to specify which field(s) to sort on -- it's x, then y. I should fix this... Nearly all the music I ever composed used a vertical time axis. Lots of people are in this situation,

Re: [PD] pix_openni crash Pd

2012-02-24 Thread Jack
Le 24/02/2012 18:41, Mathieu Bouchard a écrit : Le 2012-02-24 à 18:10:00, Jack a écrit : Here the output with valgrind when i create the gemwin : Are there any « Invalid write » messages before getting there ? Also note that GEM 93 and GEM 92 are quite binary-incompatible, therefore an exte

Re: [PD] sigmund list sort

2012-02-24 Thread Miller Puckette
It's odd, but it never occurred to me that one should be able to specify which field(s) to sort on -- it's x, then y. I should fix this... cheers Miller On Fri, Feb 24, 2012 at 06:46:08PM +0100, Frank Barknecht wrote: > Hi, > > attached is an approach using data structures to do the sorting of

Re: [PD] [PD-announce] Pd 0.43-2 test 1 released

2012-02-24 Thread Miller Puckette
This looks like a big, systeming problem with the IEM GUIS that's probably been there for years. I'm afraid to try to fix that so late before freezing a release since fixing all teh related oopses will involve dozens (?) of edits. Thanks for flagging it though -- it looks like the next thing I ne

Re: [PD] Resonant filter using cpole~ czero~

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 09:07:00, Frank Barknecht a écrit : I made it "half signal-rate": The object accepts signal parameters, but these are just linearly interpolated internally, i.e. they don't move correctly "on a circle". If you interpolate, it means that you are doing something at non-signal r

Re: [PD] sigmund list sort

2012-02-24 Thread Frank Barknecht
Hi, attached is an approach using data structures to do the sorting of peaks. Somehow I forgot how to set the sort field in a data structure and cannot find it in the docs. Wasn't there some way to specify a different field than "x" for sorting? (Maybe it was simply "sort " which I didn't try in m

Re: [PD] [PD-announce] Japanese Pure Data book is out now.

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 10:53:00, Julian Brooks a écrit : So in a wonderfully circular twist: Any chance of an English ebook translation (preferably free, of course)? Why aim for just free, when you can aim for getting paid to read it.

Re: [PD] pix_openni crash Pd

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 18:10:00, Jack a écrit : Here the output with valgrind when i create the gemwin : Are there any « Invalid write » messages before getting there ? Also note that GEM 93 and GEM 92 are quite binary-incompatible, therefore an external has to be compiled with the right set of .h

Re: [PD] pix_openni crash Pd

2012-02-24 Thread Jack
Le 24/02/2012 17:18, Mathieu Bouchard a écrit : Le 2012-02-24 à 16:03:00, Jack a écrit : But when i create the Gemwin, Pd crash : Erreur de segmentation I did something bad ? des plantages comme ça sont injustifiables. ressaye avec gdb et/ou valgrind. __

Re: [PD] save search path 0.43 OSX

2012-02-24 Thread m.e.grimm
> I think the better way to fix those help-files is to use an [import] or > [declare] object in the help patch. one prob I have found ... in a lib such as "rtc" the objects are not compiled externals but abstractions that rely on "list-abs". how to deal with this? you can't really put [import list

Re: [PD] pix_openni crash Pd

2012-02-24 Thread Mathieu Bouchard
Le 2012-02-24 à 16:03:00, Jack a écrit : But when i create the Gemwin, Pd crash : Erreur de segmentation I did something bad ? des plantages comme ça sont injustifiables. ressaye avec gdb et/ou valgrind. __ | Mathieu BOUCHA

Re: [PD] [PD-announce] libpd, the book!

2012-02-24 Thread ALAN BROOKER
wow...should come to the Uk soon?---now I have an excuse to buy an Andriod phone :] On Fri, Feb 24, 2012 at 8:48 AM, Jamie Bullock wrote: > > Congratulations Peter. Just pre-ordered my copy! > > best, > > Jamie > > > On 24 Feb 2012, at 01:42, Peter Brinkmann wrote: > >> Hi, >> I'm happy to announ

[PD] pix_openni crash Pd

2012-02-24 Thread Jack
Hello, i compiled pix_openni for my Ubuntu 11.04 with Gem 0.93 and Pd 0.42.6. When i open the patch 'pix_openni-help.pd', i get in the Pd console : [pix_openni]: pix_openni 0.03 - experimental - 2011/2012 by Matthias Kronlachner [pix_openni]: using multiple kinects not available now... chosen

Re: [PD] [PD-announce] Japanese Pure Data book is out now.

2012-02-24 Thread Julian Brooks
So in a wonderfully circular twist: Any chance of an English ebook translation (preferably free, of course)? Maybe even just the interviews, I admit I'm curious. Well done, good work. Julian On 24 February 2012 09:25, Frank Barknecht wrote: > Hi, > > wonderful! I really like the cover, too. >

Re: [PD] [PD-announce] Japanese Pure Data book is out now.

2012-02-24 Thread Frank Barknecht
Hi, wonderful! I really like the cover, too. I just found that BNN International also has an Englisch announcement here: http://bnn-international.blogspot.com/2012/02/this-is-basic-how-to-book-about-pure.html All the best, -- Frank On Mon, Feb 20, 2012 at 05:38:00PM +0900, Seiichiro MATSUMURA

Re: [PD] [PD-announce] libpd, the book!

2012-02-24 Thread Jamie Bullock
Congratulations Peter. Just pre-ordered my copy! best, Jamie On 24 Feb 2012, at 01:42, Peter Brinkmann wrote: > Hi, > I'm happy to announce the release of my book on mobile audio > development with libpd: > http://shop.oreilly.com/product/0636920022503.do > > The ebook version is available n

Re: [PD] [PD-announce] Pd 0.43-2 test 1 released

2012-02-24 Thread IOhannes m zmölnig
On 02/23/12 18:11, Miller Puckette wrote: Hi all - Pd 0.43-2 test 1 is out on the usual places: great. This version fixes the TCL errors starting up on Windows (the page-long pink blot on the Pd window) and a couple of minor fixes. unfortunately not entirely (i could only test the git ver

Re: [PD] [PD-announce] libpd, the book!

2012-02-24 Thread i go bananas
looks great Peter! i'm about to order an e-reader, so i will definitely get this once it arrives. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Resonant filter using cpole~ czero~

2012-02-24 Thread Frank Barknecht
On Sun, Feb 19, 2012 at 11:33:28AM -0500, Mathieu Bouchard wrote: > Le 2012-02-03 à 09:46:00, Frank Barknecht a écrit : > >> Most filters in the rj library (https://github.com/rjdj/rjlib) use a >> similar approach. They even include a biquad-clone written with >> elementary filters. > > Why wou

Re: [PD] sigmund list sort

2012-02-24 Thread Frank Barknecht
On Sat, Feb 18, 2012 at 01:14:22PM -0500, Mathieu Bouchard wrote: > Le 2012-02-18 à 09:58:00, Miller Puckette a écrit : > >> I believe there's no good way to do this in pd vanilla. THere should >> be a 'list sort' but I haven't figured out what would be the best >> design. (and there's probably