Re: [PD] it's a mess but it's gettin close to bein a masterpiece

2012-09-23 Thread Billy Stiltner
could very well possibly be the 32 bit externals I compiled and included or copied from another installation. remove from the polysynth folder moog~.pd_linux and also remove polysynth/ext/knobl.pd_linux http://youtu.be/S7NykkWZD48 if you are wanting to just try out the synth you found the correc

Re: [PD] it's a mess but it's gettin close to bein a masterpiece

2012-09-23 Thread Billy Stiltner
oops email is bad for my spellin knob.pd_linux and moog~.pd_linux may have some weird 64 bit incompatibility On Sun, Sep 23, 2012 at 6:24 AM, Billy Stiltner wrote: > could very well possibly be the 32 bit externals I compiled and > included or copied from another installation. remove from the >

Re: [PD] it's a mess but it's gettin close to bein a masterpiece

2012-09-23 Thread Billy Stiltner
wasn't built on this machine \00\00\00\00\00/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/include\00/home/pd/auto-build/pd-extended/pd/src\00\00knob.c\00\00\00\00stddef.h\00\00\00m_pd.h\00\00\00m_imp.h\00\00\00g_canvas.h\00\00\00g_all_guis.h\00\00\00\00\00\EC\00\00\C0\00K1g8u

Re: [PD] Looking for a way to add bytes to beginning of a file using [binfile]

2012-09-23 Thread Antonio Roberts
If anyone is interested I wrote a tutorial on using [binfile] to create jpg images using only Pure Data http://www.hellocatfood.com/2012/09/23/create-jpgs-in-pure-data/ On 22 September 2012 18:02, Antonio Roberts wrote: > After some experimenting I solved the problem. > > I first add the bytes th

Re: [PD] Displaying waveform on an array trick and sliders works on pd 0.42 but not on 0.43

2012-09-23 Thread Hans-Christoph Steiner
Yeah, that's a definite bug. Too bad, the patch looks nice. Could you make a bug report and include the zip file? http://bugs.puredata.info .hc On Sep 23, 2012, at 1:33 AM, Alexandre Torres Porres wrote: > Hi there, perhaphs if I trhow the patch out there it'll force me to finally > write

Re: [PD] pd-extended 0.42.5 packages for many Ubuntu releases, i386/amd64

2012-09-23 Thread Hans-Christoph Steiner
launchpad only builds packages for the Ubuntu releases, but you could use one of the Ubuntu packages on Debian if you find an Ubuntu release that is close to your Debian release. I hear that OpenSUSE's build server will build Debian packages, but I've never used it. It would be very useful if

[PD] loading specific data in tables?

2012-09-23 Thread umberto torrez
Hi list, i need to load .txt files with data into tables. But my .txt file is not forrmated and theres some texts i need to get rid from my files: my .txt looks like this: Format IAGA-2002| Source of Data Institute of Geophysics NAS

Re: [PD] loading specific data in tables?

2012-09-23 Thread Miller Puckette
Cool looking data... I do this sort of thing a lot and usually use the wonderful 'awk' program to massage the data before reading it onto Pd. For this particular file it could be awk '/:00/ {print $5}' (etc). cheers Miller On Sun, Sep 23, 2012 at 11:26:22PM +0200, umberto torrez wrote: >

Re: [PD] loading specific data in tables?

2012-09-23 Thread umberto torrez
awesome, i didnt know that program cheers U. 2012/9/24 Miller Puckette > Cool looking data... > > I do this sort of thing a lot and usually use the wonderful 'awk' program > to massage the data before reading it onto Pd. For this particular > file it could be > > awk '/:00/ {print $5}' >

Re: [PD] pd-extended 0.42.5 packages for many Ubuntu releases, i386/amd64

2012-09-23 Thread Billy Stiltner
I used to use a compiler that would do cross compilng - anything from playstation , gameboy to a Microchip PIC16Fxxx. it would be nice to have something like that for linux, windows, and mac. Are you including the iemlib in these packages or is it just there waiting to be not included anymore. I