Re: [PD] implementing tooltips WAS: Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread András Murányi
Can I have a humble question please? Is it possible to extend [inlet] and [outlet] in a way that I can write [inlet foo] and [outlet bar] and 'foo' and 'bar' become the names of the xlets when no help file available? I still don't understand the depths of programming this so I'm just curious.

Re: [PD] implementing tooltips WAS: Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Mathieu Bouchard
On Sun, 17 Jul 2011, András Murányi wrote: Can I have a humble question please? Is it possible to extend [inlet] and [outlet] in a way that I can write [inlet foo] and [outlet bar] and 'foo' and 'bar' become the names of the xlets when no help file available? I still don't understand the

Re: [PD] implementing tooltips WAS: Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Mathieu Bouchard
On Sat, 16 Jul 2011, Hans-Christoph Steiner wrote: If you care about getting it into Vanilla, then Miller said he didn't like modifying t_class. But I suppose someone could lobby him to change his mind. The Pd community surely has plenty of non-matjus who can take care of that.

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Mathieu Bouchard
On Fri, 8 Jul 2011, Jonathan Wilkes wrote: --- On Sat, 7/9/11, Hans-Christoph Steiner h...@at.or.at wrote: Try getting a patch into the Linux kernel, that'll make Pd seem like cake ;-) Yes, I would hope that making changes to the core of the largest free software project in the history of

Re: [PD] implementing tooltips WAS: Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Jonathan Wilkes
[inlet~] and [outlet~] already take the args hold and lin for upsampling/downsampling. -Jonathan --- On Sun, 7/17/11, András Murányi muran...@gmail.com wrote: From: András Murányi muran...@gmail.com Subject: Re: [PD] implementing tooltips WAS: Pd-extended 0.43 updates: lots of new editing

Re: [PD] reorg of puredata.info/docs/developer

2011-07-17 Thread Mathieu Bouchard
On Sat, 16 Jul 2011, Jonathan Wilkes wrote: Yeah, I meant closing it by clicking the x on that window. That closes the patch. If you want such a patch to be permanent, make it a subpatch of an otherwise-empty toplevel patch on which you do vis 0. In such a case, clicking the X never

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Mathieu Bouchard
On Mon, 11 Jul 2011, Jonathan Wilkes wrote: All you add on the pd side is a sys_gui call to create the binding, then handle everything else on the tcl side. Does that make sense? It's one easy way of doing it. You could also define a proc so that the contents of the sys_gui call is as short

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Mathieu Bouchard
On Sat, 16 Jul 2011, Jonathan Wilkes wrote: --- On Sat, 7/16/11, Mathieu Bouchard ma...@artengine.ca wrote:   3. Tell the value last put in an inlet, if it's currently stored (and      if the concept makes sense for that particular inlet). If this is desired, then it's probably better to do

Re: [PD] implementing tooltips WAS: Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Mathieu Bouchard
On Sat, 16 Jul 2011, Jonathan Wilkes wrote: Is it possible in c to parse a help file for OUTLET_0 float symbol? That's what I'm currently doing (which is trivial on the tcl side). Pd is written in C. Use the binbuf_text() function to parse Pd files. Pd file parsing is not necessarily

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Mathieu Bouchard
On Sat, 9 Jul 2011, Jonathan Wilkes wrote: I read a white paper on total development cost of a linux distro and just remembered linux. I think the distro in the paper was Fedora 9, which was estimated to be almost an order of magnitude more expensive than the Linux kernel. That estimation

[PD] reading a 4-channel aif

2011-07-17 Thread Michael Zacherl .
Hello, for recording four channels I used [open -bytes 3 filename] fed into [writesf~ 4] in an earlier session. Now I need to split this interleaved sound file up into four mono-files for importing them elsewhere. I tried [open filename] -- [readsf~ 4] but just get digital noise. Since

Re: [PD] reading a 4-channel aif

2011-07-17 Thread Thomas Grill
Hi Michael, is the file broken or ok? You can try to play the file with e.g. Quicktime player (which should play the first two channels) to check if it's ok. If yes and it is a 24-bits AIFF file, Pd might have problems to read it - you would probably have to convert to WAV or dither down to 16

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread Jonathan Wilkes
--- On Sun, 7/17/11, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] Pd-extended 0.43 updates: lots of new editing features To: Jonathan Wilkes jancs...@yahoo.com Cc: Martin Peach martin.pe...@sympatico.ca, pd-list pd-list@iem.at Date:

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-17 Thread athos bacchiocchi
2011/7/5 Hans-Christoph Steiner h...@at.or.at http://autobuild.puredata.**info/auto-build/latest/http://autobuild.puredata.info/auto-build/latest/ I recently did a push to fix key bugs to get the Pd-extended 0.43 nightly builds in a useable state. I tried to install it in ubuntu 10.10