[PD] iemguts and propertybang

2010-10-01 Thread patrick
hi, i know that iemguts is not in pd-extended anymore because it's considered "unstable / unfinished". i didn't look at the code, maybe propertybang needs lots of stuff from iemguts... but what if i just take only propertybang and make an external for it. would that get included in pd-extend

[PD] Res: Res: Res: music made with Pd

2010-10-01 Thread Eduardo Patricio
Performance using Pd: http://vimeo.com/15466046 Cheers Eduardo _ Eduardo Patrício http://www.eduardopatricio.com.br (41) 8434-0480 De: Mathieu Bouchard Para: olsen Cc: Eduardo Patricio ; pd-list Enviadas: Qua

Re: [PD] [PD-dev] question about multithreaded externals in Pd

2010-10-01 Thread Martin Peach
I think maybe pthread_create(&x->unsafe_t, NULL, (void *) &pd_cwiid_pthreadForAudioUnfriendlyOperations, (void *)&rPars); should be something like: pthread_create(&x->unsafe_t, NULL, pd_cwiid_pthreadForAudioUnfriendlyOperations, (void *)&rPars[this_thread]); since rPars can't be used

[PD] question about multithreaded externals in Pd

2010-10-01 Thread Ivica Ico Bukvic
Hi all, I am wondering if anyone can shed some light on the following predicament. I am by no means a multi-threading guru so any insight would be most appreciated. The following are relevant excerpts from the code of an external. AFAIK the external initializes mutex and cond and spawns a seconda

Re: [PD] pdpcap 0.0.4 network sniffer new version

2010-10-01 Thread Jordi Sala
Hans, so your proposal is to split the current pdpcap in 2 different objects: one for live (net device) capturing and a second one for pcap file reading? I like Mathieu's suggested name:1) the Mathieu's reasoning about naming, 2)the objects I think is differentiated of pdp, 3)doesn't lost enterel

[PD] [ANN] Linux Audio Conference 2011

2010-10-01 Thread Robin Gareus
sorry for x-posting. Dear Linux Audio developer, user, composer, musician, philosopher and anyone else interested, you are invited to the... Linux Audio Conference 2011 The Open Source Music and Audio Software Conference May 6-8 2011 Music Department, National University of Ireland, Maynooth Ma

Re: [PD] pd extended randomly crashes when I save

2010-10-01 Thread Mathieu Bouchard
On Fri, 1 Oct 2010, Matteo Sisti Sette wrote: Often when I hit ctrl+s to save a patch, my Pd extended crashes; it closes itself without any message at all. Is there some place I can look at to find some log file or something that I can post, in order to provide further information? It's Pd ver

[PD] pd extended randomly crashes when I save

2010-10-01 Thread Matteo Sisti Sette
Hi, Often when I hit ctrl+s to save a patch, my Pd extended crashes; it closes itself without any message at all. Is there some place I can look at to find some log file or something that I can post, in order to provide further information? It's Pd version 0.42.5-extended-20100601 for Ubunt

Re: [PD] [out-of-the-blue] a neat GUI feature?

2010-10-01 Thread Mathieu Bouchard
On Fri, 1 Oct 2010, Bernardo Barros wrote: A better model for the libs would be just to have packages, spreading the effort between people to maintain each package. And leaving space to develop the pd-core/pd-gut themselves. Don't you think? Maybe I'm missing something. We're not talking ab

Re: [PD] [out-of-the-blue] a neat GUI feature?

2010-10-01 Thread Bernardo Barros
A better model for the libs would be just to have packages, spreading the effort between people to maintain each package. And leaving space to develop the pd-core/pd-gut themselves. Don't you think? Maybe I'm missing something. I didn't know about the incompatibility of BSD and GPL. This happens

Re: [PD] namecanvas obsolete? Why? Re: Dynamic Graph on Parent

2010-10-01 Thread Mathieu Bouchard
On Thu, 30 Sep 2010, brandon zeeb wrote: With the example above, one could perform canvas operations on the current canvas, ie: "this".  So to answer your question, $! would be the equivalent to whatever name you supplied in [namecanvas], so it's type would be that of the canvas, an object typ

Re: [PD] [out-of-the-blue] a neat GUI feature?

2010-10-01 Thread Mathieu Bouchard
On Thu, 30 Sep 2010, Pedro Lopes wrote: Then its all about reconnecting pd with these "more friendly GUI features". Even if they don't make it to vanilla, why not extended? pd-extended is only for the things Hans wants, and if it's not something that is expected to go in vanilla, it better be

Re: [PD] pdpcap 0.0.4 network sniffer new version

2010-10-01 Thread Mathieu Bouchard
On Thu, 30 Sep 2010, Jordi Sala wrote: Yes it can be renamed, I named pdpcap when I started the object (PD+PCAPlib)...,... pcap could be a good nameany suggestions? name the package "pd-pcap" and the pd library file "pcap.pd_linux" for example. Several programming languages use such nam

Re: [PD] pdpcap 0.0.4 network sniffer new version

2010-10-01 Thread Hans-Christoph Steiner
pcap works, or pcap4pd. I think it would make the most sense to make the pcap file reader a standalone object, with an interface just like [textfile], [msgfile], etc. So banging it would give you a packet from the file, it would have a rightmost outlet which bangs when the end of the file

Re: [PD] markov chains?

2010-10-01 Thread Bryan Jurish
morning, there are some utilities for using finite state automata as (hidden) markov models in the [gfsm] suite (namely the [gfsm_markov] abstraction): http://www.ling.uni-potsdam.de/~moocow/projects/pd/pd-gfsm-0.05-2.tar.gz (should also be in pd-extended, unless it has broken since I last looke

Re: [PD] more dimensions for boids ?

2010-10-01 Thread Claude Heiland-Allen
Hi, On 01/10/10 09:58, ronni montoya wrote: Hello everybody , i was reading a paper that describe the software swarm music(Blackwell and Bentley 2002). This software uses 7 dimensional boids instead of 2 or 3 . I was wondering how can i implement this in pd? Is it possible to add more dimension

[PD] more dimensions for boids ?

2010-10-01 Thread ronni montoya
Hello everybody , i was reading a paper that describe the software swarm music(Blackwell and Bentley 2002). This software uses 7 dimensional boids instead of 2 or 3 . I was wondering how can i implement this in pd? Is it possible to add more dimensions to the boids2d or boids3d external? how can i